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
 
Unless I'm misunderstanding what you're asking, you need to explicitly make a member a moderator for them to be able to see the moderator bar.
 
Top Bottom