Hey,
I am making a home page with a template in vbulletin. The problem is my forums ar here: blahblahsite.com/forums and the page is here: blahblahsite.com and it comes up with a bunch of errors about global.php when i try to open it any ideas?
Many of your links will be messed up, so I suggest using
HTML Code:
<base href="http://yoursite/forums/index.php" />
or altering the stylevars so everything points to absolute (or relative to root) paths.
where would that html code be placed and how would it be used?
I've been playing with some custom pages outside of the forum and I've changed many of the links (in the navbar for example) to say /forum/script.php instead of just script.php but there's many places where adding /forum/ doesn't work. sometimes it comes out as www.sitename.com/forum//forum/scriptname.php
is there some easy way to do this without having to edit all the links? And how can I make these other links work which have $vboptions[forumhome].php$session[sessionurl_q], $scriptpath, $stylevar[imgdir_misc]/navbits_start.gif, etc?
where would that html code be placed and how would it be used?
I've been playing with some custom pages outside of the forum and I've changed many of the links (in the navbar for example) to say /forum/script.php instead of just script.php but there's many places where adding /forum/ doesn't work. sometimes it comes out as www.sitename.com/forum//forum/scriptname.php
is there some easy way to do this without having to edit all the links? And how can I make these other links work which have $vboptions[forumhome].php$session[sessionurl_q], $scriptpath, $stylevar[imgdir_misc]/navbits_start.gif, etc?
just put the base href in the header of your page. eg. the by the meta tags. Or add it to headerinclude for every page.