Quote from: bully on March 16, 2003, 10:29:16 PM
- What is the difference of those two columns, and where is the connection?
- And why is this splitting up necessary?
- Where are the standard names for the membergroups stored?
the difference is, in members table, an admin will always show as: 'Administrator', and gmod as 'Global Moderator'
these are used for validating permissions in the code
the ones stored in membergroups table is for the name display, like if u change the admin rank title into 'Super Admin' to display in the post display, profile, etc
Quote- Why not just use membergroup as foreign key in yabbse_members, just storing the GROUP_ID there?
i agree with this solution, its better, but a lot of changes will have to be made in the code
u'll probably get this in YSE 2