User Membership Levels are stored here:
sys_acl_levels_members
There can be multiple line items for each user - as a record is created each time a users level is changed.
I suppose you could write a query similar to this:
UPDATE sys_acl_levels_members SET IDLevel = replace( IDLevel, 'string_to_find', 'string_to_replace' ) ;
replace string_to_find with the ID that corresponds to the Member level you wish to replace (Standard)
replace string_to_replace with the ID the corresponds to the Member level you wish to set everyone at (Gold)
Those ID's can be found in sys_acl_levels table.
Hello thank you so much for this.
UPDATE sys_acl_levels_members SET IDLevel = replace( IDLevel, '2', '4' ) ;
I see the only ones in that table are the ones I changed manually from standard to gold aprox 100 when I have over 500 members.
Which means this works for the members in this table but not for the other 400+ that aren't
I don't know how this got to be so empty perhaps as I was not using membership any longer I removed the table in an upgrade.
Puts me in a bad position to ADD all IDMember to have an IDLevel of 4
Regards
Jenifer
Jennifer Bogan .. Acc. Dip. Psychology - EMAIL: jennifer.bogan@gmail.com