SELECT tid,title,description,last_post,start_date,starter_name,last_poster_name
FROM _ipb_topics WHERE approved=1 AND state <>'link' ORDER BY start_date DESC LIMIT O,10
tid - id tematu,
title - tytul,
description - to co sie pokazuje pod tematem - opis
last_post - timestamp ostatniego posta w temacie
start_date - timestamp rozpoczecia tematu
starter_name - nick tworzacego temat
last_poster_name - nick ostatniej osoby ktora sie dopisala do tematu
Pobiera pierwsze 10 tematow ale to chyba widac.