Color groups mod
Scris: 18-Ian-2007, 20:51:19
Imi da o eroare ciudata in index.php 
Parse error: syntax error, unexpected '<' in /home2/atomnorg/public_html/forum/index.php on line 537
Ciudatenia consta in:
#-----[ FIND ]------------------------------------------
#
$last_post .= ( $forum_data[$j]['user_id'] == ANONYMOUS ) ? ( ($forum_data[$j]['post_username'] != '' ) ? $forum_data[$j]['post_username'] . ' ' : $lang['Guest'] . ' ' ) : '<a href="' . append_sid(" POST_USERS_URL=' . $forum_data[$j]['>' . $forum_data[$j]['username'] . '</a> ';
#
#-----[REPLACE WITH ]------------------------------------------
#
$last_post .= ( $forum_data[$j]['user_id'] == ANONYMOUS ) ? ( ($forum_data[$j]['post_username'] != '' ) ? $forum_data[$j]['post_username'] . ' ' : $lang['Guest'] . ' ' ) : color_group_colorize_name($forum_data[$j]['user_id']);
Faza e ca eu cand caut ce zice acolo gasesc dar cand se termina are alt final: asa:
$last_post .= ( $forum_data[$j]['user_id'] == ANONYMOUS ) ? ( ($forum_data[$j]['post_username'] != '' ) ? $forum_data[$j]['post_username'] . ' ' : $lang['Guest'] . ' ' ) : '<a href="' . append_sid(" POST_USERS_URL=' . $forum_data[$j]['>' . $forum_data[$j]['username'] . '</a>
Deci lipsesc de la sfarsit: ';
Cred ca este de la alta modificare si anume simple subforums
Cand inlocuiesc cu aia de imi trebuie mie si tot da eroare

Parse error: syntax error, unexpected '<' in /home2/atomnorg/public_html/forum/index.php on line 537
Ciudatenia consta in:
#-----[ FIND ]------------------------------------------
#
$last_post .= ( $forum_data[$j]['user_id'] == ANONYMOUS ) ? ( ($forum_data[$j]['post_username'] != '' ) ? $forum_data[$j]['post_username'] . ' ' : $lang['Guest'] . ' ' ) : '<a href="' . append_sid(" POST_USERS_URL=' . $forum_data[$j]['>' . $forum_data[$j]['username'] . '</a> ';
#
#-----[REPLACE WITH ]------------------------------------------
#
$last_post .= ( $forum_data[$j]['user_id'] == ANONYMOUS ) ? ( ($forum_data[$j]['post_username'] != '' ) ? $forum_data[$j]['post_username'] . ' ' : $lang['Guest'] . ' ' ) : color_group_colorize_name($forum_data[$j]['user_id']);
Faza e ca eu cand caut ce zice acolo gasesc dar cand se termina are alt final: asa:
$last_post .= ( $forum_data[$j]['user_id'] == ANONYMOUS ) ? ( ($forum_data[$j]['post_username'] != '' ) ? $forum_data[$j]['post_username'] . ' ' : $lang['Guest'] . ' ' ) : '<a href="' . append_sid(" POST_USERS_URL=' . $forum_data[$j]['>' . $forum_data[$j]['username'] . '</a>
Deci lipsesc de la sfarsit: ';
Cred ca este de la alta modificare si anume simple subforums
Cand inlocuiesc cu aia de imi trebuie mie si tot da eroare