Forsaken
Well-known member
Forsaken submitted a new resource:
Moving Visitor Tabs to the Moderator Bar (version 1.0) - Tutorial in how to add the visitor tabs to the moderator bar.
Read more about this resource...
Moving Visitor Tabs to the Moderator Bar (version 1.0) - Tutorial in how to add the visitor tabs to the moderator bar.
moderator_bar
Replace the following:
With:Code:<xen:hook name="moderator_bar" />
navigation_tabCode:<xen:if is="{$visitor.user_id}"> <xen:include template="navigation_visitor_tab" /> </xen:if> <xen:hook name="moderator_bar" />
Replace the following:
Code:<xen:if is="{$tabs.account.selected}"> <li class="navTab selected PopupClosed"> <div class="tabLinks"> <div class="primaryContent menuHeader"> <h3>{$tabs.account.title}</h3>...
Read more about this resource...