- الرئيسية
- ما الجديد !
-
الصفحات▼
الصفحات
أهلا وسهلا بك زائرنا الكريم في منتدى دعم PBBoard الرسمي، لكي تتمكن من المشاركة ومشاهدة جميع أقسام المنتدى وكافة الميزات ، يجب عليك إنشاء حساب جديد بالتسجيل بالضغط هنا أو تسجيل الدخول اضغط هنا إذا كنت عضواً .
مدموج :login box ?
-
-
[مجابه] مدموج :login box ?04-05-2014 03:57 مساءً
-
Mr Kingمعلومات الكاتبعضو
- انضم في :
- 27-11-2012
- رقم العضوية :
- 2642
- المشاركات :
- 3240
- الدولة :
- morocco
- الجنس:
- تاريخ الميلاد :
- 1-1-1987
- الدعوات:
- 6
- قوة السمعة:
- 18910
-
hi dear,
add this code
CODE{if !{$_CONF['member_permission']}} <link rel="stylesheet" href="//code.jquery.com/ui/1.10.4/themes/smoothness/jquery-ui.css"> <style> .ui-widget { top:20% !important; } .ui-widget-content{ display: none; } </style> <script> function Login() { $(function() { $( "#dialog" ).dialog(); });} </script> <div id="dialog" class="ui-dialog-content ui-widget-content" title="{$lang['Login_mem']}"> <form method="post" action="index.php?page=login&login=1"> <div style="margin:5px;"> <input type="text" class="login_input" name="username" value="{$lang['username']}" onfocus="if (this.value == '{$lang['username']}') this.value = '';" size="12" /> </div> <div style="margin:5px;"> <input type="password" class="login_input" name="password" value="pass" onfocus="if (this.value == 'pass') this.value = '';" size="12"/> </div> <div class="full_inb"> <input type="checkbox" name="temporary" value="on" id="fp1" /> {$lang['Temp_login']} </div> <div dir="ltr"><input type="submit" class="ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only" value="{$lang['login']}" /> </div> </form> </div> {/if}
in template "header" before<!-- action_find_addons_1 --><!-- action_find_addons_1 -->CODE<!-- action_find_addons_1 -->
and add this codeCODE<strong>{if !{$_CONF['member_permission']}}</strong> <a onclick="Login()">{$lang['Login_mem']}</a> <strong>{/if}</strong>
In the place that you want to appear the link "login" << example: in the tepmlate main_bar >>
ـــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــ
rules of PBBoard : please add your forum in Personal information in the box "Website"
تم تحرير المشاركة بواسطة :Mr King بتاريخ:05-05-2014 09:55 صباحاً
الساعة الآن 01:55 AM