Please Log in or Create an account to join the conversation.
Best way to add new inputs is probably through the template files then handle storage on gj_onAfterCreateEvent and gj_onAfterUpdateEvent to store them into the params column. As for displaying the custom fields you'd act on gj_onDisplayEvent.
Please Log in or Create an account to join the conversation.
You can't change the template for CB GroupJive Events specifically. The template it loads is based off the template selection in CB GroupJive. So you'll need to make a GJ template then make a GJ Events template and select the GJ template within CB GroupJive > Parameters > General.1) where can I find the setting to select a special event home template ? I seached in categories, groups and events but could not find one.
Also we are automatically creating new groups attached to a special subscription plan. It would be great to be able to create these groups with this special event template if feasible.
I guess if you tried forcing that it'd be possible, but no there's no examples of using CB Privacy within GJ as access to GJ content is meant to be entirely based off access to the group.2) when adding new tabs to groups, is it possible to attach some privacy setting or access/group setting and how ?
Are you trying to store a new parameter? Storage isn't handled in the template. Easiest way to store a new parameter is handling it before the event stores and modifying the event by reference otherwise you can use the after triggers mentioned earlier and trigger your own storage (e.g. for external storage).3) I tried to add this code with an auto action to add a field in event edit template
Please Log in or Create an account to join the conversation.
Are you trying to store a new parameter?
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
There's no trigger for adding new inputs to CB Events so you'd have to modify the event edit template file and add that yourself.
Please Log in or Create an account to join the conversation.