Hello everybody,
I'm maintaining a website created in Joomla and Community Builder. That website also has a small custom app, but when saving the userinput in that app, the data is linked to the user ID generated by CB. This to prevent me from having 2 usertables at the same time.
But when a new user is created in CB, there needs to be generated some default values for that user in the custom app. So I need to detect when a new user is created in CB, and then run my own piece of PHP code. Is this possible with CB and how?
I'm fairly good at writing PHP code, I have some experience in writing PHP code for Joomla, but I have no experience in writing for CB.