Oleg Ignatiuk's solution below resolved the problem for me.
Okay here is my problem.
I have vbulletin 3.6.0 and have vbseo 3.0.0 RC3. I have installed the vbDigger mod which basically puts two icons in the corner of the post so it can be digged or del.icio.us'ed.
My problem is that the icons link to a showthread.php?t=(numberhere) when i want them to link to the .html that vbseo gives me.
Here is the url php code for the two icons
http://digg.com/submit?phase=2&url=$vboptions[bburl]/showthread.php?t=$post[threadid]&title=$thread[title]
http://del.icio.us/post?url=$vboptions[bburl]/showthread.php?t=$post[threadid]&title=$thread[title]
As you can see the url is made up of this - $vboptions[bburl]/showthread.php?t=$post[threadid]&title=$thread[title]
What variables can i use so that it goes to the html file like vbseo does ? Note i have not customised the rewrite rules on vbseo.
I would really appreciate it if you could help me out. Thanks.


LinkBack URL
About LinkBacks





Reply With Quote

