Russ Well-known member Sep 19, 2012 #1 Is there a conditional to only show the mod queue/reported items if there's actually an item to show? Basically if there's no queue or reported item I'm wanting to hide that. Thanks
Is there a conditional to only show the mod queue/reported items if there's actually an item to show? Basically if there's no queue or reported item I'm wanting to hide that. Thanks
Arty Well-known member Sep 19, 2012 #2 Edit moderator_bar.html. At the beginning of file add Code: <xen:if is="{$visitor.is_moderator} and ({$session.moderationCounts.total} or {$session.reportCounts.total})"> and at the end of file add Code: </xen:if> Upvote 0 Downvote
Edit moderator_bar.html. At the beginning of file add Code: <xen:if is="{$visitor.is_moderator} and ({$session.moderationCounts.total} or {$session.reportCounts.total})"> and at the end of file add Code: </xen:if>