Hello,
The forum by default make a division of page each 50 teme... the problem is that i have a forums that dont make a division each 50 teme and the post(some) from here to more than 50 dont show...
www.portalpez.com/foroportalpez
I update to the pakage to the last one, 1.2.0.27
In the version 1.1.0.15 I think i found the problem. I change the following code from viewforum.php :
$topics_count -= $total_announcements;
and put this other:
$topics_count += $total_announcements;
And now, run well. Please, say me if this can be a problem most important... I test and run well, but i am not a coder.
Thansk you.