Spartan Well-known member Aug 22, 2016 #1 how do I remove staff online and members online from the side bar?
P Paul B XenForo moderator Staff member Aug 22, 2016 #2 You would have to edit the forum_list template and remove this: Code: <xen:if is="{$canViewMemberList}"> <xen:include template="sidebar_online_users" /> </xen:if> Upvote 0 Downvote
You would have to edit the forum_list template and remove this: Code: <xen:if is="{$canViewMemberList}"> <xen:include template="sidebar_online_users" /> </xen:if>
AndyB Well-known member Aug 22, 2016 #3 Or you can use the following two add-ons: https://xenforo.com/community/resources/remove-staff-online-now.2560/ https://xenforo.com/community/resources/remove-members-online-now.3280/ Upvote 0 Downvote
Or you can use the following two add-ons: https://xenforo.com/community/resources/remove-staff-online-now.2560/ https://xenforo.com/community/resources/remove-members-online-now.3280/
P Paul B XenForo moderator Staff member Aug 22, 2016 #4 Quite frankly, installing two 'add-ons' versus editing a template is overkill and completely unnecessary. Upvote 0 Downvote
Quite frankly, installing two 'add-ons' versus editing a template is overkill and completely unnecessary.
Amaury Well-known member Aug 22, 2016 #5 An add-on is not needed for something a simple template edit can do. Use Brogan's method. Upvote 0 Downvote
Spartan Well-known member Aug 22, 2016 #6 Brogan said: You would have to edit the forum_list template and remove this: Code: <xen:if is="{$canViewMemberList}"> <xen:include template="sidebar_online_users" /> </xen:if> Click to expand... Thanks, again. I really wish xenforo had a back arrow like Word. Screw something up? Just hit the back arrow until it's unscrewed up Upvote 0 Downvote
Brogan said: You would have to edit the forum_list template and remove this: Code: <xen:if is="{$canViewMemberList}"> <xen:include template="sidebar_online_users" /> </xen:if> Click to expand... Thanks, again. I really wish xenforo had a back arrow like Word. Screw something up? Just hit the back arrow until it's unscrewed up
Amaury Well-known member Aug 22, 2016 #7 There isn't a revert option per se, but there is a template history. You can copy the contents of what a template was like on a certain version and then paste it in the template. Upvote 0 Downvote
There isn't a revert option per se, but there is a template history. You can copy the contents of what a template was like on a certain version and then paste it in the template.