Info
- 4 posts
- 2 voices
- Started 2 years ago by januzi2
- Latest reply from gerikg
- This topic is resolved
Plugin activation
-
- Posted 2 years ago #
Someone integrated wordpress with bbpress. Now admin panel for the bbpress shows only users, topics and posts. Is it possible to fix it ? Is there a way to manually (by the phpmyadmin) activate new plugins ?
-
- Posted 2 years ago #
I think they didn't make you the Key Master.
-
- Posted 2 years ago #
Thanks for the tip.
Info for the people having the same problem, there are two tables in mysql:
bb_usermeta
wp_usermeta
After integration (in "my case") bbpress was fetching data from the wp_usermeta. I added new record: user_id = X, meta_key = 'bb_capabilities', meta_value = 'a:1:{s:9:"keymaster";b:1;}' (where X = wp admin id, in my case = 15). Done, I have got all options. -
- Posted 2 years ago #
-
You must log in to post.