well this should be a simple issue to fix, yet I can't seem to work it out.
What is the variable to get the forum url... eg.
http://www.forumname.com
I've tried
$vboptions['forumhome']
$vbulletin->options[bburl]
and a few others.. so far with no luck..
--------------- Added [DATE]1192945304[/DATE] at [TIME]1192945304[/TIME] ---------------
hmmm anything wrong with my code? here is a snippet of 1 of the lines.
Code:
$titleprefix = '[url=' . $vboptions['bburl'] .'/blog.php?b=' . $blogid . ']';
I always get a
http:///blog.php and I'm trying to get the board's url, this way I don't have to hardcode everything...