waps

Member
Today i just updated my XF & FZ to 1.5, as of now my problem is these add on wont appear on nav bar, but on default style is working. is just calendar & history add on by andyB.


nav2.png


nav1.png
 
Today i just updated my XF & FZ to 1.5, as of now my problem is these add on wont appear on nav bar, but on default style is working. is just calendar & history add on by andyB.


View attachment 2435

View attachment 2436

Can you go to your navigation template:
Find:
Code:
class="xbNewPosts"

It's inside this:
Code:
<li><a href="{xen:link 'find-new/posts'}" rel="nofollow" class="xbNewPosts">{xen:if $visitor.user_id, {xen:phrase new_posts}, {xen:phrase recent_posts}}</a></li>

And just remove that class portion:

Code:
<li><a href="{xen:link 'find-new/posts'}" rel="nofollow">{xen:if $visitor.user_id, {xen:phrase new_posts}, {xen:phrase recent_posts}}</a></li>

I'm afraid my good intentions of having an easy way of giving the New Posts some love is causing quite a few conflicts with other add-ons.
 

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