Ed wrote:

>This applies ONLY to anonymous or non story admins.

Yes, that's what I wrote in the next sentence ;-)


>Where are these default being pulled from. Do I change them here or in the
>MySQL table?

As I said, the default permissions are hard-coded in admin/story.php:

function storyeditor()

        $A['perm_owner'] = 3;
        $A['perm_group'] = 2;
        $A['perm_members'] = 2;
        $A['perm_anon'] = 2;

You should find the same assignments in the other admin/*.php files.

bye, Dirk


-- 
http://www.haun-online.de/
http://mypod.de/

Reply via email to