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.

Private Group Join without Moderator Approval

10 years 1 month ago
Licenses:
JomSocial Expired

Hello,

All of the groups on the site are private.
I would like to automatically approve users to a group as soon as they click join group.

Bypassing the 'Your application is awaiting approval from the group administrator' altogether.

Please explain how.
Thank You!
-Mike

10 years 1 month ago
Licenses:

Hi Micheal,

sorry, you cant do that. this is by design, every new members for private group must approval by group owner/admin.

here the link, maybe you can find someone to build 3rd party extension for this customization:
www.jomsocial.com/jomsocial-developers

Regards

10 years 1 month ago
Licenses:
JomSocial Expired

How can I make it so that only group members can see activity inside of a group... even though the group is public.

10 years 1 month ago
Licenses:

you can make override for:
single.php, copy it from /components/com_community/templates/jomsocial/layouts/groups/ to /templates/[frontend template]/html/com_community/layouts/groups/
edit and changing it from

<?php if($isMember || $isSuperAdmin || $isAdmin) {$status->render();} ?>
<?php echo $streamHTML; ?>
to
<?php if($isMember || $isSuperAdmin || $isAdmin) {$status->render(); echo $streamHTML;} ?>

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