By Julien Camus on Wednesday, 19 July 2017
Posted in General
Replies 2
Likes 0
Views 313
Votes 0
Hello,

We would like all our groups to allow (by default... without the possibility to change this setting) all group members to create an event. How can this be done?

Hence... remove the option to select who can create an event from the group creation form.

Thanks!

Julien
Hi Julien,
Unfortunately, there is no setting that can enable group event creation for all members by default.

But if you really want to, I have attached the file below which you can template override to the path: JoomlaFolder/templates/yourCurrentTemplate/html/com_easysocial/apps/fields/group/eventcreate/content.php
To hide the field during group creation/edit, you can apply the following custom css into EasySocial's custom css file(create directory if it does not exist): JoomlaFolder/templates/yourCurrentTemplate/html/com_easysocial/css/custom.css

#es.view-groups [data-element="eventcreate"] {
display: none;
}
EDIT: This will only affect newly created groups.
·
Thursday, 20 July 2017 17:10
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post