The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#2
|
|||
|
|||
![]()
I recognize that skin..
Everything you need is located inside your navbar template. These are controlled in the <li> element. eg: <li> <a href="goes somehwre">A title</a> </li> So to move Calendar into community look for this Code:
<li><a href="calendar.php{vb:raw session.sessionurl_q}">{vb:rawphrase calendar}</a></li> Now it depends where you want it, I've put mine before member list. Code:
<vb:if condition="$show['memberslist']"> <li><a href="memberlist.php{vb:raw session.sessionurl_q}">{vb:rawphrase members_list}</a></li> </vb:if> You should get this result ![]() I've not moved this bit {vb:raw template_hook.navbar_after_calendar} <lol> perhaps an advisor can point that out ![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|