Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
krileon wrote: RS Tickets Pro needs to be using CB API to register users to avoid this.
krileon wrote: We do have plans to extend our system plugin to catch these scenarios and register them in CB automatically, but that won't be for later.
Please Log in or Create an account to join the conversation.
Right, that's what we plan to do in our system plugin. We have to be extremely careful about this though as CB it self also fires that trigger and it does so before the CB user is created. So we have to be careful that we don't get stuck in an infinite loop of storing the user. It's not an implementation we can rush and has to be extensively tested as it affects every user store.RSJoomla support replied that: "RSTickets! Pro creates users by using the Joomla! framework, namely by using the JUser class to bind data to it and save it. This means that it triggers the "onUser" events so that other extensions can do their own processing: docs.joomla.org/Plugin/Events#User" and that Community Builder [ideally] should trigger updating its user table(s) off the "onUser" event.
I don't know when it'll be implemented, sorry. I'm currently rewriting GJ. Once the rewrite is done I'll be focusing on a new CB release to address bug and feature tickets.For us, hopefully Joomlapolis's 'later' will come sooner as we seem to be caught between different approaches by two different vendors at the moment and lack the technical expertise to make any sort of synchronization plugin ourselves. The idea of connecting to the Joomla framework events seems to make sense, but again, we don't really have expertise in the internals of Joomla.
Please Log in or Create an account to join the conversation.
I don't know when it'll be implemented, sorry. I'm currently rewriting GJ. Once the rewrite is done I'll be focusing on a new CB release to address bug and feature tickets.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.