PDA

View Full Version : Adding Bulk Users


marketdesign5
01-04-2012, 01:19 PM
Hi, I'm trying to add a list of my users directly to database but it doesn't work. would you please tell what tables must be considered for adding a list of users which later show up on admin control panel.
Thanks a lot

jgalileolopez
01-04-2012, 08:39 PM
Look at columns in your user table to determine what other tables you will need to add data to. Remember that every user account has a trigger that allows the user to hide their profile in the front end. However you should be ablee to see it in admincp..

Peter
01-04-2012, 08:39 PM
1. Users get added to the ilance_users table.
2. User gets added to the ilance_subscription_user table (to associate him to a plan/role)
3. In order for users to be assigned to a membership plan you'll need to create a plan, a role and then define the initial permissions for that plan. You can rinse and repeat for each plan your site offers.

Regards,
Peter