solved User signup not firing listeners

alt=
DannyA
@dannya
7 years ago
584 posts
When creating user with proxima, signup creation and signup activation listener not firing.
updated by @dannya: 12/16/17 10:40:59AM
paul
@paul
7 years ago
4,325 posts
Is this in a custom module? If so, has the listener been registered correctly? Maybe paste your code here so that we can take a look.


--
Paul Asher - JR Developer and System Import Specialist
brian
@brian
7 years ago
10,136 posts
I'm checking this out. Originally the Proxima user service was designed to create more "light weight" user accounts than what is normally created in Jamroom, but it seems like most sites are using it for JR integration (instead of stand alone) so let me see what needs to be done to get the events integrated correctly.

Thanks!


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
sbhadauria
@sbhadauria
7 years ago
129 posts
paul:
Is this in a custom module? If so, has the listener been registered correctly? Maybe paste your code here so that we can take a look.

Signup Listeners not working in jrUser module.
brian
@brian
7 years ago
10,136 posts
sbhadauria:
paul:
Is this in a custom module? If so, has the listener been registered correctly? Maybe paste your code here so that we can take a look.

Signup Listeners not working in jrUser module.

The jrUser (Users) module is the module that triggers the User events - it's part of the Jamroom Core. I think you mean that the Proxima User module is not firing jrUser events when an account is created using Proxima.

Like I mentioned above I am checking it out.


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
sbhadauria
@sbhadauria
7 years ago
129 posts
brian:
The jrUser (Users) module is the module that triggers the User events - it's part of the Jamroom Core. I think you mean that the Proxima User module is not firing jrUser events when an account is created using Proxima.

Like I mentioned above I am checking it out.

Thanks brian.
brian
@brian
7 years ago
10,136 posts
Update to Proxima User 1.2.2 - there is now a new "user_created" event triggered by jrProximaUser. Note that due to how Proxima User creates accounts (user and profile at the same time) it does NOT trigger the jrUser and jrProfile events from the User and Profile module - you will need to listener for the jrProximaUser "user_created" event for user accounts created in Proxima.

Let me know if that helps.

Thanks!


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net

Tags