By James on Wednesday, 01 November 2017
Posted in Technical Issues
Replies 3
Likes 0
Views 1K
Votes 0
On our site we have features such as Groups, Events, Pages, Etc.. disabled. However, when going to make a Broadcast in the stream the app still gives the option for Groups specifically. Events and Pages are not available in the drop down that I can tell.

Thank you,
James
Hi there,

Currently, we cannot turn that off currently, as those broadcast can only be broadcasted to groups and user only. Right now, in order for you to turn it off, you need to do some customization on this file .../components/com_easysocial/themes/wireframe/story/broadcast/form.php and remove line of codes below at line 42.

[gist type="php"]
<option value="group"><?php echo JText::_('APP_BROADCAST_STORY_FORM_SET_CONTEXT_GROUP'); ?>
[/gist]

Please give it a try and see how it goes.
·
Wednesday, 01 November 2017 11:46
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks Abdul.

Only Administrators see this so it's not a huge concern.

Is it possible in a future version to add some code that says IF groups is disabled to turn that option off?

Thank you,
James
·
Wednesday, 01 November 2017 20:41
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks James, will log this down into our issue tracker
·
Wednesday, 01 November 2017 22:26
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post