XF 2.2 How to Remove "Robots" from Members Online?

420

Active member
At the top of the Members Online page, you see these categories when viewing as a guest or member.

Everyone / Members / Guests / Robots

We feel this is not data that our guests, members and sponsors need to see, it's more private data for admin.

We were wondering if this data for Robots can be hidden from our guests/members and only show Everyone / Members / Guests.

However still be visible to Mods & Admins, to intervene if needed.

Is it possible?

Thank you.
 
Where would this code go?

Sorry for reviving this old thread. We were just looking for something similar.
The conditional should be added between this line in the online_list template:
HTML:
<a href="{{ link('online', null, {'type': 'robot'}) }}" class="tabs-tab {{ $typeLimit == 'robot' ? 'is-active' : '' }}">{{ phrase('robots') }}</a>
 
Last edited:
Back
Top Bottom