أهلا وسهلا بك زائرنا الكريم في منتدى دعم PBBoard الرسمي، لكي تتمكن من المشاركة ومشاهدة جميع أقسام المنتدى وكافة الميزات ، يجب عليك إنشاء حساب جديد بالتسجيل بالضغط هنا أو تسجيل الدخول اضغط هنا إذا كنت عضواً .

مدموج :login box ?


مشاهدة المشاركة في الموضوع بالعرض العادي
look/images/icons/i1.gif [مجابه] مدموج :login box ?
  04-05-2014 03:57 مساءً  
Mr King
معلومات الكاتب
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
CODE
<!-- action_find_addons_1 -->
<!-- action_find_addons_1 --><!-- action_find_addons_1 -->



and add this code
CODE

	<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