Nope, that's not working either. The variable is returning nothing.
This is a discussion on Function: Link To This Thread within the Template Modifications forums, part of the vBulletin SEO Discussion category; Nope, that's not working either. The variable is returning nothing....
Nope, that's not working either. The variable is returning nothing.
Can you provide admincp/vbseocp access via support ticket to check that?
Oleg Ignatiuk / Crawlability Inc.
Security vbulletin - Patch Level for all supported versions released!
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!
I've managed to get it to work. It's not something that can be done within the template alone as the code segment has no way of knowing the target url. Your thread at vBSEO Functions for Extensibility worked the magic. All I needed was to create:
Thanks so much for your help!get_forum_info();
$news['vbseourl'] = $vbulletin->options['bburl']."/".vbseo_thread_url_row($news, 1);