4
Another question:
How do you hold newbb from putting an infinite amount of dots between the numbers of pages a thread got on the forum overview page?
Like
[The thread's name] 1 2 3 ........ 18.
For a thread with 5 pages it will print 3 dots, 9 for 7 pages and 30 (!) for 14 pages. The whole row is just dots!
I found this
if ( $i > 3 && $i < $totalpages ) {
$pagination .= "...";
in modules/newbb/viewforum.php but I dont know what to do with it.
(I noticed it works differently on here than on my v1)