Quote:
Originally Posted by hockyfan
Thanks for the quick responses, and yes, that is what I was referring to - any ideas on how it could be done?
h
|
Try this:
Edit showthread.php and find:
PHP Code:
$postids = "post.postid IN (0" . $ids . ")";
ABOVE ADD:
PHP Code:
if (in_array($forumid,$geek_article_forums)){
$ids.= ',' . $qrfirstpostid;
}
The only problem I can see is that on >1 page, it will pull your perpage count+ your first. Therefore technically your postperpage will be 1 off (if you were being freaking picky as hell that is)
nJoy