ViciousGnome
Active member
Hello, and thank you for trying to assist me.
I edited the Navbar, adding "Rules & Posting Guidelines", along with a link to the new page. I did so by going to:
<li><a href="http://www.xdebate.com/pages/rules/">Rules & Posting Guidelines</a></li>
to this code:
<xen:hook name="navigation_tabs_forums">
<xen:if is="{$visitor.user_id}"><li><a href="{xen:link 'forums/-/mark-read', $forum, 'date={$serverTime}'}" class="OverlayTrigger">{xenhrase mark_forums_read}</a></li></xen:if>
<xen:if is="{$canSearch}"><li><a href="{xen:link search, '', 'type=post'}">{xenhrase search_forums}</a></li></xen:if>
<xen:if is="{$visitor.user_id}">
<li><a href="{xen:link 'watched/forums'}">{xenhrase watched_forums}</a></li>
<li><a href="{xen:link 'watched/threads'}">{xenhrase watched_threads}</a></li>
</xen:if>
<li><a href="{xen:link 'find-new/posts'}" rel="nofollow">{xen:if $visitor.user_id, {xenhrase new_posts}, {xenhrase recent_posts}}</a></li>
<<<<<AFOREMENTIONED CODE ADDED HERE>>>>>
I saved, and it worked.
I then tried to do the exact same thing for another style, and nothing shows up. I am CERTAIN that I edited the navigation template in the NEW STYLE as opposed to the old style. What am I doing incorrectly?
Thanks again.
I edited the Navbar, adding "Rules & Posting Guidelines", along with a link to the new page. I did so by going to:
- Appearance
- Styles
- <My Default Style>
- Templates
- Navigation
<li><a href="http://www.xdebate.com/pages/rules/">Rules & Posting Guidelines</a></li>
to this code:
<xen:hook name="navigation_tabs_forums">
<xen:if is="{$visitor.user_id}"><li><a href="{xen:link 'forums/-/mark-read', $forum, 'date={$serverTime}'}" class="OverlayTrigger">{xenhrase mark_forums_read}</a></li></xen:if>
<xen:if is="{$canSearch}"><li><a href="{xen:link search, '', 'type=post'}">{xenhrase search_forums}</a></li></xen:if>
<xen:if is="{$visitor.user_id}">
<li><a href="{xen:link 'watched/forums'}">{xenhrase watched_forums}</a></li>
<li><a href="{xen:link 'watched/threads'}">{xenhrase watched_threads}</a></li>
</xen:if>
<li><a href="{xen:link 'find-new/posts'}" rel="nofollow">{xen:if $visitor.user_id, {xenhrase new_posts}, {xenhrase recent_posts}}</a></li>
<<<<<AFOREMENTIONED CODE ADDED HERE>>>>>
I saved, and it worked.
I then tried to do the exact same thing for another style, and nothing shows up. I am CERTAIN that I edited the navigation template in the NEW STYLE as opposed to the old style. What am I doing incorrectly?
Thanks again.