Resource icon

Unmaintained Moving Visitor Tabs to the Moderator Bar

moderator_bar

Replace the following:
Code:
<xen:hook name="moderator_bar" />
With:
Code:
<xen:if is="{$visitor.user_id}">
<xen:include template="navigation_visitor_tab" />
</xen:if>
 
<xen:hook name="moderator_bar" />
navigation_visitor_tab

Replace the following:
Code:
<xen:if...
You do not have permission to view the full content of this resource. Log in or register now.
Author
Forsaken
Views
943
First release
Last update

Ratings

5.00 star(s) 7 ratings

More resources from Forsaken

Latest reviews

Worked perfectly!
Nice! Very useful for me because my navigation has many tabs
Really a must have to free up some space on the navbar!
This is an awesome edit. Am using the DFX blue theme and this looks fantastic with the edits I am trying to achieve. Thanks for the input.
Thanks works great!
This tip is very useful.
I jacked one of my sites up trying to do this but Forksaken made it look easy!
Top Bottom