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.

How to remove "total user count" in member module?

10 years 2 months ago
Licenses:
JomSocial Expired Socialize Expired

I need the "total member count" on the member module removed.

How to do it? Which php file?

Thank you!

10 years 2 months ago
Licenses:

Hi, Andre Prior.

1. If in module:

Copy this file ROOT/modules/mod_community_members/tmpl/default.php

to: ROOT/templates/your_current_template/html/mod_community_members (if you don have "html" or "mod_community_members" folder feel free to create them)

Edit this file in line 41:

Change this:

(<?php echo $totalMembers;?>)

to this:
<?php /* ?>(<?php echo $totalMembers;?>)<?php */ ?>

2. If in built in module on frontpage:

Copy this file: ROOT/components/com_community/templates/default/frontpage.latestmember.php

to: ROOT/templates/your_current_template/html/com_community/ (if you don have "html" or "com_community" folder feel free to create them)

Edit this file in line 32:

Change this:
		<?php if( $this->params->get('showmembercount') ){ ?>
		(<?php echo $totalMembers;?>)
		<?php } ?>

to this:
		<?php /* if( $this->params->get('showmembercount') ){ ?>
		(<?php echo $totalMembers;?>)
		<?php } */ ?>

Members number should be gone :)


- 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
The following user(s) said Thank You: Andre Prior
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