Please Log in or Create an account to join the conversation.
So you're wanting to remove the Registered usergroup? CBSubs won't touch usergroups it's not configured to manage. You'd need a plan that adds/removes Registered, but it may not allow that as the risk of having no usergroup would be too high. You can use CB Auto Actions to accomplish this as it can Replace their usergroups instead of just Add/Remove using a Usergroup action and the below configuration.Problem 1: I cannot have EMPLOYERS be registered as such. When I check the Users in backend they are always shown in the WORKERS usergroup! I have already set up the access level to EMPLOYERS in the CB Configuration User Profile and I have already set up the CBsubs access level to EMPLOYERS.
There's no functionality to apply a default value at time of registration without having the field available at registration. The default registration value is only applied if the field is actually available at time of registration. You'll need to use CB Auto Actions acting on the onAfterUserRegistration trigger with a Field action to set its value.Problem 2: I have a DropDown SingleSelect field that I would like to set at a given value at registration without letting the EMPLOYERS choose (value is 2 and label is "xxx"). I made an attempt of substitution in the Registration (last) box of Parameters of that field but my skills and syntax in substitutions are really poor. Joomlapolis documentation seems to be written for people at a higher level than mine.
Recommend reading the substitution tutorial below where it explains how to utilize the user parameter for substitutions.The CB Content Bot is very useful but it takes into consideration only Viewer and Author substitutions. Is there any way to have it work with any user? Is there a substitution path (that I haven't got a clue yet) wher I can put the userid and have all the fields replaced?
Please Log in or Create an account to join the conversation.