Kim Well-known member Apr 26, 2013 #1 How would I go about not having a couple of Admins on my forum from the Staff Online list? Basically I don't want myself and another admin to show as such... only one Admin account (the super admin)
How would I go about not having a couple of Admins on my forum from the Staff Online list? Basically I don't want myself and another admin to show as such... only one Admin account (the super admin)
P Paul B XenForo moderator Staff member Apr 26, 2013 #2 This will be possible in 1.2 Upvote 0 Downvote
Kim Well-known member Apr 26, 2013 #3 Brogan said: This will be possible in 1.2 Click to expand... OK thanks Brogan, so I take it that it is not possible now? Upvote 0 Downvote
Brogan said: This will be possible in 1.2 Click to expand... OK thanks Brogan, so I take it that it is not possible now?
P Paul B XenForo moderator Staff member Apr 26, 2013 #4 You could do a template edit for sidebar_online_users: Change Code: <xen:if is="{$user.is_moderator} OR {$user.is_admin}"> To Code: <xen:if is="{$user.is_moderator}"> But if you are also a moderator then you will still show up. Otherwise you could add another conditional for your user IDs. Upvote 0 Downvote
You could do a template edit for sidebar_online_users: Change Code: <xen:if is="{$user.is_moderator} OR {$user.is_admin}"> To Code: <xen:if is="{$user.is_moderator}"> But if you are also a moderator then you will still show up. Otherwise you could add another conditional for your user IDs.
Kim Well-known member Apr 26, 2013 #5 Brogan said: You could do a template edit for sidebar_online_users: Click to expand... OK thanks Paul Upvote 0 Downvote
Brogan said: You could do a template edit for sidebar_online_users: Click to expand... OK thanks Paul
topcat Well-known member Sep 6, 2013 #6 Now were using 1.2 how do we show admin in users online Upvote 0 Downvote
Mike XenForo developer Staff member Sep 6, 2013 #7 Edit their profile in the admin and select the "staff" option. Upvote 0 Downvote
L Leah Member Oct 24, 2013 #8 Brogan said: This will be possible in 1.2 Click to expand... So how do we this? "Basically I don't want myself and another admin to show as such" Many thanks... Upvote 0 Downvote
Brogan said: This will be possible in 1.2 Click to expand... So how do we this? "Basically I don't want myself and another admin to show as such" Many thanks...
Jeremy in memoriam 1991-2020 Oct 24, 2013 #9 Uncheck the "Show as Staff" option when editing the users. Upvote 0 Downvote