Please Log in or Create an account to join the conversation.
No.Can group owners change the category from the front-end?
Only CB Moderators can move groups. It's a heavy process (it has to move all information associated with the group) so allowing owners to do it could easily cause problems.How is that enabled?
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
No, we've no fieldtype plugin that populates its values with a database query. I think such a plugin exists, but I don't recall what it's called or where to get it.Is it possible to create a CB Field that lists the categories in GroupJive? I'm sure that it is with a plugin.
There's no auto action for this, but suppose you could use a Code action then use PHP method to execute API to move the group, but again I do not suggest allowing this; endusers should not be doing such operations; say a group has 10,000 photos.. it will have to move all 10,000 of them and allowing users to do this freely as often as they like could easily kill your sites performance or the server all together. You should have them request a move using a custom form from an extension like RSForms then you or another moderator move the group when most optimal to do so; this helps avoid abuse.I'm assuming that I couldn't just use a query auto action to change the group category?
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
You can automate this, but you'll need to create an action for each category. First step is to create the group create action. Then add a conditional to it to check the category field. Then select the field to create the group in based off the condition value. Example as follows.When the organizatoin registers they will enter a name and select a category.
When the moderator approves the registration the group will be automatically created with a default category. Then the moderator will update the category of the organization's group.
Please Log in or Create an account to join the conversation.