The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
|||
|
|||
You might be able to call the $navbits code in your header. I do not remember if I've tried that yet or not. Its possible that might work. Usually in most cases code works no matter where you put it but in the header, footer & navbar for some reason. There are other codes that cannot be moved either without some headaches like the Who's Online box. So its basically a trail and error sort of thing.
|
#12
|
||||
|
||||
I tried adding the $navbar variable to the header template and so far so good next I'm going to test if I can remove the $navbar variable from forumhome, forumdisplay etc... to see if it works that way. Its such a huge work around for such a small code vbulletin needs to make the template system more flexible. Thanks for your help mate.
|
#13
|
|||
|
|||
No prob, hope it works.
|
#14
|
|||
|
|||
Your problem might be due to the fact that not all data that is needed for the navbar is available when the header is put out. The easiest solution would be to not move it to the header.
|
#15
|
|||
|
|||
Could you hide it (visually) and then place a copy of it wherever you want in the style?
|
#16
|
|||
|
|||
You can't as it is dynamic.
|
#17
|
|||
|
|||
Quote:
Code:
<if condition="is_member_of($vbulletin->userinfo, 5)">$navbar</if> 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. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|