13
Still looking.
Again, the site works good for webmaster.
Just noticed the
mainfile.php
define('XOOPS_GROUP_ADMIN', '5');
define('XOOPS_GROUP_USERS', '1');
define('XOOPS_GROUP_ANONYMOUS', '0');
mainfile.dist.php
define("XOOPS_GROUP_ADMIN", "1");
define("XOOPS_GROUP_USERS", "2");
define("XOOPS_GROUP_ANONYMOUS", "3");
Shouldn't these be the same and are they suppose to match the "level" number in the DB?
If these numbers all matched and matched the "level" number in the DB should the permissions be corredt?