ShikiSuen
Well-known member
I tried this one but it doesn't work:
Also I tried this one into the condition, but it fails the template mod submission:
XML:
<xf:if is="$xf.visitor.hasAdminPermission('viewLogs') && $serverErrorLogs">
<div>ALERT!!!</div>
</xf:if>
Also I tried this one into the condition, but it fails the template mod submission:
XML:
<xf:if is="$upgradeCheck OR $showUnicodeWarning OR {$xf.visitor.hasAdminPermission('style') && $outdatedTemplates} OR {$xf.visitor.hasAdminPermission('viewLogs') && $serverErrorLogs} OR {$xf.visitor.hasAdminPermission('addOn') && $hasProcessingAddOn} OR $legacyConfig OR $hasStoppedManualJobs OR $requirementErrors">
<div>ALERT!!!</div>
</xf:if>