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.