Quote:
Originally Posted by AN-net
i highly protest such an act since most of the admin configurations and usergroup code depends on the default usergroups. i see no point in changing the id's>_>
|
Thanks,
I feared such a thing. There's something to say for hardcoding it, but flexibility is nice too. I'll use the default groups then.
I didn't see the point either and the ID's were as unsorted as they are in vb. Until I wanted some small edits and found myself writing huge if() switches. I could have added a whole new tinyint database field, but sorting the ID's was almost always a solution as conditions were < or >. Why add fields to the tables when you can use what you already have?