Search Results for 'bbpress'
-
Search Results
-
I receive the following error after install:
Parse error: parse error, unexpected T_VARIABLE in …/forum/config.php on line 18
The code relevant to line 18 is:
// The full URL of your bbPress install
$bb->uri = ‘http://thebigo.ejoculation.com/forum/’;
I’ve tried editing this to:
// The full URL of your bbPress install
$bb->uri = “http://thebigo.ejoculation.com/forum/”;
… as suggested in similar instances, but receive the same error.
It’s official, I don’t know the answer and I’m forced to admit there are smarter people out there than me. Can someone please help?
Topic: WordPress-MU and BBPress
Hello everyone
Am I right in presuming that BBPress works just as well with WordPress-MU as it does with WordPress?
thanks
Amit
Topic: Strange posting problem
When I write a new post and hit the submit button, I get redirected to my main root blog page with the address bar reading “http://www.example.com/forum/bb-post.php”. It’s like the bb-post.php page doesn’t exist but it surely does, in fact my girlfriend is having no trouble posting to it as we speak! I’ve goten a few one-word posts to go through randomly but every other time, it kicks me out to my main root page. I have no idea what’s going on, I tried the “Fix bbPress
(0.8.1-1)” plugin and that didn’t help.
Has anyone seen this before?
Topic: New hook in bbpress
Hi,
It would be nice if there were a new hook implemented in the function : function bb_new_user( $user_login, $email, $url ) in the pluggable.php file. We want to implement our own algo to create a password for a registrar. So a hook before the new user is added to the database, would be most welcome. That way we can modify the password using a plugin before it is actually saved to the db.
grtz,
michel.
Topic: proplem after installing
After installing the bbPress, i can’t see my topics, forums, tags… (everything) i tried everything but i cant fixed

Topic: bb-Bluesands
I just wanted to mention that I’ve finished up my bb-Bluesands theme as a complement to my Bluesands theme for WordPress. Feel free to download and test it out – and let me know if you run across any bugs.
When I add the line
require_once(‘path/to/wp-blog-header.php’);
to my bbpress “config.php” file in order to give access to WordPress’ functions: my forum doesn’t load and I get the following message instead:
Warning: require_once(path/to/wp-blog-header.php) [function.require-once]: failed to open stream: No such file or directory in /home/thewayev/public_html/forums/config.php on line 12
Fatal error: require_once() [function.require]: Failed opening required ‘path/to/wp-blog-header.php’ (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home/thewayev/public_html/forums/config.php on line 12
It doesn’t seem to matter what line I put the code on, and as far as I know I’ve carried out every other integration procedure listed with no problems. Does anyone know what I’m doing wrong?
I have changed the encoding in my database, from latin 1 to utf8, and everything is ok except for the display of the usernames set in wordpress “display name” and brougt in to bbpress with the “use dispaly name”-plugin. When I use special characters like swedish å, ä or ö, or e.g. é, they show up like �.
I notice that in the bbpress database, special characters that I use in posts are stored with what I think is utf8 in the DB (e.i. they look strange), but/and they all look ok when displayed in the forum. Names in the wp_users “display_name” however are stored with the latin character but show up wrong.
The conversion was made following this manual: http://www.mydigitallife.info/2007/06/23/how-to-convert-character-set-and-collation-of-wordpress-database/
Any thoughts on this, anyone?
Thanks!