2008-06-28, 11:46 PM
السلام عليكم
طبعا انا جبتلكم كود النهردا جميل اووى انا اللى عمله اعوز بالله من كلمة انا
صوره
تركيب الكود
استبدل كامل محتوى قالب header_welcomeblock_guest
بالكود التالى
طبعا انا جبتلكم كود النهردا جميل اووى انا اللى عمله اعوز بالله من كلمة انا
صوره
تركيب الكود
استبدل كامل محتوى قالب header_welcomeblock_guest
بالكود التالى
PHP كود :
<div class="menu" align="center">
<ul>
<table align="center">
<tr align="center">
<td class="topmenu" width="1%"><a href="{$mybb->settings['bburl']}/member.php?action=register">{$lang->welcome_register}</a></td>
<td class="topmenu" width="1%"><a href="$settings[bburl]/misc.php?action=help">$lang->toplinks_help</a></td>
<td class="topmenu" width="1%"><a href="$settings[bburl]/memberlist.php">$lang->toplinks_memberlist</a></td>
<td class="topmenu" width="1%"><a href="$settings[bburl]/calendar.php">$lang->toplinks_calendar</a></td>
<td class="topmenu" width="1%"><a href="search.php?action=getnew">$lang->welcome_newposts</a></td>
<td class="topmenu" width="1%"><a href="member.php?action=lostpw">نسيت كلمة المرور</a></td>
<td class="topmenu" width="1%"><a href="$settings[bburl]/search.php">$lang->toplinks_search</a></td>
</tr>
</table>
</ul>
</div>
<table border="0" cellspacing="$theme[borderwidth]" cellpadding="$theme[tablespace]" class="tborder">
<tr>
<td class="trow1" width="60%" rowspan="2"><navigation></td>
<td width="30%" class="trow2" style="font-size:11px">
<form action="member.php" method="post">
<input type="hidden" name="action" value="do_login" />
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><strong>{$lang->username}</strong></td>
<td><input type="text" size="18"class="textbox" name="username" title="{$lang->login_username}" value="{$lang->login_username}" onFocus="this.value=''" /></td>
</tr>
<tr>
<td><strong>{$lang->password}</strong></td>
<td><input type="password" size="20" class="textbox" name="password" title="{$lang->login_password}" value="{$lang->login_password}" onFocus="this.value=''" /><input type="submit" class="button" name="submit" value="{$lang->login}" /></td>
</tr>
</table>
</form></td>
</tr>
</table>