Hey -saarlonz-,
danke erstmal für deine schnelle
Unterstützung.
Ich benutze kein Modul dessen die Profilansicht/bearbeitung verändert, es ist die Standart-Profilmodifizierung von Ilch Version: 1.1P.
Module die ich installiert habe und verwende sind
BBcode 2.0
Blog-Modul
Edit:
Das einzige ist, das die Profilbearbeitung etwas verändert ist:
<form action="index.php?user-profil" method="post" enctype="multipart/form-data">
<fieldset>
<legend>Persönliche Daten ändern</legend>
<table width="100%" border="0" cellspacing="0" cellspacing="0">
<tr class="Cnorm">
<td style="width: 150px;">
E-Mail
</td>
<td>
<input style="margin-bottom:2px;" name="email" value="{email}" /><input type="hidden" name="aemail" value="{email}" /><font class="smalfont">{_lang_mustbeentered}</font>
</td>
</tr>
<tr class="Cnorm">
<td>
{_lang_homepage}
</td>
<td>
<input style="margin-bottom:2px;" name="homepage" value="{homepage}" />
</td>
</tr>
<tr class="Cnorm">
<td>
{_lang_hometown}
</td>
<td>
<input style="margin-bottom:2px;" name="wohnort" value="{wohnort}" />
</td>
</tr>
<tr class="Cnorm">
<td>
{_lang_icq}
</td>
<td>
<input style="margin-bottom:2px;" name="icq" value="{icq}" />
</td>
</tr>
<tr class="Cnorm">
<td>
{_lang_msn}
</td>
<td>
<input style="margin-bottom:2px;" name="msn" value="{msn}" />
</td>
</tr>
<tr class="Cnorm">
<td>
{_lang_yahoo}
</td>
<td>
<input style="margin-bottom:2px;" name="yahoo" value="{yahoo}" />
</td>
</tr>
<tr class="Cnorm">
<td>
{_lang_aim}
</td>
<td>
<input style="margin-bottom:2px;" name="aim" value="{aim}" />
</td>
</tr>
<tr class="Cnorm">
<td>
{_lang_birthday}
</td>
<td>
<input style="margin-bottom:2px;" name="gebdatum" value="{gebdatum}" /><font class="smalfont">{_lang_dateformat}</font>
</td>
</tr>
<tr class="Cnorm">
<td>
{_lang_state}
</td>
<td>
<select style="margin-bottom:2px;" name="staat">{_list_staat@<option%1 value="%2">%3</option>}</select>
</td>
</tr>
<tr class="Cnorm">
<td>
{_lang_sex}
</td>
<td>
<input style="margin-bottom:2px;" type="radio" value="1" id="geschlecht1" name="geschlecht" {geschlecht1} /><label for="geschlecht1"> {_lang_male}</label>, <input id="geschlecht2" type="radio" value="2" name="geschlecht" {geschlecht2} /><label for="geschlecht2"> {_lang_female}</label>, <input id="geschlecht0" type="radio" value="0" name="geschlecht" {geschlecht0} /><label for="geschlecht0"> {_lang_itdoesntmatter}</label>
</td>
</tr>
<tr class="Cnorm">
<td>
{_lang_status}
</td>
<td>
<input id="status_aktiv" type="radio" value="1" name="status" {status1} /><label for="status_aktiv"> {_lang_active}</label>, <input id="status_inaktiv" type="radio" value="0" name="status" {status0} /><label for="status_inaktiv"> {_lang_inactive}</label>
</td>
</tr>
<tr class="Cnorm">
<td>
{_lang_mails} erhalten?
</td>
<td>
<input id="opt_mail1" type="radio" value="1" name="opt_mail" {opt_mail1} /><label for="opt_mail1"> {_lang_yes}</label>, <input id="opt_mail0" type="radio" value="0" name="opt_mail" {opt_mail0} /><label for="opt_mail0"> {_lang_no}</label>
</td>
</tr>
<tr class="Cnorm">
<td>
{_lang_privatemessages} erhalten?
</td>
<td>
<input id="opt_pm1" type="radio" value="1" name="opt_pm" {opt_pm1} /><label for="opt_pm1"> {_lang_yes}</label>, <input id="opt_pm0" type="radio" value="0" name="opt_pm" {opt_pm0} /><label for="opt_pm0"> {_lang_no}</label>
</td>
</tr>
<tr class="Cnorm">
<td>
{_lang_popupbynewmsg}?
</td>
<td>
<input id="opt_pm_popup1" type="radio" value="1" name="opt_pm_popup" {opt_pm_popup1} /><label for="opt_pm_popup1"> {_lang_yes}</label>, <input id="opt_pm_popup0" type="radio" value="0" name="opt_pm_popup" {opt_pm_popup0} /><label for="opt_pm_popup0"> {_lang_no}</label><br style="fclear:both;" />
</td>
</tr>
{_if_{forum_usergallery}=='1'}
<tr class="Cnorm">
<td>
</td>
<td>
<br /><a href="index.php?user-usergallery-{uid}">Usergalerie bearbeiten</a> <a href="index.php?user-remove"></a> <br /> <br />
</td>
</tr>
{/_endif}
</table>
</fieldset>
<br />
<fieldset>
<legend>{_lang_removeaccount}</legend>
<table width="100%" border="0" cellspacing="0" cellspacing="0">
<tr class="Cnorm">
<td style="width: 150px;">
</td>
<td>
<input type="checkbox" value="yes" name="removeaccount" />Account {_lang_delete}? <font class="smalfont">{_lang_mustbeentered}</font>
</td>
</tr>
</table>
</fieldset>
<br />
{EXPLODE}
<fieldset>
<legend>{_lang_avatar}</legend>
<table width="100%" border="0" cellspacing="0" cellspacing="0">
<tr class="Cnorm">
<td style="width: 150px;">
</td>
<td>
{avatarbild}
<br /><input type="checkbox" value="yes" name="avatarloeschen" /> Avatar löschen?
</td>
</tr>
<tr class="Cnorm">
<td>
</td>
<td>
<input type="file" name="avatarfile" /><br /><font class="smalfont">
</td>
</tr>
<tr>
<td colspan="2">
{_lang_criterions}: {_lang_maxwidth} {Fabreite}px, {_lang_maxheight} {Fahohe}px {_lang_and} max Grösse {Fasize} bytes.</font>
</td>
</tr>
</table>
</fieldset>
<br />
{EXPLODE}
<fieldset>
<legend>{_lang_signature}</legend>
<table width="100%" border="0" cellspacing="0" cellspacing="0">
<tr class="Cnorm">
<td>
<textarea style="margin-bottom:2px; width: 500px;" cols="60" rows="2" name="sig">{sig}</textarea>
</td>
</tr>
<tr class="Cnorm">
<td>
{_lang_criterions}: {_lang_max} {forum_max_sig} {_lang_signs}
</td>
</tr>
</table>
</fieldset>
<br />
<fieldset>
<legend>{_lang_editpassword}</legend>
<table width="100%" border="0" cellspacing="0" cellspacing="0">
<tr class="Cnorm">
<td style="width: 150px;">
{_lang_current}
</td>
<td>
<input style="margin-bottom:2px;" type="password" name="op" maxlength="20">
</td>
</tr>
<tr class="Cnorm">
<td style="width: 150px;">
{_lang_new}
</td>
<td>
<input style="margin-bottom:2px;" type="password" name="np1" maxlength="20">
</td>
</tr>
<tr class="Cnorm">
<td style="width: 150px;">
{_lang_repeat}
</td>
<td>
<input style="margin-bottom:2px;" type="password" name="np2" maxlength="20">
</td>
</tr>
</table>
</fieldset>
<br />
<div align="center">
<input style="margin-bottom:2px;" type="submit" value="{_lang_send2}" name="submit">
</div>
<br />
</fieldset>
</form>
Aber da kann kein Fehler sein oder?
~Frozen
Zuletzt modifiziert von Frozen am 18.05.2013 - 17:11:13