Search Results for 'bbpress'
-
Search Results
-
Topic: WordPress Integration
I am trying to make my wordpress blog integrate with bbpress but I think their might be a problem. I have two wordpress blogs in my webserver so maybe bbpress dont know with table to look.
This is if I log in first in bbpress without login in the blog
bbPress database error: [Table ‘libreexp_bbpress.wp_users’ doesn’t exist]
SELECT * FROM wp_users WHERE user_login = ‘admin’ AND SUBSTRING_INDEX( user_pass, ‘—‘, 1 ) = ‘fb756366af4998835a845e97addc3a3b’
bbPress database error: [Table ‘libreexp_bbpress.wp_users’ doesn’t exist]
SELECT * FROM wp_users WHERE user_login = ‘admin’
Log in Failed
This is if I log in to the blog first and then go to the bbpress
bbPress database error: [Table ‘libreexp_bbpress.wp_users’ doesn’t exist]
SELECT * FROM wp_users WHERE user_login = ‘admin’ AND MD5( user_pass ) = ‘d465d8c05bbf7c921e1fad84d4358e44’
bbPress database error: [Table ‘libreexp_bbpress.wp_users’ doesn’t exist]
SELECT * FROM wp_users WHERE user_login = ‘admin’ AND MD5( user_pass ) = ‘d465d8c05bbf7c921e1fad84d4358e44’
This is my conf file
// The rest is only useful if you are integrating bbPress with WordPress.
// If you’re not, just leave it as it is.
$bb->wp_table_prefix = ‘wp_’; // WordPress table prefix. Example: ‘wp_’;
$bb->wp_home = ‘http://macuserboricua.com’; // WordPress – Options->General: Blog address (URL) // Example: ‘http://example.com’
$bb->wp_siteurl = ‘http://macuserboricua.com’; // WordPress – Options->General: WordPress address (URL) // Example: ‘http://example.com’
Help please I would love to mac this two work together
Topic: PHPBB3 Converstion
We are excited about the possibility of converting from PHPBB3 to BBPress. However all the discussions about conversion seem to surround previous versions of PHPBB. Am I missing an appropriate thread? Does anyone have any suggestions?
Does anyone know if somebody may be working on this?
Thanks
Topic: WP 2.3 breaks bbpress?
I’ve just upgraded to WP 2.3 and now I can’t display the forum (that’s in a subfolder). Any one got an idea why and how to fix it?
“Cannot select DB.”
Topic: Translation
Last night I spent 4hours in translation my own version of a language file based upon a .pot file linked to via this http://bbpress.org/forums/topic/pot-file-for-bbpress-074?replies=20.
but now I have found an important sentence which was not included. How do I include this sentence in to my .po file?
the sentence is on the profile edit menu:
“To change your password, enter a new password twice below:”
kind regards
Mikael Boldt
I have setup a WordPress blog and a bbPress forum, installed setCookie plugin to WordPress and added $bb->usercookie, $bb->passcookies, $bb->cookiedomain and $bb->cookiepath preferences correctly (I assume) to config.php of the bbPress intallation.
Logging in and out works great, I can login from either WordPress or bbPress and it would login to both sites. But once I login, I cannot do any administrative changes (delete/modify posts) or even go to /bb-admin. Trying to delete a post will give me an error saying I don’t have enough priviliges, and going to bb-admin will just redirect me to homepage. (And my user level is key-master.)
But once I comment out the cookie info from the configuration file, it works as it’s supposed to.
Any ideas how I can fix this?
Hi. I’ve just installed bbPress for first time. Can’;t for life of me find how to make a topic stick. I’ve searched the forums and seen references to making a topic sticky and differences between making it stick to forum or front page…but I can’t see anywhere when posting a topic where I can do this.
Help please. I’m not usually this thick.
Topic: MachForm Forum
There aren’t lot of changes, but bbPress by far is the most easiest forum to integrate with my site theme.
Please take a look if you have a minute:
Any comments are welcome.
Thanks for writing bbPress!
Oh btw, I’m using Drupal + bbPress for the whole site.