PDA

View Full Version : Page 2 of threads not showing.


jfontestad
05-28-2006, 06:02 PM
Page 2 of threads not showing.

This is the error I get.:

No Thread specified. If you followed a valid link, please notify the administrator


URL looks like this:
http://website/forumname/t-threadname-page2-5.html

::fixed it::
need to change it in the .xml file...

This:
"<a href=\"$myurl/$new/t-$title-page$page-$fid{$vbulletin->options['vRewrite_extension_showthread']}\"", $output);

To This:
"<a href=\"$myurl/$new/t-$title-$fid-page$page{$vbulletin->options['vRewrite_extension_showthread']}\"", $output);

I believe it occurs twice.

TheBlackPoet
05-29-2006, 01:55 PM
excuse me.... is this a script for page seperation in a thread... because this is what i need... if it is....

if it is... can you point me to the hack??

futuredood
06-21-2006, 07:01 AM
thanks, to note this is in the plugin manager, under "vRewrite - main script"

actually.. you don't need to do this, you have to use the add-on of the .htaccess generator and everything will work perfectly

sellbuydomain
06-29-2006, 04:29 PM
i try it, it did work
but new problem found, when you click the second page in the showthread page , it get the blank page. but if you click the thread to view it, then click view next page , it work this way, so the htacess still missing some thing or something wrong.

x1800
10-09-2006, 11:40 PM
Is it solved ?