1. occfaadm
  2. Support
  3. Monday, February 02 2015, 04:58 PM
On the social network, there is the online users area. Is there any way to hide the number of guests? I have the social network available to logged in users only. For whatever reason, it still shows the number of guests online. Can this be disabled? I can hide the entire module, but not the guests specifically. Tried deleting the Guests user group in the admin panel, but an scared that this will cause other problems. Thoughts?
Accepted Answer
admin Accepted Answer
Admin
Hi,

Follow these steps to customize your template:
- Go into Social Network Admin panel
- Go into Theme Manager
- Select under Base Theme, "Social Network"
- Go on Elements->hooks->online_users.cpt
- Click on "Copy" button and copy this item into Blue theme*
- Return on Theme Manager and select "Blue Theme"
- Edit Elements->hooks->online_users.cpt
- at line 5 replace this
$online['total']
with
count($online['userids'])

- remove line 9
now you have in title of module the count of registered members, and description below avatars is hidden.
  1. more than a month ago
  2. Support
  3. # Permalink
occfaadm Accepted Answer
Pro
Thanks. Great support as always!
  1. more than a month ago
  2. Support
  3. # 1
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.
Sorry, the discussion is currently locked. You will not be able to post a reply at the moment.