Hallo, Gast! (Registrieren)

Letzte Ankündigung: MyBB 1.8.38 veröffentlicht (30.04.24)


Benutzer, die gerade dieses Thema anschauen: 2 Gast/Gäste
Index
#2
Hallo xmaster.
Ist eigl. ganz einfach.

Geh als erstes in dein Template-Set --> Seitenkopf Templates-->Header und schau ob du im div container für die {$welcomeblock} eine id="panel" stehen hast. Wenn ja lösche die id raus sodas nur der div steht. Also
PHP-Code:
<div>{$welcomeblock}</div

Weiter gehts mit dem Template--> header_welcomeblock_guest.
Lösche da alles was drinne ist und ersetze es mit diesem code (wie immer vorher backup machen)
PHP-Code:
<div id="panel" align="center">

    <
form action="{$mybb->settings['bburl']}/member.php" class="loginform" method="post">
        <
input type="hidden" name="action" value="do_login" />
        <
input type="hidden" name="url" value="{$url}/>
        <
input type="text" name="username" class="textuser" value="Username" onfocus="if(this.value !== '') { this.value=''; }" onblur="if(this.value == '') { this.value='Username'; }" />
        <
input type="password" class="textpass" name="password" value="Password" onfocus="if(this.value !== '') { this.value=''; }" onblur="if(this.value == '') { this.value='Password'; }" />
            <
input type="submit" class="loginsub" value="Login" tabindex="3" />        
        <
span class="text"> <a href="{$mybb->settings['bburl']}/member.php?action=lostpw">Lost Password?</a>  &mdash; <a href="{$mybb->settings['bburl']}/member.php?action=register">Register</a></span>        
        <
input type="checkbox" value="yes" checked="checked" title="" name="remember" style="display:none;" class="checkbox" />
    </
form>
</
div

Das sollte es auch schon gewesen sein, wenn nicht bitte melden.
Zitieren


Nachrichten in diesem Thema
Index - von xmaster - 21.02.2012, 21:07
RE: Index - von MrBrechreiz - 22.02.2012, 17:59
RE: Index - von xmaster - 22.02.2012, 20:41
RE: Index - von MrBrechreiz - 22.02.2012, 22:34
RE: Index - von Kenny - 22.02.2012, 22:38
RE: Index - von MrBrechreiz - 22.02.2012, 22:38
RE: Index - von xmaster - 23.02.2012, 11:14
RE: Index - von MrBrechreiz - 23.02.2012, 16:53
RE: Index - von xmaster - 23.02.2012, 19:05
RE: Index - von MrBrechreiz - 23.02.2012, 19:24
RE: Index - von xmaster - 23.02.2012, 20:34
RE: Index - von MrBrechreiz - 23.02.2012, 20:41
RE: Index - von xmaster - 24.02.2012, 01:00
RE: Index - von doylecc - 24.02.2012, 06:27
RE: Index - von MrBrechreiz - 24.02.2012, 06:51
RE: Index - von xmaster - 24.02.2012, 11:10
RE: Index - von MrBrechreiz - 24.02.2012, 16:50
RE: Index - von MrBrechreiz - 24.02.2012, 22:50
RE: Index - von doylecc - 24.02.2012, 23:50
RE: Index - von MrBrechreiz - 26.02.2012, 00:40