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 mod_community_members

10 years 8 months ago
  • Alan's Avatar
    Topic Author
  • Alan
  • Offline
  • Fresh Boarder
  • Posts: 75
  • Thank you received: 1
Licenses:
JomSocial Expired

Hi
Is it possible to remove the 'view all' members from the Module mod_community_members?
regards
Alan

10 years 8 months ago
Licenses:

Hi Alan,

you can do it by using override, here the steps:
1. copy default.php from /modules/mod_community_members/tmpl/ to /templates/ot_mektep/html/mod_community_members/
2. edit it, you can see

<div class="app-box-footer">
	<a href="<?php echo CRoute::_('index.php?option=com_community&view=search&task=browse' ); ?>" class="app-title-link">
		<?php echo JText::_( 'COM_COMMUNITY_FRONTPAGE_BROWSE_ALL' ); ?>
		.....
	</a>
</div>
delete it.


Regards,
Albert

10 years 8 months ago
  • Alan's Avatar
    Topic Author
  • Alan
  • Offline
  • Fresh Boarder
  • Posts: 75
  • Thank you received: 1
Licenses:
JomSocial Expired

thanks Albertus
My mistake i meant the members block next to the group description
how do i get rid of that
see attached
thanks

Attachment memberswithingroup.pdf not found

This message has an attachment file.
Please log in or register to see it.

10 years 7 months ago
Licenses:

Hi Alan,

you can do it by using override: documentation.jomsocial.com/wiki/Customizing_Template
1. /com_community/templates/default/groups.viewgroup.php copy to /templates/ot_mektep/html/com_community/
2. at line 415 you can find this code

<div class="app-box-footer">
  <a href="<?php echo CRoute::_('index.php?option=com_community&view=groups&task=viewmembers&groupid=' . $group->id);?>">
    <?php echo JText::_('COM_COMMUNITY_VIEW_ALL');?> (<?php echo $membersCount; ?>)
  </a>
</div>
3. remove it

Regards,
Albert

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