Hello, everyone,
is it possible that some user groups are not allowed to post anything in the activity stream?
They are also not allowed to write friend requests or messages. Can that be done?
Greetings and have a nice evening, Markus
flyingmarkus Hi No it is not possible to do it on some groups as this is core feature and remain same. You can restrict that only friend and member of group can post from site settings http://prntscr.com/2010bk0
Can I hide the tab stream in the jom social profile?
flyingmarkus Hi You can set another default tab, if you want to remove let me check the core edits and send u changes
Hello pankaj and thanks for the answer!
that would of course be great! Otherwise it would be great if the "Steam" tab could see a certain Joomla group. Would that also be possible?
Greetings and a quiet week, Markus
flyingmarkus Hi First open Theme Designer > Profile > set the default tab to About me. For complete remove kindly give some time to check possible option as remove the tab also not allow user own to post via profile menu.
Ninja Thanks for the answer! Do you already have something new for me?
Best regards, Markus
flyingmarkus Hi The message tab from profile you can remove from this file /components/com_community/templates/jomsocial/layouts/profile/focus.php
<?php if (CFactory::getUser()->authorise('community.privateMessage', 'chat.' . $profile->id)) { ?> <a href="javascript:" class="joms-focus__button--message" onclick="<?php echo $sendMsg; ?>"> <?php echo JText::_('COM_COMMUNITY_INBOX_SEND_MESSAGE'); ?> </a> <?php } ?>