Quote:
Originally Posted by BLykMik
Could you hide it (visually) and then place a copy of it wherever you want in the style?
|
That may be technically something you can do I'm not sure. you would need to use an if conditional for the usergroups and then define which usergroups see the navbar in that template. But again you would be edited quite a few templates to do that. I have not tested it but it may look something like this:
Code:
<if condition="is_member_of($vbulletin->userinfo, 5)">$navbar</if>
Change the red number to the usergroup id number you want to see the navbar.
Like I said I have not tested it and there's a good bet that it may not work. Be sure to back up your template first if you have custom coding already in it.