|
You had a standalone photopost it looks like that you switched to vbulletin after the fact.
As such you need to align the usergroups so what you need to do is do a query like this in the database
DELETE from pp_usergroups WHERE groupid != 6
Then refresh usergroups from admin section and set permissions
|