Arrow Home arrow Forums
larger font smaller font default font Fixed screen resolution Auto adjust screen size

Joomlapolis Forums  


<< Start < Prev 1 2 3 4 Next > End >>
Sync Users problem
Date: 2008/09/05 10:56 By: dutchadmin Status: User  
Karma: 1  
Fresh Joomlapolitan

Posts: 24
graphgraph
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.
Click here to see the profile of this user The administrator has disabled public write access.

Re:Sync Users problem
Date: 2008/09/05 11:22 By: nant Status: Admin  
Karma: 463  
Admin

Posts: 6014
graph
Why do you need this?
Nick A.
CB Core Team Member
Support CB Development and Get Detailed Documentation
Developer of Nant's Gallery plugin
CB Gallery Extensions Listing, Rate CB Gallery on Extensions Site
Developer of CB AutoWelcome Plugin
CB AutoWelcome Extensions Listing,Rate CB AutoWelcome on Extensions Site
People ignoring your call for help? Read this!
FAQ you
Joomlapolis Extensions Directory (new)- check it out!
Click here to see the profile of this user 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
graphgraph
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
Click here to see the profile of this user 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
graphgraph
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.
Click here to see the profile of this user 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
graphgraph
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
Click here to see the profile of this user The administrator has disabled public write access.

Re:Sync Users problem
Date: 2008/09/05 13:37 By: nant Status: Admin  
Karma: 463  
Admin

Posts: 6014
graph
dutchadmin wrote:
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


I guess the question is why do you need synchronization - apparently you are not using the CB login module (although you have not stated this) - why?
Nick A.
CB Core Team Member
Support CB Development and Get Detailed Documentation
Developer of Nant's Gallery plugin
CB Gallery Extensions Listing, Rate CB Gallery on Extensions Site
Developer of CB AutoWelcome Plugin
CB AutoWelcome Extensions Listing,Rate CB AutoWelcome on Extensions Site
People ignoring your call for help? Read this!
FAQ you
Joomlapolis Extensions Directory (new)- check it out!
Click here to see the profile of this user The administrator has disabled public write access.

<< Start < Prev 1 2 3 4 Next > End >>

Documentation

Documentation Subscription Service
(updated for CB 1.2 RC2)

What?

Why?

Where?

Just click here for answers!

Click here for a yearly subscription: subscribe now

Download Latest Release

The latest stable Community Builder Release is version 1.1 for Joomla 1.0 and Mambo.
You need to be a registered member of Joomlapolis to download.

The latest release candidate of Community Builder is version 1.2 RC3, native for Joomla 1.0, 1.5 and Mambo.
It is available as "thank you" to all CB documentation subscribers at this time.

CB Login