Hi
Thanks for the replies.
Ok, so far there would be a user_group field the users db.
There would also be another table in the database called user_groups, with the following fields...
user_group_id
user_group_name
user_group_description
If I wanted to use moderators in a forum for example, I could setup a group called moderators with an id of 1.
So upon searching the users db, I could find out that a specific user had moderator rights.
I understand the above and I think I could probably code it, but what about allowing a user to be a moderator of 2 forums, or a moderator and an admin.
This is what I,m finding slightly confusing, how would you implement this?
Thx again