echt nett gemeint. bringt leider nichts, da die recent.php nur included wird auf der index.php. soll heißen die includes vom categories hierarchy mod sind bereits durch die index.php gegeben.
was mich aber auch wundert ist, wenn ich special categories einschalte (wenn ich überhaupt wüsste welche "special" sein sollen

), dann kommt folgende fehlermeldung:
Code: Alles auswählen
could not obtain main information.
DEBUG MODE
SQL Error : 1064 You have an error in your SQL syntax near ') AND t.topic_poster = u.user_id AND f.forum_id = t.forum_id AND p.post_id = t.t' at line 3
SELECT t.*, f.forum_id, f.forum_name, u.username AS first_poster, u.user_id AS first_poster_id, u2.username AS last_poster, u2.user_id AS last_poster_id, p.post_username AS first_poster_name, p2.post_username AS last_poster_name, p2.post_time, pt.* FROM phpbb_topics t, phpbb_forums f, phpbb_users u, phpbb_posts p, phpbb_posts p2, phpbb_users u2, phpbb_posts_text pt WHERE t.forum_id NOT IN (1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32) AND t.forum_id IN () AND t.topic_poster = u.user_id AND f.forum_id = t.forum_id AND p.post_id = t.topic_first_post_id AND p2.post_id = t.topic_last_post_id AND u2.user_id = p2.poster_id AND t.topic_last_post_id = pt.post_id ORDER BY t.topic_last_post_id DESC LIMIT 5
Line : 48
File : /www/htdocs/***entfernt***/recent.php