boab

Registered
My users really like the new posts button and I notice there is one on the floating nav bar for mobile users, is it possible to have this on the desktop version nav bar?
 
You can use the: navigation_public_tab_after or navigation_public_tab_before template to add any link you want.

for new post link:

Code:
<li class="navTab customLinkOne PopupClosed">
<a href="{xen:link find-new/posts}" rel="nofollow" class="navLink"><i class="fa fa-commenting fa-fw"></i><span>{xen:if $visitor.user_id, {xen:phrase new_posts}, {xen:phrase recent_posts}}</span></a>
</li>

Make sure you put it outside my <xen:comment> as that's just an example.
 

Pre-Sale Questions

If you have any questions or concerns you want to ask before you make a purchase don't hesitate to use one of our multiple support channels for your convenience.

Back