to napewno last topic on index, a poza tym to sprobuj wykonać to:
to:
Kod:
$last_post .= ( $forum_data[$j]['user_id'] == ANONYMOUS ) ? ( ($forum_data[$j]['post_username'] != '' ) ? $forum_data[$j]['post_username'] : $lang['Guest']) : '<a href="' . append_sid("profile.$phpEx?mode=viewprofile&" . POST_USERS_URL . '=' . $forum_data[$j]['user_id']) . '">' . color_username($forum_data[$j]['user_id'], $forum_data[$j]['username'], $forum_data[$j]['user_rank'], $forum_data[$j]['user_posts']) . '</a>';
zamień na:
Kod:
$last_post .= ( $forum_data[$j]['user_id'] == ANONYMOUS ) ? ( ($forum_data[$j]['post_username'] != '' ) ? $forum_data[$j]['post_username'] . ' ' : $lang['Guest'] . ' ' ) : '<a href="' . append_sid("profile.$phpEx?mode=viewprofile&" . POST_USERS_URL . '=' . $forum_data[$j]['user_id']) . '">' . $forum_data[$j]['username'] . '</a> ';
tutaj tez nie mam pewnosci czy dziala
Pomagam tylko na forum!