Seite 1 von 1
phpBB - Login-BOX entfernen
Verfasst: 04.09.2005 19:23
von florian.liebe
Hallo,
wie kann ich bei meinem phpBB (2.0.17) die Login-Box auf dem INDEX ausblenden / "ausbauen"?
*mfg* Flo
Verfasst: 04.09.2005 19:45
von Jan500
hi
suche in der index_body.tpl nach
Code: Alles auswählen
<!-- 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 -->
und lösche ihn oder kommentier in aus (mit <!--
code -->
gruß Jan
Verfasst: 04.09.2005 20:00
von florian.liebe
Vielen Dank, für die schnelle Antwort.
Gruß Flo