Hier kann eine Notiz zum Merk-Eintrag hinzugefügt werden (optional)
| [ Anmelden zum schreiben ] |
| Brauche Hilfe Login Ausrichten | |||
|---|---|---|---|
| blue Mitglied
Posts: 406 |
Hallo da ich eine dopel 0 bin in so was und echt keine Ahnung habe wollte ich fragen ob mir jemand das login ausrichten kann so das alles nebenander ist
bluedesigns.bl.ohost.de/index.php?forum Meine ICQ 305578118 |
||
| MonMon Mitglied
Posts: 116 |
dann poste mal deinen
include/templates/user/boxen_login.htm dann solte man das schon hinbekommen The Fun Warriors |
||
| blue Mitglied
Posts: 406 |
<table width="100%" border="0" cellspacing="0" cellpadding="10">
<tr>
<td>
Hallo <b>{NAME}</b>
<br />
<br />
{NACHRICHTEN}
<a class="box" href="index.php?user-3">{_lang_logout}</a> | <a class="box" href="index.php?user-8">{_lang_profil}</a>
<br>
{ADMIN}
</td>
</tr>
</table>
{EXPLODE}
<table width="100%" border="0" cellspacing="0" cellpadding="10">
<tr>
<td>
<form method="POST">
<input type="text" name="name" size="13" value="{NAME}" onFocus="if (value == '{NAME}') {value = ''}" onBlur="if (value == '') {value = '{NAME}'}" maxlength="15" style="margin-top:5px; " /><br />
<input type="password" size="13" value="{PASS}" onFocus="if (value == '{PASS}') {value = ''}" onBlur="if (value == '') {value = '{PASS}'}" maxlength="20" name="pass" style="margin-top:5px; " /><br />
<input type="hidden" name="wdlink" value="{wdlink}" />
<input type="submit" name="user_login_sub" value="Login" style="margin-top:5px; " />{regist}
</form>
</td>
</tr>
</table> |
||
| MonMon Mitglied
Posts: 116 |
<table width="100%" border="0" cellspacing="0" cellpadding="10">
<tr>
<td>
Hallo <b>{NAME}</b>
<br />
<br />
{NACHRICHTEN}
<a class="box" href="index.php?user-3">{_lang_logout}</a> | <a class="box" href="index.php?user-8">{_lang_profil}</a>
<br>
{ADMIN}
</td>
</tr>
</table>
{EXPLODE}
<table width="100%" border="0" cellspacing="0" cellpadding="10">
<tr>
<td>
<form method="POST">
<input type="text" name="name" size="13" value="{NAME}" onFocus="if (value == '{NAME}') {value = ''}" onBlur="if (value == '') {value = '{NAME}'}" maxlength="15" style="margin-top:5px; " /><br />
<input type="password" size="13" value="{PASS}" onFocus="if (value == '{PASS}') {value = ''}" onBlur="if (value == '') {value = '{PASS}'}" maxlength="20" name="pass" style="margin-top:5px; " /><br />
<input type="hidden" name="wdlink" value="{wdlink}" />
<input type="submit" name="user_login_sub" value="Login" style="margin-top:5px; " />{regist}
</form>
</td>
</tr>
</table>
es solte jetzt so aussehen [ Login Name ] [ Passwort ] (Loigin Butten) Regestrieren das was unter {EXPLODE} ist das was die gäste sehen und das <br /> steht für zellen umbruch also wenn du alle 4 sachen neben einander haben willst must du das eine <br / > noch wegmachen Zuletzt modifiziert von MonMon am 14.05.2010 - 23:19:41 The Fun Warriors |
||
| blue Mitglied
Posts: 406 |
jop danke eine frage noch wie mache ich das alles in der Mitte und wo muss ich die box einstellen wenn man eingeloggt ist denn da wird das nicht neben ander angezeigt?
|
||
| MonMon Mitglied
Posts: 116 |
um alles mitig zu machen mach einfach vor
<table....... ein <center> und nach </table></center> dann ist es mittig alles und die logIn box ansicht für die eingelogten ist das was über {EXPLODE} steht das ist das genauso hir mal noch ein link um leicht HTM sachen selber zu machen html.nicole-wellinger.ch/ da schau ich auch oft rein ^^ da ich das auch noch nicht aus dem ff kann ^^ The Fun Warriors |
||
| blue Mitglied
Posts: 406 |
Irgend wie geht das nicht in die Mitte oder ich mache was falsch. ?
Und das wenn man eingeloggt ist kapiere ich auch nicht mache da auch diese <br / > alle weg und es verschiebt sich gar nichts
eigentlich wollte ich das Login so machen wie hier auf dieser Seite gerrittmw.bplaced.de/filemanager/Blue%20Design/index.php?site=news# <table width="100%" border="0" cellspacing="0" cellpadding="10">
<tr>
<td>
<form action="index.php?user-login" method="POST">
<fieldset>
<legend><b>{_lang_LOGIN}</b></legend>
<label style="float:left; width:60px;">{_lang_nickname}</label><b style="float:left; text-align:left; width:20px;">:</b><input type="text" style="margin-bottom:2px;" tabindex="1" name="name" maxlength="15" /><br />
<label style="float:left; width:60px;">{_lang_password}</label><b style="float:left; text-align:left; width:20px;">:</b><input type="password" style="margin-bottom:2px;" tabindex="2" maxlength="20" name="pass" /><br />
<label style="float:left; width:80px;"> </label><input type="hidden" name="wdlink" value="{WDLINK}" /><input type="submit" style="margin-bottom:2px;" tabindex="3" value="{_lang_login}" name="user_login_sub" /><br /><br />
<label style="padding-left:80px;"><a href="index.php?user-regist">{_lang_registernow}</a></label><br />
<label style="padding-left:80px;"><a href="index.php?user-remind">{_lang_forgottenpassword}?</a></label>
</form>
</td>
</tr>
</table>
{EXPLODE}
{_lang_yourareloged}!
{EXPLODE}
{_lang_login3failure}
Zuletzt modifiziert von blue am 15.05.2010 - 11:26:00 |
||
| blue Mitglied
Posts: 406 |
Hat sich erledigt noch mal danke an MonMon für seine Hilfe.
|
||
| [ Anmelden zum schreiben ] |