Всем привет! В старой версии можно было сделать так : Открыть \includes\gacl.class.php и добавить строчку после $this->_mos_add_acl('action', 'add', 'users', 'author', 'content', 'all'); $this->_mos_add_acl('action', 'add', 'users', 'editor', 'content', 'all'); $this->_mos_add_acl('action', 'add', 'users', 'publisher', 'content', 'all'); $this->_mos_add_acl('action', 'edit', 'users', 'author', 'content', 'own'); $this->_mos_add_acl('action', 'edit', 'users', 'editor', 'content', 'all'); $this->_mos_add_acl('action', 'edit', 'users', 'publisher', 'content', 'all'); $this->_mos_add_acl('action', 'publish', 'users', 'publisher', 'content', 'all'); Строчка : $this->_mos_add_acl('action', 'publish', 'users', 'author', 'content', 'own'); А в новой версии файл gacl.class.php пустой, пробывал искать ну так и не нашел. Помогите пожалуйста. Спасибо!!