Quote:
Originally Posted by NTLDR
The menus won't work untill you have edited at minium the headinclude and navbar templates to make sure all links in <script> <a> and <form> tags have a full URL.
|
while i wait to be recognized on your forums, let me ask this here
SPECIFICALLY you say that the url must be included in all tags, and there is some confusion over getting this exactly
from headinclude
Quote:
<script type="text/javascript" src="clientscript/vbulletin_global.js"></script>
|
does this need to be edited and if so, where does $vboptions[bburl]/ be inserted or should i put the actual hard url in there and how should it look?
from navbar
Quote:
<td><span class="navbar"><a href="$vboptions[forumhome].php?$session[sessionurl]">$vboptions[bbtitle]</a></span> $navbits[breadcrumb]</td>
|
would that become
$vboptions[bburl]/$vboptions[forumhome].php?$session[sessionurl]
i'll just leave these two examples at the moment
it's a little frustrating