I guess if you modify the template files and call CB Gallery API to output one in a GJ category or try acting on category display triggers with CB Auto Actions and a CB Gallery action.1) can we add a gallery field to a groupjive category only ? and use this approach
I suppose if you modify the template files you could or try acting on CB Gallery triggers depending on where you want to display those fields.2) can we add some fields to a gallery ? to a group ? for instance a counter field and some other ones (text and numbers)
Sounds like it, yes. Attending event doesn't display anything on profile so you'd need to implement that.Would this be doable and easier than using Galery ?
No, language strings are not category specific.If yes, can we change some language strings in a single group category for our needs with auto actions ?
Probably doable with CB Query Field by querying the_groupjive_plugin_events_attendance table, but you'll also need to join the _groupjive_plugin_events for the event details.Could we in this case, display the dropdown list of all events a user is participating somewhere ? and display the event description of the chosen event ?
Please Log in or Create an account to join the conversation.
Probably doable with CB Query Field by querying the_groupjive_plugin_events_attendance table, but you'll also need to join the _groupjive_plugin_events for the event details.
Please Log in or Create an account to join the conversation.
Query and Code fields do not store anything. They just display the results of your custom SQL or PHP. Why do you need to store anything? As I understood you just need to display their event attendance on profile so you don't need storage.CB Query Field do not record anything in CB tables, correct ? So what field can we use to record something retrieved by CB query ? is this a code field ?
You're using the wrong fieldtype. You need a plain Query field which displays the results of your SQL.This does output a drop down list to choose from but does not display any value when the returned value is html. Can you tell me what is wrong ? Do I have to change the displayed profile layout from [value] to something else ?
No, use the results of your query for that. If you need the groups details you'll have to do a join of the groups table as well.Is there any CB substitutions that we can use with GJ ?
For instance getting the events details and dates for an event attended by a user, or the groups joined ?
Please Log in or Create an account to join the conversation.