Support Forum
Hi,
So the suggestion is that something on your website has destroyed your forum admin capabilities. It would be useful to know what that might be of course, in case it happens again.
I have been looking for a WP capability plugin that might make reinstatement easier but all the ones I have checked out so far only appear to deal with the built in WP caps and do not look for and include caps that are created by plugins. Which is a great shame.
So - failing that - there are really only two ways I can think of to get the capabilities back. One - if there is another user defined as a forum admin then they can reinstate them. Or you may need to paste the data directly into the database table record - and I can give you the necessary data to at least reinstate the SP caps along with being a WP Administrator.
YELLOW
SWORDFISH
|
as Andy indicated, if you can access the database, you can add teh capabilities back in...
in the wp usermeta table, find your user id and the wp_capabilities (you prefix might be other than wp_) and for the meta_value column, try setting it to this...
a:17:{s:13:"administrator";s:1:"1";s:18:"SPF Manage Options";b:1;s:17:"SPF Manage Forums";b:1;s:22:"SPF Manage User Groups";b:1;s:22:"SPF Manage Permissions";b:1;s:21:"SPF Manage Components";b:1;s:15:"SPF Manage Tags";b:1;s:16:"SPF Manage Users";b:1;s:19:"SPF Manage Profiles";b:1;s:17:"SPF Manage Admins";b:1;s:18:"SPF Manage Toolbox";b:1;s:24:"SPF Manage Configuration";s:1:"1";s:18:"SPF Manage Plugins";b:1;s:17:"SPF Manage Themes";b:1;s:22:"SPF Manage Integration";b:1;s:16:"SPF Manage Polls";b:1;s:13:"SPF Manage PM";b:1;}
now, if you have any other plugins that add in capabilities they will be missing after this... so worthwhile to see what you have in there first... hopefully, its just administrator..
Visit Cruise Talk Central and Mr Papa's World
1 Guest(s)