ah tu volevi solo i topic...skusami

mhm prova un pò questa

Codice PHP:
SELECT t.topic_idt.topic_titlet.topic_last_post_idt.forum_idp.post_idp.poster_idp.post_timeu.user_idu.username
FROM phpbb_topics t
phpbb_forums fphpbb_posts pphpbb_users u
WHERE f
.auth_view =0
AND t.topic_id p.topic_id
AND f.forum_id t.forum_id
AND t.topic_status <>2
AND p.poster_id u.user_id
GROUP BY t
.topic_last_post_id
ORDER BY p
.post_time DESC
LIMIT 10