|
|
|
Sync Users problem
|
|
Date: 2008/09/05 10:56
|
By: dutchadmin
|
Status: User
|
|
|
Karma: 1  
|
|
Fresh Joomlapolitan  | Posts: 24 |   | |
|
Hi I would like some one to help me with this new feuture.
What I'm looking for is to sync users automaticly after they clicked on the activated link in there e-mail to activate there account.
Short, I whant that the "Synchronize Users" link should work automaticly.
I know there is a button that say "No Admin approval" but whit the system I have build it doesn't work properly.
Ho can help me with a short script that will automaticly sync register users?
Thanks in advance.
|
|
The administrator has disabled public write access. |
|
|
|
|
Re:Sync Users problem
|
|
Date: 2008/09/05 11:27
|
By: dutchadmin
|
Status: User
|
|
|
Karma: 1  
|
|
Fresh Joomlapolitan  | Posts: 24 |   | |
|
Because of more then 25 registration a day I do not thinking of going in the back end to constantly clicking on the >>Tools >> Syncuser >> link.
It a hassel for me and not efficient.
Can you help how to ByPass this are make it automaticly sync.
Thanks in advance
|
|
The administrator has disabled public write access. |
|
|
|
|
Re:Sync Users problem
|
|
Date: 2008/09/05 11:53
|
By: dutchadmin
|
Status: User
|
|
|
Karma: 1  
|
|
Fresh Joomlapolitan  | Posts: 24 |   | |
|
Is it posible for some one to help me on this isu. I'm trying to find an solution to solve this for my new customers.
Thanks in advance.
|
|
The administrator has disabled public write access. |
|
|
|
|
Re:Sync Users problem HELP :(
|
|
Date: 2008/09/05 12:57
|
By: dutchadmin
|
Status: User
|
|
|
Karma: 1  
|
|
Fresh Joomlapolitan  | Posts: 24 |   | |
|
I Have find this topic. Is this somthing I can use to sync users automaticly?
and where can I find this code to change.??? and how do I create the change in : ($oldRow needing to be created) in comprofiler.php ???
You suggesting to change:
Code: $_PLUGINS->trigger( 'onBeforeUserUpdate', array(&$row,&$rowExtras));
to:
Code: $_PLUGINS->trigger( 'onBeforeUserUpdate', array(&$row,&$rowExtras, &$oldRow, &$oldRowExtras));
($oldRow needing to be created) in comprofiler.php
and:
Code: $_PLUGINS->trigger( 'onBeforeUpdateUser', array(&$row,&$rowExtras));
to:
Code: $_PLUGINS->trigger( 'onBeforeUpdateUser', array(&$row,&$rowExtras, &$previousState ));
Post edited by: dutchadmin, at: 2008/09/05 12:58
|
|
The administrator has disabled public write access. |
|
|