Hi,
When trying to merge threads it asks for the specific showthread.php id link and returns an error when i input the rewritten urls.
Any suggestions? I am using the latest vbseo build.
Thanks.
This is a discussion on Merge threads error within the Troubleshooting forums, part of the vBSEO SEO Plugin category; Hi, When trying to merge threads it asks for the specific showthread.php id link and returns an error when i ...
Hi,
When trying to merge threads it asks for the specific showthread.php id link and returns an error when i input the rewritten urls.
Any suggestions? I am using the latest vbseo build.
Thanks.
It should work fine. Have you customized any of your URL formats?
Im using the following format:
3412-thread-title-here.html
That's the default format, but did you customize any of the URL formats?
In the vBSEO control panel, there are several fields for defining Thread URLs; I was just asking if you changed *any* of those. Alternatively, you can open a support ticket and provide your vbsepcp.php password and we can take a look.
I've noticed exactly the same issues and they're not related to vbSEO configurations rather than a lack of converting a form text field with a vbSEO style URL for a value.
If you go to any showthread page and use the thread tools drop down to merge the thread with another (rather than from up a level at the forumdisplay page) you run into problems. Merging threads from the showthread page allows you to merge with a thread in a different forum than the one you are currently in which is why the form asks for the URL of the thread you wish to merge with.
The problem is that the postings.php script which is a standard vBulletin script parses the "mergethreadurl" form field looking specifically for the querystring and key value pair of "t=##" and/or "p=##" .
Unfortunately there is no hook location within this section to be able add a plugin for converting the vbSEO style URL back to a proper vBulletin style URL.
I've ended up adding a note in red attempting to explain to the moderators how to enter the URL in such a way that will work, but not all moderators are savy enough to understand (or patient enough to learn) what a "threadid" is or that ###### means "replace with the one you found".
Ideally we need vbSEO to be handle the conversion of URLs posted within form fields at the $vbulletin->GPC level to leave all stored/posted URLs in their original vB format.
Versions?
vBSEO 2.4.0 is *very* outdated, and has some known bugs. Grab vBSEO 3.0.0 RC6 and you'll be fine I'm sure.