Notice

The forum is in read only mode.

Support Forum

Welcome! Support Forums have been reactivated
Welcome the Technical Support section. Help us in assisting you by providing us with a concise and descriptive elaboration of your issues. Be specific and if possible, provide us with a step-by-step instruction in replicating your problem.

Module "Jomsocial Groups" Disable information "Numbers of Members, Views...

8 years 5 months ago
Licenses:
JomSocial Active

Hi.
is possible i can on the backend disable any informations for Jomsocial-Group`s?
Example: Numbers of Members oer Numbers of views

Attachments:
8 years 5 months ago
Licenses:

HI, Andy.

Thank you for contacting us.
There are no options to do that in backend... so the only way will be to create override and customize module layout by removing/commenting certain part of code.

You need to copy this file:

ROOT/modules/mod_community_groups/tmpl/default.php

to:

ROOT/templates/your-template-name/css/custom.css (if you don't have this file - feel free to create it)

Edit file and just remove data you don't need e.g:

<li>
<svg class="joms-icon" viewBox="0 0 14 20">
<use xlink:href="<?php echo CRoute::getURI(); ?>#joms-icon-users"/>
</svg>
<?php echo $group->membercount; ?>
</li>

Will remove members count.


- Instead of saying: 'it's not working', explain the problem in detail.
- Screenshots with the URL visible in them and the problem marked are more than welcome.
- Tell us how to replicate the problem, we can't fix it if we can't find it.
- Make sure that your site/server meets JomSocial System Requirements
- Make sure to setup JomSocial Cron Job
- Always provide us with access details to the backend and ftp. We need it to debug problems.
- If you have a similar problem, but a solution you found isn't working, open a new thread instead of 'merging' with an existing one.

- Use the "Thank You" feature on any post that helped you
Moderators: Piotr Garasiński
Powered by Kunena Forum

Join 180,000 websites creating Amazing communities

JomSocial is the most complete, easy-to-use addon that turns Joomla CMS into a
full -fledged, social networking site

TRY NOW BUY NOW