Problem mit Emotions installation
Verfasst: 24.02.2008 10:31
Ich habe folgendes Problem mit der Installations anleitung:
Leider ist "$signature = str_replace(" in includes/usercp_register.php nicht zu finden
Brauche hilfe.
Code: Alles auswählen
#
#-----[ OPEN ]------------------------------------------------
#
includes/usercp_register.php
#
#-----[ FIND ]------------------------------------------------
#
$signature = str_replace(
#
#-----[ AFTER, ADD ]------------------------------------------
#
// Start add - Emotion MOD
$emotion = ( isset($HTTP_POST_VARS['emotion']) ) ? intval ($HTTP_POST_VARS['emotion']) : 0;
$emotion_profile = ( isset( $HTTP_POST_VARS['emotion_profile']) ) ? ( ( $HTTP_POST_VARS['emotion_profile'] ) ? 0 : TRUE ) : TRUE;
$emotion_post = ( isset( $HTTP_POST_VARS['emotion_post']) ) ? ( ( $HTTP_POST_VARS['emotion_post'] ) ? 0 : TRUE ) : TRUE;
// End add - Emotion MOD
