By User on Tuesday, 07 April 2020
Replies 1
Likes 0
Views 653
Votes 0
Hello. Is it any way to Hide Online Status, Last Online for Administrators, SuperUsers?
We would like Administrators and SuperUsers to be invisible (in "Members module: Online" too).
Or may be hide few users by ID or JoomlaUserGroop.
We don't want regular users to see Amin's online status.

Spamers and other wait when Admin go offline and start to spam.

May be edit some file?
Thanks.
Unfortunately that Easysocial user module do not have an option to exclude user, but you can disable this setting exclude site admin in user listing page https://monosnap.com/file/WIZjYovKStUSONQML5kmViFEXdTiRQ .

If you only want to exclude it from the module, you have to modify on this file JoomlaFolder/modules/mod_easysocial_users/mod_easysocial_users.php

LINE 76


$options['includeAdmin'] = $admin ? true : false;



Replace with


$options['includeAdmin'] = false;



Regarding that online indicator, you can download my attached file then replace into your current template override file location :

JoomlaFolder/templates/yourCurrentTemplate/html/com_easysocial/helpers/avatar/user.php
·
Tuesday, 07 April 2020 17:46
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post