Search Results for 'bbpress'
-
Search Results
-
Role maps were working fine. But then I installed User Role Editor by Vladimir Garagulya and when it failed to produce the results I wanted, I hit reset, deactivated it, and uninstalled/deleted it.
WordPress users are “Members” and bbPress users are “Inactive (no role)”.
I can’t change them as one anymore.
I use: bbPress 1.0.3, WordPress 3.1.1. , and Buddypress.
I installed two plugins (BBvideo en EasyVideoEmbed). Both are activated and visible in the Dashboard.
But when I click on the plugin name I get this error message:
“There is no administration page at the requested address. Please check the address you entered and try again”.
I uploaded both plugins in the my-plugins/ directory
/my-plugins/bbvideo and
/my-plugins/easy-video-embed
All files are CHMOD 755. Both dirs contain all files, including admin.php.
My BBpress is integrated with a WordPress installation. My role is key master.
Other plugins work well (support-forums).
Topic: bbPress 1.1 & BuddyPress 1.3
Will these next point releases mark the start of the “bbPress as a plugin” releases? I have a couple of projects in the works that are waiting on this next level of bbPress & BuddyPress integration.
If this is addressed elesewhere, please point me to a link. I looked on the bbP & BP blogs and forums, but did not find an answer to the question.
Thanks,
Doug
Hi.
There are 2 bugs.
First with WP integration – after logging in from WP 3.1, everything seems to be fine, I can access forum, can even write posts or delete them, but can’t access to bb-admin – it redirects me back to forum main page. When i logout and login from bbpress, it works fine.
Second bug is that list of unanswered topics is always empty. Even when there are unanswered ones.
Best regards,
FlashT
I need to have access to all the emails or export them.
Topic: question
I’m stuck at the part in the instalation that says “Visit the intended URL of the bbPress site”
my site is a wordpress site, but the main domain name is the root
jollysquirrel.com
I have uploaded the uncompressed bbpress zip file to my server
what is the intended URL mean?
Hi, I’m working on a plugin for the bbpress plugin version. I’m trying to add private messages to the bbpress plugin, and I have already done a lot of work on it.
My problem is I’m trying to add a page in the bbpress profile to display the private messages. I’m trying to do it by modifying /bbpress/bbp-themes/bbp-twentyten/bbpress/user.php so it looks like this:
$_GET["page"] = $wpbbpmpage;
if( $wpbbpmpage == recieved ) {
get_template_part( ‘bbpress/user’, ‘pm-recieved’ );
}
elseif( $wpbbpmpage == sent ) {
get_template_part( ‘bbpress/user’, ‘pm-sent’ );
}
else {
// Profile details
get_template_part( ‘bbpress/user’, ‘details’ );
// Subsciptions
get_template_part( ‘bbpress/user’, ‘subscriptions’ );
// Favorite topics
get_template_part( ‘bbpress/user’, ‘favorites’ );
// Topics created
get_template_part( ‘bbpress/user’, ‘topics-created’ );
}
So that when the url is http://siteurl.com/users/username/?page=sent a list of all the private messages that the user sent will be displayed, and when the url is http://siteurl.com/users/username/?page=recieved a list of all the private messages that the user has received will be displayed. Right now the code isn’t working, and I have no idea why. If someone could tell me where I’m going wrong, I would appreciate it a lot.
NOTE: This is my first wordpress plugin, and I’m pretty proud of myself for coming this far

Thank’s for your help,
-Christofian