|
I just installed 312a and there are no usergroup issues. usergroup 3 is members and is correct. usergroup 4 is admins.
There is no default moderator group. There are 4 basic usergroups so I see no issue
The only thing you need to do to make the database compatible with ikon for Photopost is in our tables wherever we have a userid field which is an int field it needs to be changed to a varchar field example below
ALTER TABLE photos CHANGE userid userid varchar(32)
|