We added 2 usergroups, sellers and paid members (4 & 6). Right now, we are testing the system by updating wsngallery_members.usergroup to 4 or 6 once the member has paid his subscription. The posting script is in PHP.
But the existing system and templates only recognize usergoups 2 (member) and 3 (admin). A member who had been updated to 4 or 6 still appear to be a 2 (member). We manually edited this member's record and changed his usergroup to 3. The system and templates recognized him as an admin. We then changed it back to 4. The system and templates now recognize him as a 2 (member) again.
Both variables 2 and {MEMBERUSERGROUPID} only return the values 2 and 3.
Comments on Usergroup Problem
Beginner
Usergroup: Member
Joined: Mar 02, 2005
Total Topics: 1
Total Comments: 3
We added 2 usergroups, sellers and paid members (4 & 6). Right now, we are testing the system by updating wsngallery_members.usergroup to 4 or 6 once the member has paid his subscription. The posting script is in PHP.
But the existing system and templates only recognize usergoups 2 (member) and 3 (admin). A member who had been updated to 4 or 6 still appear to be a 2 (member). We manually edited this member's record and changed his usergroup to 3. The system and templates recognized him as an admin. We then changed it back to 4. The system and templates now recognize him as a 2 (member) again.
Both variables 2 and {MEMBERUSERGROUPID} only return the values 2 and 3.
How do we solve this problem?
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
Are you the person who emailed me about the same thing?
Beginner
Usergroup: Member
Joined: Mar 02, 2005
Total Topics: 1
Total Comments: 3
Yes. We are doing a quickfix right now.