View Full Version : Next and Previous Page links on showentry with Spider Friendly URL's turned on
Next Page and Previous Page links in showentry.php link to epageX.html when everything else links to pageX.html
if ($vba_options['dyna_spiderurls'])
{
$nextpagelink .= 'epage' . $nextpageid . '.html' . $adv_sorturl;
}
if ($vba_options['dyna_spiderurls'])
{
$prevpagelink .= 'epage' . $prevpageid . '.html' . $adv_sorturl;
}
Hmm, scratch that... I can't reproduce it, not sure what happened, it's supposed to be epageX.html.
Just so this isn't a wasted thread, editing multiple pages using the Edit All Pages link breaks most\all BB code on every page. Clicking the edit button and then Save Changes fixes all of the pages though. Doing something like that is where I saw (or thought I saw at least) what I posted in the first post, I was trying to recreate the BB code issue... like I said though, I can't reproduce the first post anymore with anything linking to postX.html.
Brian
08-13-2007, 09:46 AM
For the problem with BB code and additional pages, please download the package from here again, replace your dynamics/newentry.php file with the one from there, and that should take care of the problem for any new entries.
For any current entries, go to Admin CP => vBa Dynamics => Maintenance => Rebuild Entry Cache. Run that and it should correct any current entries with that problem.
vBulletin® v3.7.2, Copyright ©2000-2008, Jelsoft Enterprises Ltd.