
Link zum Forum: http://www.hellsing-anime.de/phpBB3/
Also ich habe den Login aus dem index_body genommen:
Code: Alles auswählen
<!-- IF not S_USER_LOGGED_IN and not S_IS_BOT -->
<form method="post" action="{S_LOGIN_ACTION}">
<fieldset>
<input type="text" name="username" id="username" class="input_login_username" title="{L_USERNAME}" />
<input type="password" name="password" id="password" class="input_login_passwort" title="{L_PASSWORD}" />
<input type="image" name="login" src="{T_THEME_PATH}/images/login_button.png" class="login_button" />
{S_LOGIN_REDIRECT}
</fieldset>
</form>
<!-- ENDIF -->

Und mein Zweites Problem damit ist das im Chrome die 2 Inputfelder Gelb hinterlegt war... jetzt habe ich die anleitung befolgt: http://www.benjaminmiles.com/2010/11/22 ... th-jquery/
aber das will bei mir nicht so wirklich funzen...
Gruß
