XF 1.2 Moderator bar visible to all

tafreehm

Well-known member
Hello,
I want moderator bar visible to all logged in members. I made changes to Page_container

<xen:if is="{$visitor.user_id}">
<xen:include template="moderator_bar" /></xen:if>
<xen:elseif is="!{$visitor.user_id} && !{$hideLoginBar}" >
<xen:include template="login_bar" />
</xen:if>

But It does not save this change and says there is a syntax error on line 47, which is right after last </xen:if>

How do I fix it ?

@Brogan
 
Back
Top Bottom