Quote:
Originally posted by FireFly
Jawelin: Try
Code:
if ($pagenumber == ceil($totalposts/$perpage)) {
But you will need to move the hack down a bit I think... mess with it a little.
|
Yeah! Thanks... It worked!

:classic:
I put the check you suggested between the others :
PHP Code:
} elseif ($pagenumber != ceil($totalposts/$perpage)) { // replybox on the last page only
$replybox='';
and
MOVED the entire block brutally at the end of
showthread.php, just before the template evaluation...
I tried a couple places above, but think it should at least be after the $limitlower/$limitupper stuff. Truthfully, that box goes at the end of the page, doesn't it ?
:classic:
Thanks again.