- Code: Alles auswählen
- #
 #-----[ OPEN ]--------------------------------------------------
 #
 includes/usercp_register.php
 #
 #----------[ FIND ]-------------------------------------
 #
 if ( ($userdata['user_level'] == USER && $board_config['users_allow_absence'] == TRUE) || ($userdata['user_level'] != USER && $userdata['user_level'] != ANONYMOUS) )
 {
 $template->assign_block_vars('allow_absence', array());
 }
 #
 #----------[ REPLACE WITH ]-----------------------------
 #
 // <!-- BEGIN easyUCP -->
 /*
 if ( ($userdata['user_level'] == USER && $board_config['users_allow_absence'] == TRUE) || ($userdata['user_level'] != USER && $userdata['user_level'] != ANONYMOUS) )
 {
 $template->assign_block_vars('allow_absence', array());
 }
 */
 // <!-- END easyUCP -->
 #
 #----------[ FIND ]-------------------------------------
 #
 else
 {
 $template->assign_block_vars('switch_validation', array() );
 #
 #----------[ REPLACE WITH ]-----------------------------
 #
 if ( $mode == 'register' )
 {
 $template->assign_block_vars('switch_ucp_require.switch_validation', array());
 #
 #-----[ OPEN ]--------------------------------------------------
 #
 templates/subSilver/profile_add_body.tpl
 #
 #-----[ FIND ]--------------------------------------------------
 #
 <!-- END switch_validation -->
 #
 #-----[ AFTER, ADD ]--------------------------------------------------
 #
 <!-- END switch_ucp_require -->
 <!-- BEGIN switch_ucp_cut -->
 #
 #-----[ FIND ]--------------------------------------------------
 #
 <table width="100%" border="0" cellpadding="3" cellspacing="1" class="forumline">
 #
 #-----[ AFTER, ADD ]--------------------------------------------------
 #
 <!-- END switch_ucp_cut -->
 <!-- BEGIN switch_ucp_info -->
 #
 #-----[ FIND ]--------------------------------------------------
 #
 <!-- End add - Birthday MOD -->
 #
 #-----[ AFTER, ADD ]--------------------------------------------------
 #
 <!-- END switch_ucp_info -->
 <!-- BEGIN switch_ucp_signature -->
 #
 #-----[ FIND ]--------------------------------------------------
 #
 <tr>
 <td class="row1"><span class="explaintitle">{SIG_DESC}:</span></td>
 <td class="row2"><INPUT TYPE="button" VALUE="{SIG_BUTTON_DESC}" onclick="window.location.href='{SIG_EDIT_LINK}'"></td>
 </tr>
 #
 #-----[ REPLACE WITH ]--------------------------------------------------
 #
 <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>
 <!-- END switch_ucp_signature -->
 <!-- BEGIN switch_ucp_cut -->
 #
 #-----[ FIND ]--------------------------------------------------
 #
 <table width="100%" border="0" cellpadding="3" cellspacing="1" class="forumline">
 #
 #-----[ AFTER, ADD ]--------------------------------------------------
 #
 <!-- END switch_ucp_cut -->
 <!-- BEGIN switch_ucp_prefs -->
 #
 #----------[ FIND ]-------------------------------------
 #
 <tr>
 <td class="row1"><span class="gen">{L_HIDE_USER}:</span></td>
 <td class="row2">
 <input type="radio" name="hideonline" value="1" {HIDE_USER_YES} />
 <span class="gen">{L_YES}</span>  
 <input type="radio" name="hideonline" value="0" {HIDE_USER_NO} />
 <span class="gen">{L_NO}</span></td>
 </tr>
 </table>
 #
 #----------[ AFTER, ADD ]-------------------------------
 #
 <!-- easyUCP -->
 <tr>
 <td class="row1"><span class="explaintitle">{L_HIDE_PROFILE}:</span></td>
 <td class="row2">
 <table border="0" cellspacing="0" cellpadding="0">
 <tr>
 <td><input type="radio" name="hideprofile" value="1" {HIDE_PROFILE_YES} /> </td>
 <td>{L_YES}  </td>
 <td><input type="radio" name="hideprofile" value="0" {HIDE_PROFILE_NO} /> </td>
 <td>{L_NO}</td>
 </tr>
 </table>
 <!-- easyUCP -->
 #
 #-----[ FIND ]--------------------------------------------------
 #
 <tr>
 <td class="row1"><span class="explaintitle">{L_DATE_FORMAT}:</span></td>
 <td class="row2"><span class="gensmall">{DATE_FORMAT_SELECT}</span></td>
 </tr>
 #
 #-----[ AFTER, ADD ]--------------------------------------------------
 #
 <!-- END switch_ucp_prefs -->
 #
 #-----[ FIND ]--------------------------------------------------
 #
 <!-- BEGIN switch_avatar_block -->
 <tr>
 <td class="cat" colspan="2"> </td>
 </tr>
 </table>
 <table border="0" cellpadding="0" cellspacing="0" class="tbl"><tr><td class="tbll"><img src="images/spacer.gif" alt="" width="8" height="4" /></td><td class="tblbot"><img src="images/spacer.gif" alt="" width="8" height="4" /></td><td class="tblr"><img src="images/spacer.gif" alt="" width="8" height="4" /></td></tr></table>
 <br />
 #
 #-----[ REPLACE WITH ]--------------------------------------------------
 #
 <!-- BEGIN switch_ucp_cut2 -->
 <tr>
 <td class="cat" colspan="2" height="28"> </td>
 </tr>
 </table>
 <table border="0" cellpadding="0" cellspacing="0" class="tbl"><tr><td class="tbll"><img src="images/spacer.gif" alt="" width="8" height="4" /></td><td class="tblbot"><img src="images/spacer.gif" alt="" width="8" height="4" /></td><td class="tblr"><img src="images/spacer.gif" alt="" width="8" height="4" /></td></tr></table>
 <br />
 <!-- END switch_ucp_cut2 -->
 <!-- BEGIN switch_avatar_block -->
 #
 #-----[ FIND ]--------------------------------------------------
 #
 <input type="reset" value="{L_RESET}" name="reset" class="button" />
 #
 #-----[ AFTER, ADD ]--------------------------------------------------
 #
 {UCP_CANCEL}
 #
 #----------[ OPEN ]-------------------------------------
 #
 templates/subSilver/admin/user_edit_body.tpl
 #
 #----------[ FIND ]-------------------------------------
 #
 <tr>
 <td class="row1">{L_HIDE_USER}</td>
 <td class="row2">
 <input type="radio" name="hideonline" value="1" {HIDE_USER_YES} />
 {L_YES}  
 <input type="radio" name="hideonline" value="0" {HIDE_USER_NO} />
 {L_NO}</td>
 </tr>
 #
 #----------[ AFTER, ADD ]-------------------------------
 #
 <!-- easyUCP -->
 <tr>
 <td class="row1"><span class="gen">{L_HIDE_PROFILE}:</span></td>
 <td class="row2">
 <input type="radio" name="hideprofile" value="1" {HIDE_PROFILE_YES} />
 <span class="gen">{L_YES}</span>  
 <input type="radio" name="hideprofile" value="0" {HIDE_PROFILE_NO} />
 <span class="gen">{L_NO}</span></td>
 </tr>
 <!-- easyUCP -->





 
 



 

