I added pagination to my forums on my website recently but i cant get it to work with subforums.
I attached my forum script below. The mysql works because of stuff down in the lib.php file.
The problem is that when it switches pages it starts from forum.php so page 2 would be forum.php?page=2 . when i go to the sub forums ex. forum.php?do=generalforum it still goes to forum.php?page=2 when i tried to make it forum.php?do=generalforum?page=2 it does not work. Do anyone know how to make pagination work with sub forums?