Quote:
Originally Posted by Blam Forumz
#Hmmmmm I have a problem
when i set it to preview comments on every page, it doesnt work no matter what value i enter (except for 0, but that doesnt display any comments of course)
and when i set it to yes, comments appear at the end of the article, but i want them to appear on every page
|
Right, found the bug.
Find this in showthread:
PHP Code:
$show['GAS_comments']=$GAS_last_page & 1;
replace with:
PHP Code:
$show['GAS_comments']=iif($GAS_comments_only_lastpage,$GAS_last_page,1);
I will post the fix in the next version.
Thanks!