Quote:
Originally Posted by EasyTarget
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.