Quote:
Originally Posted by Chuck S Hello
You would set permissions under admin edit usergroups when logged in as admin as you wish. |
Chuck,
I have done this, it has always been that way, and still this problem is happening, thats why I purchased an upgrade to resolve this problem, but it did not fix it.
Quote:
I resolve this problem by editing pp_usergroups table.
May be resolved with query like that:
UPDATE `pp_usergroups`
SET
`uploads` = '1',
`comments` = '1',
`editpho` = '1',
`editposts` = '1',
`useralbums` = '1',
`canassign` = '1'
WHERE `pp_usergroups`.`groupid` =6 ;
|
What folder is pp_usergroups under?