Forums / Cotonti / Support / forums posts reply problem

Trustmaster
#22877 2010-02-13 07:06
A core hack: in system/core/forums/forums.posts.inc.php line 521 replace
$notlastpage = (($d + $cfg['maxpostsperpage'])<$totalposts) ? TRUE : FALSE;
with
$notlastpage = FALSE;
May the Source be with you!