hello,
I am using this hack, ... lierduh's instructions in this post
https://vborg.vbsupport.ru/showpost....&postcount=223 and its is working fine with some minor problems.
I have teh done exactly the same as you specified in that post excepting this change as i could not find that code in my online.php
Quote:
In online.php, find:
$loc=preg_replace("/\?s=[a-z0-9]{32}(&)?/","?",$loc);
add the following lines:
$loc=preg_replace("/f(\d+).html/","forumdisplay.php?forumid=\$1",$loc);
$loc=preg_replace("/t(\d+).html/","showthread.php?threadid=\$1",$loc);
$loc=preg_replace("/t(\d+)-(\d+)-(\d+).html/","showthread.php?threadid=\$1",$loc);
|
Now the problem is, the multi page navigation.
Please check this page :
http://hostmarket.hostbubble.com/f22.html
It does show the multiple pages, but when i clcik on the second page, it shows all the threads and there is no links at the bottom for next or previous page. What wrong have i done.
My forum is here :
http://hostmarket.hostbubble.com
Thanks much for any help
Cheers