Code: Select all
Query SELECT p.post_id FROM phpbb_posts p WHERE p.topic_id = 94097 AND p.post_approved = 1 ORDER BY p.post_time DESC LIMIT 21581, 15
That solved my problem. Thank youBrf wrote:When you call $user->setup() on that page, pass the style number as the second parameter:
Code: Select all
$user->setup('',4);