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.

Turned off group announcements, but they still show on Group Options Menu

10 years 6 months ago
  • Susan's Avatar
    Topic Author
  • Susan
  • Offline
  • Fresh Boarder
  • Posts: 69
  • Thank you received: 20
Licenses:
JomSocial Expired AdAgency Expired iSEO Expired Socialize Expired

We have disabled Group announcements as it is annoying that the message isn't emailed out.

But 'Post an announcement' is still appearing on the Group Options Menu for the group admin

10 years 6 months ago
Licenses:

Hi Susan,

this issue from 3rd party template it self. please provide me FTP access detail by editing your first post at this topic. put it under site info form.
I need to changing that 3rd party template files.

Regards,
Albert

10 years 6 months ago
  • Susan's Avatar
    Topic Author
  • Susan
  • Offline
  • Fresh Boarder
  • Posts: 69
  • Thank you received: 20
Licenses:
JomSocial Expired AdAgency Expired iSEO Expired Socialize Expired

I have updated the original post with our FTP details, thanks

10 years 6 months ago
Licenses:

Hi Susan,

this is a bug, but here the fix:
1. /templates/gk_msocial/html/com_community/groups.viewgroup.php
2. at line 176

<li><a tabindex="-1" href="<?php echo CRoute::_('index.php?option=com_community&view=groups&task=addnews&groupid=' . $group->id );?>"><?php echo JText::_('COM_COMMUNITY_GROUPS_BULLETIN_CREATE'); ?></a></li>
changing it to
<?php if( $config->get('createannouncement') && ($isMember || $isSuperAdmin)) { ?>
<li><a tabindex="-1" href="<?php echo CRoute::_('index.php?option=com_community&view=groups&task=addnews&groupid=' . $group->id );?>"><?php echo JText::_('COM_COMMUNITY_GROUPS_BULLETIN_CREATE'); ?></a></li>
<?php } ?>

Regards,
Albert

The following user(s) said Thank You: Susan
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