if ($bbuserinfo[maxpost] < 15) { $bbuserinfo[maxpost] = $vboptions[maxpost]; } if ($thread[replycount] > $bbuserinfo[maxpost]) { $postsonthispage = $thread[replycount] - $perpage / $pages; } else { $postsonthispage = $thread[replycount]; }