If a Thread is titled "<whatever><numbers>", for example "This is a Testtthread1234" there is a problem with the regexes:
With our URL format, the thread URL would be "<threadid>-this-is-a-testthread1234.html".
If a user edits a post in this thread via normal edit (editpost.php), he gets redirected to showthread.php?post=X#postX.
vBSEO then redirects this to this-is-a-testthread1234-postX.html
Now here comes the Bug: vBSEO then takes the post1234-post part of the URL and redirects to showpost.php?p=1234, which is a totally different post.


LinkBack URL
About LinkBacks





Reply With Quote

