I just noticed that whenever I click on any Bookmark link (or mouse hover), it displays original pages like showthread.php?t=123
Why are the Bookmarks not recognizing the rewritten URL ?
Thanks
This is a discussion on Social Bookmark links not CRU's ?? within the Troubleshooting forums, part of the vBSEO SEO Plugin category; I just noticed that whenever I click on any Bookmark link (or mouse hover), it displays original pages like showthread.php?t=123 ...
I just noticed that whenever I click on any Bookmark link (or mouse hover), it displays original pages like showthread.php?t=123
Why are the Bookmarks not recognizing the rewritten URL ?
Thanks
Are you talking about vBSEO's or about the vBulletin social bookmarks?
The Forum Hosting - Forum Hosting from the Forum Experts
I am talking about the vbulletin's social bookmarks. I'm not using vbseo's.
This has been fixed it 3.3.1 I believe.please modify functions_vbseo.php file:
find:
if(strstr($dec_v,'http:') && (substr($dec_v,strlen($vboptions['bburl2']))==$vboptions['bburl2']))
replace with:
if(strstr($dec_v,'http:') && (substr($dec_v,0,strlen($vboptions['bburl2']))==$vboptions['bburl2']))
The Forum Hosting - Forum Hosting from the Forum Experts
That did it, thanks
A related question I have.
I am trying to add a Twitter status update link under Bookmarks, but ONLY for Twitter the thread URL doesn't appear to be vbseo'd. Rest for all others, its fine. I think its some problem with the URL parameters.
My link is this:-
http://twitter.com/home/?status={TITLE} - {URL}
In above, the {URL} appears to be non-vbseo'd.
Thanks