الكل يعرف ان phpbb إسم المستخدم يكون في اسفل الصفحة مثال
هذا يكون دائما في منتديات phpbb في اسفل الصفحة
انا اليوم وجدت الحل الي يخليه يصير فوق الصفح زي الفي بي بالضبط
في ملفات الإستايل / index_body.tpl
إبحث عن
كود PHP:
<!-- BEGIN switch_user_logged_out -->
<form method="post" action="{S_LOGIN_ACTION}">
<table width="100%" cellpadding="3" cellspacing="1" border="0" class="forumline">
<tr>
<td class="catHead" height="28"><a name="login"></a><span class="cattitle">{L_LOGIN_LOGOUT}</span></td>
</tr>
<tr>
<td class="row1" align="center" valign="middle" height="28"><span class="gensmall">{L_USERNAME}:
<input class="post" type="text" name="username" size="10" />
{L_PASSWORD}:
<input class="post" type="password" name="password" size="10" maxlength="32" />
{L_AUTO_LOGIN}
<input class="text" type="checkbox" name="autologin" />
<input type="submit" class="mainoption" name="login" value="{L_LOGIN}" />
</span> </td>
</tr>
</table>
</form>
<!-- END switch_user_logged_out -->
قص الكود و ألصقه أين ما أردت

أو كما ذكرت ... إذا أردته باأعلى .. فـا ألصقه في أول الملف ..
