PDA

View Full Version : forum url


FreshFroot
10-21-2007, 02:24 AM
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 1192945304 at 1192945304 ---------------

hmmm anything wrong with my code? here is a snippet of 1 of the lines.

$titleprefix = ' .'/blog.php?b=' . $blogid . ']';


I always get a [url]http:///blog.php (' . $vboptions['bburl') and I'm trying to get the board's url, this way I don't have to hardcode everything...

Paul M
10-21-2007, 11:01 AM
$vbulletin->options['bburl']

It must be set in your vbulletin options.