Forums / Cotonti / Support / forums posts reply problem

Gökhan YILDIZ
#1 2010-02-13 04:59
How do I make it to appear on all pages textboxer? Because it seems only on the last page.
Gökhan YILDIZ
Trustmaster
#2 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!
Gökhan YILDIZ
#3 2010-02-13 07:51
thank you very much
Gökhan YILDIZ