Hello everyone,
I am using chronoforms to register my users into my website, I keep my users with their extra data into a seperate chronoforms table in mysql.
I have seen a potential problem. If I delete the user from my Joomla Administration page, the user is not deleted from the Chronoforms Table.
Is there any workaround that you re aware of?
Thanks a lot in advance.
I am using chronoforms to register my users into my website, I keep my users with their extra data into a seperate chronoforms table in mysql.
I have seen a potential problem. If I delete the user from my Joomla Administration page, the user is not deleted from the Chronoforms Table.
Is there any workaround that you re aware of?
Thanks a lot in advance.
Hi hellykun,
Not that I can think of. You have a couple of choices; one would be to create a 'delete user' form that does both deletions for you. The other would be to set up a form event and link it to a cron job that would run say once a day and check your table to see if any of the user IDs are no longer valid and delete those records.
Bob
Not that I can think of. You have a couple of choices; one would be to create a 'delete user' form that does both deletions for you. The other would be to set up a form event and link it to a cron job that would run say once a day and check your table to see if any of the user IDs are no longer valid and delete those records.
Bob
One more solution is to create a simple Joomla system plugin which deletes the user from the CF table when its deleted from Joomla, this should be simple, just google how it can be done, or you can contact me using the contact us page and I can send you a simple one, this may take sometime though as I'm currently busy with some tasks!
Regards,
Max
Regards,
Max
This topic is locked and no more replies can be posted.
