Info
- 6 posts
- 4 voices
- Started 2 years ago by shansta
- Latest reply from buddha trance
- This topic is not resolved
bbpress-1.0.2 & wordpress-2.8.6 integration
-
- Posted 2 years ago #
Hello,
I think I have these two integrated and working but seems to be a problem with the bbpress keymaster having access to the wp-admin area. The only solution I have so far is to have 2 admins...
one for WP ( a:1:{s:13:"administrator";b:1;} )
&
one for BB ( a:1:{s:9:"keymaster";b:1;} )I have set the role in the bbpress-admin for wp-admins to be keymasters but it doesn't seem to work...
Am I doing something wrong?
Thanks
:) -
- Posted 2 years ago #
oh i worked it out....
Added
a:2:{s:9:"keymaster";b:1;s:13:"administrator";b:1;}
to the admin user in phpMyAdminedit: Only problem is cannot logout using bb-login.php?logout=1
anyone know why? -
- Posted 2 years ago #
This is usually due to a cookie issue. Clear your cookies and then try to login / logout.
-
- Posted 2 years ago #
For me, it's
bb-login.php?action=logout. I think your theme might have the link hardcoded. If so, change the link to<?php bb_logout_link(); ?>. -
- Posted 2 years ago #
ok.. will try thanks.
I can't seem to edit/delete posts in WP anymore... Does anyone know if having admin username set to administrator/keymaster affects this or not?
-
- Posted 2 years ago #
@ shansta - The WordPress admin is a bbPress Keymaster. This is what I have, and all is working fine. I'm not sure about the a:2 you added, with both capabilities...
wp_usermeta:
wp_capabilities a:1:{s:13:"administrator";b:1;}
bb_capabilities a:1:{s:9:"keymaster";b:1;}Dashboard --> WordPress Integration
WordPress Administrator --> bbPress Keymaster
WordPress Editor --> bbPress Administrator
WordPress Author --> bbPress Member
WordPress Contributor --> bbPress Member
WordPress Subscriber --> bbPress MemberAs hatter mentioned, login/logout problems are usually a cookie issue.
-
You must log in to post.