One click registration makes it possible for users to register really fast. Just fill in a Name and emailadress and
click the submit button and youre logged in and ready to go!
Customizing the regular registration procedure can be a lot of work, and it gets even more complicated when you
have a lot of components installed on youre Joomla that all need to be up to date.
People who know PHP/HTML and a little bit about MYSQL Queries can easily change this component for there own
purpose. I often use it when i need some special input fields in the joomla registration form that insert data in
third party components.
This components also supports Community builder but you need to switch it on in the components parameters after
installing.
The component writes the data directly to the user tables:
#__users
#__core_acl_aro
#__core_acl_groups_aro_map
#__comprofiler (When CB mode is on!)
Beta Version
When you add a user the component checks for double usernames. All fields have Javascript validation.
This is a beta version made for the purpose of one client! So always make backups before playing around with this
component.


 Read more -
|