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.
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.