I have to register 700+ people for 30 seperate events that I need to get regsitered on the website. The users are already setup. I've imported a few of the registrations into the dtregister_user MySql table, but they're still not showing up on the site.
Are there other tables I need to add something to as well? Hand-registering 700+ people will not work.
Any help you can suggest would be HUGELY appreciated.
Hello. You can not just add to the dtregister_user table. There needs to also be a corresponding record in jos_dtregister_group and jos_dtregister_group_amount. If there are group registrations, then there would also be corresponding entries in jos_dtregister_group_member.
The "userId" from jos_dtregister_user would be the "useid" in jos_dtregister_group. Then there is a unique "groupId" that ties between jos_dtregister_group and jos_dtregister_group_amount.
Yes, ALL records whether individual or group will have an entry in the tables I mentioned. I know the word "group" in a couple of them may be confusing.