PDA

View Full Version : Additional Usergroups


ULSS
02-18-2005, 05:48 PM
I'm trying to figure out what table holds the data for tieing users to additional usergroups. I have an independant system for handing premium subscriptions and a scheduled process that moves users into and out of the "Premium" group.

However, I would like for it to take the users current group and make it an additional group then change the primary group.

ie.
They are in group "Visiting Admin/Mod"
I want to put then in "Premium" group with a secondary group of "Visiting Admin/Mod".

Thanks,
ULSS

sabret00the
02-18-2005, 05:57 PM
it's the user table :)

ULSS
02-18-2005, 06:07 PM
Thanks sabret00the...

After posting, I started tracing through the admincp/user.php code and found it..