 von AmigaLink » 19. Sep 2004 23:37
von AmigaLink » 19. Sep 2004 23:37 
			
			Um den Custom_Title_MOD easyUCP kompatible zu machen, ist nach der Installation folgende änderung nötig:
- Code: Alles auswählen
- # 
 #-----[ OPEN ]------------------------------------------
 #
 
 includes/usercp_register.php
 
 #
 #-----[ FIND ]------------------------------------------
 #
 
 if ( $ucp_mode == 'ucp_info' || $ucp_mode == '' )
 {
 $template->assign_block_vars('switch_ucp_info', array() );
 
 #
 #-----[ AFTER, ADD ]------------------------------------
 #
 
 if ($custom_title_activated == TRUE)
 {
 $template->assign_block_vars('switch_ucp_info.switch_custom_title', array() );
 }
 
 #
 #-----[ FIND ]------------------------------------------
 #
 
 if ($custom_title_activated == TRUE)
 {
 $template->assign_block_vars('switch_custom_title', array() );
 }
 
 #
 #-----[ DELETE ]------------------------------------------
 #
 
 if ($custom_title_activated == TRUE)
 {
 $template->assign_block_vars('switch_custom_title', array() );
 }
Die deutsche Sprache ist Freeware, du kannst sie benutzen, ohne dafür zu bezahlen. Sie ist aber nicht Open Source, also darfst du sie nicht verändern, wie es dir gerade passt.