Please Log in or Create an account to join the conversation.
raniko wrote: OKay. Cool. Thanks. I'm using the Auto integration for Groupjive, but I'm having some trouble. As an example, I'm trying to join people to local groups based on a state field and a city field. The state field is a single choice multi selcet, the city is a text field at the moment. I have tried using the OnAfterRegistration trigger, selected the correct levels and tried
{fld city} Equal to New York
and
{fld cb_state} Equal to New York.
When I save these autos written this way and then re-open them, the condition disapears. The result is that they get joined to the group, but only because of the access level... When I add other conditions to join different groups this way, the conditions always disappear and users are being assigned groups only based on the acl.
I alwso tried using "Does Contain" instead of "Equal To" in the ex. above. That condition does seem to save (it is there when I close/open the auto) but the function itself is not working... i.e. the user does not get assigned to the group.
Can you tell me if I am doing something wrong with my equal to and does contain functions and provide me a quick example?
Many thanks-
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.
raniko wrote: Hi guys. I am still hoping that you can assist with my previous post regarding syntax for CB groupjive auto. While waiting, I realized that there is a separate CB Auto Actions, outside of the groupjive auto plugin... Do I need to have that installed for the groupjive component to work correctly? If not, if I install CB Auto Actions, will there be a conflict with groupjive auto that will cause me more headaches? I am using joomla 1.7, CB 1.7, CB Subs 1.2.2.
Thanks
Please Log in or Create an account to join the conversation.
The substitutions are not valid and will result in the action always failing. Please use the below.{fld city} Equal to New York
and
{fld cb_state} Equal to New York.
Please Log in or Create an account to join the conversation.