Bionic Rooster
Registered
Is there something in Blackend Pro that hides "Reports" in the moderator bar?
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
<xen:comment>
<xen:if is="{$visitor.is_moderator} AND {$session.moderationCounts.total}">
<a href="{xen:link moderation-queue}" <xen:if is="@xb_moderator_links_new">target="_blank" </xen:if>class="moderationQueue modLink" title="{xen:phrase moderation_queue_short}">
<span class="itemLabel"><xen:if is="@xb_fa_modBar"><i class="fa fa-exclamation-triangle fa-lg"></i><xen:else />{xen:phrase moderation_queue_short}:</xen:if></span>
<span class="itemCount {xen:if {$session.moderationCounts.total}, 'alert'}">{$session.moderationCounts.total}</span>
</a>
</xen:if>
<xen:if is="{$visitor.is_moderator} && !{$xenOptions.reportIntoForumId}">
<a href="{xen:link reports}" <xen:if is="@xb_moderator_links_new">target="_blank" </xen:if>class="reportedItems modLink" title="{xen:phrase reported_items_short}">
<span class="itemLabel"><xen:if is="@xb_fa_modBar"><i class="fa fa-flag fa-lg"></i><xen:else />{xen:phrase reported_items_short}:</xen:if></span>
<span class="itemCount {xen:if '({$session.reportCounts.total} AND {$session.reportCounts.lastUpdate} > {$session.reportLastRead}) OR {$session.reportCounts.assigned}', 'alert'}" title="{xen:if $session.reportCounts.lastUpdate, '{xen:phrase last_report_update}: {xen:datetime $session.reportCounts.lastUpdate}'}"><xen:if is="{$session.reportCounts.assigned}">{$session.reportCounts.assigned} / {$session.reportCounts.total}<xen:else />{$session.reportCounts.total}</xen:if></span>
</a>
</xen:if>
<xen:if is="{$visitor.is_admin} AND {$session.canAdminUsers} AND {$session.userModerationCounts.total}">
<a href="admin.php?users/moderated" <xen:if is="@xb_moderator_links_new">target="_blank" </xen:if>class="userModerationQueue modLink" title="{xen:phrase users_awaiting_approval_short}">
<span class="itemLabel"><xen:if is="@xb_fa_modBar"><i class="fa fa-users fa-lg"></i><xen:else />{xen:phrase users_awaiting_approval_short}:</xen:if></span>
<span class="itemCount {xen:if {$session.userModerationCounts.total}, 'alert'}">{$session.userModerationCounts.total}</span>
</a>
</xen:if></xen:comment>
Oh manI'm not trying to get rid of it, I'm trying to find out why I don't have it LOL
Yup super moderator set, no joyI remember, you have to be a Super-Moderator to see the Reports-Button.
Could be, though I don't remember (it's an age thing LOL) adding any add ons since updating styles. I'll have to check it out to see if this is the case.Maybe an add-on causing it?