Page 1 of 1

selfregistration added to addition group

Posted: Thu Dec 22, 2011 8:00 pm
by olumide
Hello please can someone help on this, all am trying to do is to allow an existing membergroupA to selfregister to membergroupB .
i have set Allow users to select a package (group) to register to: and Allow existing users to register for additional groups?: to yes, but when i tried to add a loggin user to another group using
{if $ccuser->loggedin()}
{if $ccuser->memberof('suppliers')}
{cms_module module=SelfRegistration allowoverwrite='1' group='advertisers' nocaptcha='1'}

{/if}
{/if}
it took me back to the registration form like a new user even though i was logged in and when i filled in all the details it now said user email already exist

Re: selfregistration added to addition group

Posted: Fri Dec 23, 2011 10:34 am
by pukka
Try the following

{cms_module module=SelfRegistration allowoverwrite="1" group="advertisers" nocaptcha='1'}

Also underneath - "Allow existing users to register for additional groups" - there make sure you have selected which items must match.

"When overwriting an existing account the following fields must match".


P

Re: selfregistration added to addition group

Posted: Fri Dec 23, 2011 2:19 pm
by olumide
thanks for your reply done all that but still it is not working

Re: selfregistration added to addition group

Posted: Fri Dec 23, 2011 3:08 pm
by pukka
Make sure you change the ' to " in your tags.

Enable debugging in your config file and see if that sheds any light on what's going on?

Maybe post a screen cap of your FEU settings page or something.