Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Yes, all our code is OOP. So there's an object for groups that contains all of that information. Below is the path to the group table object.Is there also such a kind of API and/or a CB-substitutions way to get other GJ Group values, like logo-location, canvas-location, name, description etc. from a $GROUP_ID and/or group="#displayed"?
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Using it where? If in CB Auto Actions you'd need to provide what trigger you're using as the group object may already be available. Worst case you just get the value from GET as group id will be in the URL.When using this on a GJ Group page or the groups/category-lists, what is the way to retrieve the $GROUP_ID from the group(="#displayed")?
You'll need to use SQL to query for that as there's no utility function for that. Eventually we'll have repository classes for pulling bulk data like that, but for now we don't in most cases.What is the best way to get all CB group members user_id's from the $GROUP_ID
Please Log in or Create an account to join the conversation.