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.

Remove some "button" on group's homepage

9 years 6 months ago
Licenses:
JomSocial Expired

Hi (again),

How can i remove "buttons" or "functions" focuses on attachement ?

I don't want that members can see others groups and search somegroup...

Thanks to the team, you always answer in a short time!

Best regards

Attachments:
9 years 6 months ago
Licenses:

Hi,

please put this CSS code at template custom CSS. you can asking that template provider about how to put it.

.view-groups .joms-subnav--desktop ul > li:nth-child(1) {
  display: none;
}

.view-groups .joms-list__search .joms-list__utilities {
  display: none;
}

Regards

The following user(s) said Thank You: Kangourou
9 years 6 months ago
Licenses:
JomSocial Expired

It works, thanks!!

9 years 6 months ago
Licenses:
JomSocial Expired

Hi,

Another request....;)

How remove this (see attachment)

I've tried this but nothing appears..

.view-friends .joms-tab__content .joms-button--link {
display: none ;
}

Where am i wrong ?? If i can understand how it works, i will do some changes by myself!
regards

Attachments:
9 years 6 months ago
Licenses:
JomSocial Expired

I think i found ! Can you just tell me if i didn't make a mistake...?

I read this topic : www.jomsocial.com/forum/installation/304...-all-memebers#147302

So i adapt it with my aim, i remove this part of the defautl.php file :

<a href="<?php echo CRoute::_('index.php?option=com_community&view=search&task=browse' ); ?>" class="joms-button--link">
    <small>
        <?php echo JText::_( 'MOD_COMMUNITY_MEMBERS_VIEW_ALL' ).$totalMembers; ?>
    </small>
</a>

If it's not ok for you tell me if not thanks!

Best regards

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