Hide Sig from Conversation Only?:

I FOUND IT! I had taken "this" code out of the NAVIGATION template "Add code in codebox, after this ':<xen:if is="{$visitor.user_id}"><xen:include template="navigation_visitor_tab" /></xen:if>'":

Code:
<xen:if is="!{$visitor.user_id}">
        <ul class="visitorTabs">
            <li class="navTab PopupClosed"><a href="{xen:link login}" class="navLink visitorTabItem">{xen:phrase log_in}</a></li>
        </ul>
    </xen:if>
It is to allow Login from the Navigation bar Reference:
http://xenforo.com/community/threads/adding-a-login-link-to-the-nav-menu.22550/#post-282228

I didn't think it had any reverence, so that's what tripped me up as to not knowing what I was doing.
 
Top Bottom