Zak Smith Member Licensed customer May 6, 2011 #1 Is there a way to omit the admin account from being listed in the Member List? I don't see a privacy option per user to determine this.
Is there a way to omit the admin account from being listed in the Member List? I don't see a privacy option per user to determine this.
Mike XenForo developer Staff member Licensed customer May 6, 2011 #2 There's no option for that. Upvote 0 Downvote
Zak Smith Member Licensed customer May 6, 2011 #3 In member_list_item wrap the li with Code: <xen:if is="{$user.user_id}!=1"> .... </xen:if> ugly but it gets the job done Upvote 0 Downvote
In member_list_item wrap the li with Code: <xen:if is="{$user.user_id}!=1"> .... </xen:if> ugly but it gets the job done