Kann jemand mal aus der install datei rauslesen WO diese Zeile stehen sollte ... ? Ich hab schon viele varianten ausprobiert aber nirgens konnte ich irgend eine veränderung sehen ... . Brauche dringend Hilfe

Code: Alles auswählen
#
#-----[ OPEN ]-------------------
#
templates/subSilver/profile_add_body.tpl
#
#-----[ FIND ]--------------------
#
<tr>
<td class="row1"><span class="gen">{L_SIGNATURE}:</span><br /><span class="gensmall">{L_SIGNATURE_EXPLAIN}<br /><br />{HTML_STATUS}<br />{BBCODE_STATUS}<br />{SMILIES_STATUS}</span></td>
<td class="row2">
<textarea name="signature" style="width: 300px" rows="6" cols="30" class="post">{SIGNATURE}</textarea>
</td>
</tr>
#
#-----[ AFTER, ADD ]---------------------
#
<!-- Custom Profile Fields MOD start + -->
<!-- BEGIN switch_custom_fields -->
<tr>
<td class="row3" colspan="2"><span class="gensmall">{switch_custom_fields.L_CUSTOM_FIELD_NOTICE}</span></td>
</tr>
<!-- END switch_custom_fields -->
<!-- BEGIN custom_fields -->
<tr>
<td class="row1" valign="top"><span class="gen">{custom_fields.NAME}:{custom_fields.REQUIRED}</span>
<!-- BEGIN switch_description -->
<br /><span class="gensmall">{custom_fields.switch_description.DESCRIPTION}</span>
<!-- END switch_description -->
</td>
<td class="row2">
{custom_fields.FIELD}
</td>
</tr>
<!-- END custom_fields -->
<!-- Custom Profile Fields MOD finish + -->
Code: Alles auswählen
<td class="row1"><span class="gen">{L_SIGNATURE}:</span><br /><span class="gensmall">{L_SIGNATURE_EXPLAIN}<br /><br />{HTML_STATUS}<br />{BBCODE_STATUS}<br />{SMILIES_STATUS}</span></td>
<td class="row2">
<textarea name="signature" style="width: 300px" rows="6" cols="30" class="post">{SIGNATURE}</textarea>
</td>
</tr>
<!-- Custom Profile Fields MOD start + -->
<!-- BEGIN switch_custom_fields -->
<tr>
<td class="row3" colspan="2"><span class="gensmall">{switch_custom_fields.L_CUSTOM_FIELD_NOTICE}</span></td>
</tr>
<!-- END switch_custom_fields -->
<!-- BEGIN custom_fields -->
<tr>
<td class="row1" valign="top"><span class="gen">{custom_fields.NAME}:{custom_fields.REQUIRED}</span>
<!-- BEGIN switch_description -->
<br /><span class="gensmall">{custom_fields.switch_description.DESCRIPTION}</span>
<!-- END switch_description -->
</td>
<td class="row2">
{custom_fields.FIELD}
</td>
</tr>
<!-- END custom_fields -->
<!-- Custom Profile Fields MOD finish + -->
<tr>
nicht auf "NEIN" stellen . Das ist ja blöd , dann können die user das feld ja auch bearbeiten ... .Allow Users to View
If this is set to "yes", the user is allowed to view and edit this field. If it is set to "no", only Administrators may veiw or edit this value. Also, if this is set to "yes", this field cannot be required.