The forum is in read only mode.
Hi. 1) demo user added photo to default stream album.
Hi, I am sorry not possible, except you do it from database directly.. look on table #__community_activities_hide thank you!
Hi. If userA will press "Hide everything from UserB" it will not possible to bring back userB's content too? Thanks.
Or may be it is possible to disallow users "hide" and "hide all from..." items in stream (and at group stream)? Can't find this option in control access, but may be some file can be customised? Thanks.
Hi, To hide those options please Open this file components/com_community/templates/jomsocial/layouts/activities.stream.options.php and remove this code :
<?php if ($permission->hideStream) { ?> <li> <a href="javascript:" data-propagate="1" onclick="joms.api.streamHide('<?php echo $act->id; ?>', '<?php echo $act->actor; ?>');"> <?php echo JText::_('COM_COMMUNITY_HIDE_ACTIVITY'); ?> </a> </li> <?php if ($permission->ignoreStream && !$activity->actors && $act->actor && strpos($act->app,'featured') === false) { ?> <li> <a href="javascript:" data-propagate="1" onclick="joms.api.userIgnore('<?php echo $act->actor; ?>');"> <?php echo JText::sprintf('COM_COMMUNITY_HIDE_ALL_FROM',CFactory::getUser($activity->actor)->getDisplayName()); ?> </a> </li> <?php } ?> <?php } ?>
JomSocial is the most complete, easy-to-use addon that turns Joomla CMS into a full -fledged, social networking site
TRY NOW BUY NOW