Sieht aus als ob bei dir was fehlt...
Ich bin aber kein Experte.....
wenn du wirklich 2.0.4 hast, dann würd ich an deiner Stelle mal
folgendes, was ich alles drin habe, einfügen....
$sql = "SELECT u.username, u.user_id, u.user_posts, u.user_from, u.user_website, u.user_email, u.user_icq, u.user_aim, u.user_yim, u.user_regdate, u.user_msnm, u.user_viewemail, u.user_rank, u.user_sig, u.user_sig_bbcode_uid, u.user_avatar, u.user_avatar_type, u.user_allowavatar, u.user_allowsmile, u.user_allow_viewonline, u.user_session_time, p.*, pt.post_text, pt.post_subject, pt.bbcode_uid
FROM " . POSTS_TABLE . " p, " . USERS_TABLE . " u, " . POSTS_TEXT_TABLE . " pt
WHERE p.topic_id = $topic_id
Bitte an die Stelle, die ich hier aus deinem rauskopiert habe
und nun FETT schreibe... also ersetze das was ich FETT markiert habe
durch das was oben im Kasten steht, bitte:
// Go ahead and pull all data for this topic
//
$sql = "SELECT u.*, p.*, pt.post_text, pt.post_subject, pt.bbcode_uid
FROM " . POSTS_TABLE . " p, " . USERS_TABLE . " u, " . POSTS_TEXT_TABLE . " pt
WHERE p.topic_id = $topic_id
$limit_posts_time
AND pt.post_id = p.post_id
AND u.user_id = p.poster_id
ORDER BY p.post_time $post_time_order
LIMIT $start, ".$board_config['posts_per_page'];
Sichere bitte vorher alles ab!
Falls es nix bringt.
aber ich denke schon

.....
Gruß Zaubi
