Quote:
Originally Posted by Natch
TBH I have done the same thing as NTLDR, but I would prefer to know how you did what you did sabret00th as it would allow for a less edited navbar (allowing for more flexibility with parent and child stlyes and less template editing with very different styles ...
If you keep working on it I would use it 
|
ok from what i can recall of the changes it was something like this
find:
PHP Code:
<script type="text/javascript" src="clientscript/vbulletin_global.js"></script>
<if condition="$show['popups']"><script type="text/javascript" src="clientscript/vbulletin_menu.js"></script></if>
replace with:
PHP Code:
<script type="text/javascript" src="$vboptions[bburl]/clientscript/vbulletin_global.js"></script>
<if condition="$show['popups']"><script type="text/javascript" src="$vboptions[bburl]/clientscript/vbulletin_menu.js"></script></if>
and then in vbulletin_menu.js find:
HTML Code:
document.write('<img src="' + IMGDIR_MISC + '/menu_open.gif" alt="" border="0" />');
and replace with:
HTML Code:
document.write('<img src="/forums/' + IMGDIR_MISC + '/menu_open.gif" alt="" border="0" />');
sadly that's all i can remember of it, although i aint fooled around with it much so that should definately work, if it don't be ready to revert