Search Results for 'bbpress'
-
Search Results
-
Topic: where is my bb-admin ?
I install a WP2.5.1 and then trying to integrate bbpress with it.
but mayde due to permission issue, there is error when installing, so I manaually modified bb-config.php according to related document.
but after integration, bbpress admin panel disappeared, even I login as admin and then manually type the bb-admin url, it redirects me to bb-press main page.
Some part of bb-config.php as below, I think it is possiblly the cause(P.S. db prefix for bb is bb_ , db prefix for WP is wp251_):
// If you are running multiple bbPress installations in a single database,
// you will probably want to change this.
$bb_table_prefix = ‘bb_’; // Only letters, numbers and underscores please!
$bb->new_keymaster = ‘admin’; // or whatever the name of the account is.
// Change this to localize bbPress. A corresponding MO file for the
// chosen language must be installed to bb-includes/languages.
// For example, install de.mo to bb-includes/languages and set BB_LANG to ‘de’
// to enable German language support.
define(‘BB_LANG’, ”);
// If your bbPress URL is http://bbpress.example.com/forums/ , the examples would be correct.
// Adjust the domain and path to suit your actual URL.
// Just the domain name; no directories or path. There should be no trailing slash here.
$bb->domain = ‘http://myeasymaster.com/bbpress902/bbpress/’; // Example: ‘http://bbpress.example.com’
// There should be both a leading and trailing slash here. ‘/’ is fine if the site is in root.
$bb->path = ‘/’; // Example: ‘/forums/’
// What are you going to call me?
$bb->name = ‘New bbPress Site’;
// This must be set before running the install script.
$bb->admin_email = ‘webmaster@myeasymast.com’;
// Set to true if you want pretty permalinks.
$bb->mod_rewrite = false;
// The number of topics that show on each page.
$bb->page_topics = 30;
// A user can edit a post for this many minutes after submitting.
$bb->edit_lock = 60;
// Your timezone offset. Example: -7 for Pacific Daylight Time.
$bb->gmt_offset = 0;
// Your Akismet Key. You do not need a key to run bbPress, but if you want to take advantage
// of Akismet’s powerful spam blocking, you’ll need one. You can get an Akismet key at
// http://wordpress.com/api-keys/
$bb->akismet_key = false;
// The rest is only useful if you are integrating bbPress with WordPress.
// If you’re not, just leave the rest as it is.
$bb->wp_table_prefix = ‘wp251_’; // ‘wp_’; // WordPress table prefix.
$bb->wp_home = ‘http://myeasymaster.com/wordpress251/wordpress’;
// WordPress – Options->General: Blog address (URL) // No trailing slash
$bb->wp_siteurl = ‘http://myeasymaster.com/wordpress251/wordpress’;
// WordPress – Options->General: WordPress address (URL) // No trailing slash
/* Stop editing */
define(‘BBPATH’, dirname(__FILE__) . ‘/’ );
require_once( BBPATH . ‘bb-settings.php’ );
?>
I’m trying to upgrade BBPress 0.8.1 to 0.9.0.2.
I’ve followed the instructions to the letter and all is fine until I try and login as admin.
I get the message:
“Database upgrade required. It looks like your database is out-of-date. You can update it here”. When I click “Upgrade Database” after 10 minutes or more I get a php script timeout error.
Any ideas?
Seeking a consistent theme across WP and BBpress, I added:
require_once(‘../wp/wp-blog-header.php’);
to the top of my bb-config.php file.
Everything is looking good from the aesthetic perspective but the bb-admin section now won’t load. Also, try and close/move a topic for example won’t work as they rely on functions loaded in the admin section.
Should add, I am logged in as the admin. I’m not redirected, just get a blank page, which on my host indicates a php error. Also, I commented out the require_once line in BB-config.php and it went back to working fine (though I then, of course, lose my consistent theme).
Any ideas?
guys help problem here my word press pages displays error file not found after I install bb press for its forum i now uninstall it now the problem is my word press wouldn’t display either please help guys
XDForum, another WordPress forum plug-in, stopped development a few months ago.
For anyone considering converting their XDForum to BBPress, I’ve posted detailed instructions for converting XDForum tables to BBPress tables on my site. The instructions include a method for tagging your existing content.
I looked for something like this a few months ago and couldn’t find it. Hopefully, someone will find this useful. The result of the conversion can be viewed here…
Topic: WP Integration: permalinks
Are permalinks meant to work with a WordPress integrated forum?
I configured my bbPress installation to use permalinks but clicking on one sends me to a 404 error page on my blog.
Topic: “add new topic” broken?
So I have intergrated bbpress into our website and it seems to be working pretty well. I used two plugins “private forums” and “approved registration”, which has also worked well.
A couple posters pointed out to me an issue today? The “add new topic” link pulls up the form to add a topic… but when you “send post” it gives an error message:
“This topics has been closed”
The only way for users to add a new topic is to choose the forum they want to add it to and then scroll down and use the form on the forums page. It works and with the small number of users is ok… but hopefully the number of users grow, which it will become an issue.
Can anyone point me in the direction of a fix?
Here’s the link to the bbpress on our site: http://www.ditschfitness.com/forum/
thanks
Hi, I’ve managed to integrate a fresh install of both WP and bbP successfully up to the point before integrating the WP header/theme.
Despite the overhead I’d like to use the method described at http://bbpress.org/documentation/integration-with-wordpress/ but when I use this method nothing happens; the forum remains looking the same.
I’m using a full URL address (i.e. http://) to call the blog header because a relative address doesn’t appear to work and I can’t seem to get the absolute address correct.
Any ideas?
Topic: Bozo explanation please?
Hello
So a user posts an obnoxious comment and I mark him as a bozo. He is now listed under Users – Bozos. I can still see his comment in the forum though, so perhaps that’s because I’m logged in as a keymaster. So I log out, and the comment is still there.
Please could someone tell me how the Bozo setting works? Now that he’s marked as bozo, will it make any future posts from him ‘invisible’? Does it work by IP address or user login? How does it show him his posts, but nobody else?
Using 0.9.0.2 BBPress intergrated with WP
Thanks!
Hi I’ve got these two problems which may be related.
Login problem
I believe I followed the instructions for integrating my blog and bbpress correctly.
However if I log into my blog (which is here) I am not also logged into bbpress (which is here). If I then log into bbpress, I am logged into both.
How can I make it so that when someone logs into either they are logged into both?
Editing profiles
None of my bbpress users can edit their profiles, including me. If they change anything on their profile page and click Update Profile, nothing happens
Can anyone help me with these two problems? Are they related?
Topic: Digg Integration
in wordpress to integrate digg in a posts automatically I use code like this
digg_url = '<?php the_permalink() ?>';
This does not work (obviously) in in bbpress, so can anyone tell me what the equivalent of the permanlink is?