View Single Post
Old November 7th, 2008, 04:19 AM   #12 (permalink)
billy
Member
Verified Customer
 
Join Date: Jan 2006
Location: Australia
Posts: 73
Exclamation

Quote:
Originally Posted by Chuck S View Post
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?
billy is offline   Reply With Quote