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.

hide the square with the members

9 years 10 months ago
  • gustavo's Avatar
    Topic Author
  • gustavo
  • Offline
  • Fresh Boarder
  • Posts: 86
  • Thank you received: 1
Licenses:
JomSocial Active iSEO Expired Socialize Expired

ISSUE SUMMARY:


STEPS TO REPLICATE:
1 when you are in a group in the left side there is a square with the members picture
2
3
4
5
RESULT
EXPECTED RESULT
i want to hide that square and the pictures
BROWSER

9 years 10 months ago
Licenses:

Hi, Gustavo.

ROOT/components/com_community/templates/jomsocial/layouts/groups/single.php

to:

ROOT/templates/your-template/html/com_community/layouts/groups (if you don't have any of those folders, feel free to create them)

Remove code (line 581):

<a href="#joms-group--members" class="active"><?php echo JText::sprintf('COM_COMMUNITY_GROUPS_MEMBERS'); ?></a>

Line 587:
<!-- Group's Members @ Sidebar -->
        <?php if ($members) { ?>
            <div id="joms-group--members" class="joms-tab__content">

                <ul class="joms-list--photos clearfix">
                    <?php foreach ($members as $member) { ?>
                        <li class="joms-list__item">
                            <div class="joms-avatar">
                                <a href="<?php echo CUrlHelper::userLink($member->id); ?>">
                                    <img
                                        src="<?php echo $member->getThumbAvatar(); ?>"
                                        title="<?php echo CTooltip::cAvatarTooltip($member); ?>"
                                        alt="<?php echo CTooltip::cAvatarTooltip($member); ?>"/>
                                </a>
                            </div>
                        </li>
                        <?php if (--$limit < 1) {
                            break;
                        }
                    } ?>
                </ul>

                <div class="cUpdatesHelper clearfull">
                    <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>
            </div>
        <?php } ?>
        <!-- Group's Members @ Sidebar -->


- 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
9 years 10 months ago
  • gustavo's Avatar
    Topic Author
  • gustavo
  • Offline
  • Fresh Boarder
  • Posts: 86
  • Thank you received: 1
Licenses:
JomSocial Active iSEO Expired Socialize Expired

Perfect!!! thanks!

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