Please Log in or Create an account to join the conversation.
crashtest wrote: Hi,
I would like to have a system that automaticly add user informations (username, password,...) to a database.
The database could be from a joomla component not integrated in CB or from a voice chat software (mysql databases).
I was thinking that auto action plugin could do this but I don't undestand how it works.
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.
Where can I find this kind of informations? Should I have to be a developer member?krileon wrote: var1 of gj_onAfterCreateGroup contains the GJ Group object. var2 contains the GJ Category object. var3 contains the current users CB user object. var4 contains the GJ plugin object.
Please Log in or Create an account to join the conversation.
In the source code where the trigger is fired. Most of GJs triggers are in cbgroupjive.class.php.Where can I find this kind of informations?
No, you just have to review source code. It helps to have an IDE or a GREP program so you can search the contents of an entire plugin for the trigger so you can find where it's located and review what variables it has.Should I have to be a developer member?
The logo is always null with that trigger, because the logo has to be uploaded after the group is actually created as it needs its group id for creating the folder path. You'll need to use gj_onAfterUpdateGroup if you want the logo (has the same variables as gj_onAfterCreateGroup).Even whith this code I always have the second value not inserted.
Please Log in or Create an account to join the conversation.