e-Dewan Active member Jan 8, 2022 #1 Is there a display condition for unapproved queue! Is this a correct code! <xf:if is="$xf.visitor.is_moderator && $xf.visitor.unapprovedQueue"> I want XF to display something if there is an unapproved queue (for moderators only)
Is there a display condition for unapproved queue! Is this a correct code! <xf:if is="$xf.visitor.is_moderator && $xf.visitor.unapprovedQueue"> I want XF to display something if there is an unapproved queue (for moderators only)
Jeremy P XenForo developer Staff member Jan 8, 2022 #2 $xf.visitor.is_moderator && $xf.session.unapprovedCounts.total Upvote 1 Downvote Solution
e-Dewan Active member Jan 8, 2022 #3 Jeremy P said: $xf.visitor.is_moderator && $xf.session.unapprovedCounts.total Click to expand... Thank you Upvote 0 Downvote
Jeremy P said: $xf.visitor.is_moderator && $xf.session.unapprovedCounts.total Click to expand... Thank you