Search Results for 'bbpress'
-
Search Results
-
Topic: WP + bbP + Custom accounts
I am looking forward to design my college website with WordPress as CMS and bbPress for forums. The fact that they can be integrated is superb as it solves one of my purpose of only allowing registered users to comment (having the same username and password throughout the site) but I am also in need of providing user accounts to students and faculty members. I was wondering if WP or bbP can be moded or there is any plugin that can add additional functionality to user accounts. If not how can i retrieve the username & passwords from bbP database? Any workaround will also do.
Waiting for your replies!
I know this is a question geared more towards the WordPress.org forums, but because it also could be a bbPress integration question, I figured I’d post it here.
Case:
1.) When you are within the Blog area of the site, that the Blog tab always displays a “current” class.
2.) When you are within the bbPress/Forum area of the site, the “Forums” tab also always shows “current.”
To my understanding, the WordPress page function isn’t powerful enough to understand the parent/sub relationship. Curious if anyone knows of a way within WordPress to make this act in a similar fashion apart from hard-coding it. I don’t believe the WordPress.org site is hard-coded that way, but of course I could be wrong.
I successfully integrated WP and BB and mapped the user roles and everything was going swimmingly. A user went in today (roughly 24 hrs later) and noticed that the forum was asking him to login to post a reply even though he was showing as logged in on the WP and BB sites. I went into the CMS (was recognizing me as being logged in as admin obv) and noticed that the User Roles had been reset to default, as if they had never been mapped.
So, I remapped the User Roles between WP and BB and now everything works as it is supposed to on the front end, but on the back end BB is now telling me that I have “No Users Matching That Request” under the Users page and no matter what search I run there are no Users listed anywhere on the back end.
Thoughts? I have integrated bbPress within the framework of WP, so maybe that is the issue, but it seems to be a DB disconnect.
I’m a not-quite-noob on WP/WPmu, and a total noob here on bbPress. I’m attempting my first integrated install, from scratch. WPmu latest (2.7 trunk as of a couple weeks ago) and bb 1.0 alpha 6. I thought I’d share a new-user experience… knowing that this kind of stuff is hard to remember later.
I’m wanting integration of users and logins, and went through the install with that in mind.
Anomalies, strangeness and bugs found:
1) It asks for both the site URL and blog URL. WPmu doesn’t have both items, so that’s confusing. Should mention that the same value can be copied in.
2) It doesn’t suggest the URL needs “http://” attached until after you save settings and get an error.
3) [suggestion] why not ask for the location of the WP/WPmu install, and pull the keys etc from wp-config.php??? That would save a ton of typing and confusion.
4) Once I got everything entered, it let me login ok… HOWEVER:
5) It quickly LOST all my settings and the database appeared broken. Here’s how:
* I clicked on “Admin” to go to the admin panel
* Went to Settings->WordPress Integration
* Set up role mappings and saved
* Either at that point, or with one more click (Save in User Integration), I was suddenly locked out and getting mysql connect errors in the header.
* Examining the page I was on showed the “advanced database settings” had defaulted to different info: apparently it used my admin login (user admin) rather than the WP db user/pass I had provided.
* It was impossible to reset this info on that page due to the DB connect error. [suggestion: maintain ‘admin’ login/pw in a bb_* table for emergency admin use of the WP connection breaks!]
* Confusingly, the DB info in bb-config.php is correct and I could not find the (wrong) wp DB info in any text file. Presumably it is stored in the bb-* database?!
My workaround, which is now in use: hand code the settings (
$bb->user_bbdb_user
etc) intobb-config.php
. That works.Bottom line: either the integrated installation process, or perhaps the settings->Integration page, is busted.
Hope that helps!
[PS: I’m the author of the wptuner performance analysis/debugging plugin for WP/WPmu. Would a BB version be helpful?]
BadBehavior is one of my favorite plugins for web-apps, EVER. You can insert it on pretty much any php driven site, even SMF and IPB, so I went one extra step and slapped the ‘standard’ bbpress plugin header to make it a plugin.
I do not support BadBehavior, so if these directions don’t work, I can’t really offer much help, and for that, I apologize. That said, it’s really straight forward, and using this and Akismet, I’ve had very few spammers on my blog/forum since I co-mingled them in November.
1) Download Bad Behavior (current version 2.0.26)
2) Put the file
bad-behavior-generic.php
and the subfolderbad-behavior
into your my-plugins folder so it looks like this:my-pluginsbad-behaviorbad-behavior-generic.php
my-pluginsbad-behaviorbad-behavior(many files)3) In
bad-behavior-generic.php
change this:<?php
/*
Bad Behavior - detects and blocks unwanted Web accesses
Copyright (C) 2005-2006 Michael Hamptonto this:
<?php
/*
Plugin Name: Bad Behavior
Version: 2.0.26
Description: Deny automated spambots access to your PHP-based Web site.
Plugin URI: http://www.bad-behavior.ioerror.us/
Author: Michael Hampton
Author URI: http://www.homelandstupidity.us/
License: GPL
Bad Behavior - detects and blocks unwanted Web accesses
Copyright (C) 2005-2006 Michael Hampton4) Activate bad-behavior as a plugin in the bbPress admin side.
Now, this DOES NOT give you the tracking like it does in WP. I tried to find a way to make all that work, but it kept telling me things existed. It’s probably because I’m sharing DBs, but that’s okay by me. I’ve been using it this way with the 1.0-alpha string of installs without issue.
I hope this helps someone else out
After doing the bbpress integration on my wordpress 1.7 the registration captcha has stopped working on my wordpress page. After entering in the captcha and clicking register I get “ERROR: You didn’t correctly enter the captcha, please try again.” Any thoughts?
Can posts to multiple blogs on an WPMU site be visible as topics on a common bbPress forum?
I’m looking for software that enables users to organize their work in their own blogs , but have each of their blog posts also be displayed as a new topics in a common forum. Does bbPress and MU work together this way, or does bbPress only create forums that are related to a single blog?
I’m not a WP or PHP developer, and have been looking for this feature on any platform. Thank you for you help.
Bill (bbPress at nobsys dot net)
One thing which I liked of Vanilla forum is the smooth ability for any user to add any number of custom label/value pairs into his/her personal profile.
This is nice as anyone willing to list any custom information like links to twitter, blogs, flickr, home address, phone number, age, chat, birthday, sex, whatever, can do it without effort, and the interface is kept really clean and smart.
Is there anything the like in bbpress, which I couldn’t yet find, please?