XF 1.3 After an Import, possible to use the import table to add users to a secondary group?

Kevin

Well-known member
My question is pretty much summed up in the title. :P

After doing an XF-to-XF import I saved the import cross-references as recommended. With the import complete I would like to modify all of the user accounts that were imported, including any that may have already existed & merged, to a new secondary user group.

Possible?

If not, how about a query to add all users who have posts in specified forums to a new secondary user group?
 
How would you be able to do it using a query?

Without some way of identifying the imported users, it would have to be done one by one.
How many are there?
 
How would you be able to do it using a query?

Without some way of identifying the imported users, it would have to be done one by one.
How many are there?
Wouldn't the user IDs be in the import table somewhere as an 'old_id' to 'new_id' mapping? Or are user IDs not saved in the import table?
 
The IDs would be in the import log, but you'd need to write custom code to change the groups. There isn't really a way it can be done with a simply query.
 
Top Bottom