Translation is not bbPress 1.0 ready? In Finnish translation same.
Like new bbPress 1.0.2. Thanks to all.
Hi,
I was wondering if anyone had any knowledge about how to do this?
Thanks,
Amy
I’m looking at incorporating phpFreeChat into my WordPress site. I’m not sure if it can be directly integrated into bbPress; however, it may work if ‘deep integration’ is used (Sorry for mentioning DI, Sam).
phpFreeChat is free, unless you remove the link button to their site, then there is a price structure that is based on the type of website you are hosting.
Here’s the link that discusses WordPress integration:
http://www.phpfreechat.net/forum/viewforum.php?id=10
It is a little complicated to do it as it requires a lot of database modifications. I can do it for you. You can email me at rohan [at] rohan-kapoor.com
The bees came about because every icon idea we tried to literally represent those sections’ “posts”, “forums” and “topics” were too similar to other existing icons in the menu or too ambiguous or just plain dull.
In the end we threw around some ideas which would simply be memorable and maybe have some semblance of a hierarchy to them. The hierarchy thing didn’t really work out 100% in the end, but the icons are certainly memorable, plus it gives me a few graphic motifs to use in bbPress collateral.
If you edited the kakumei files directly, simply rename that folder, ie.
kakumei -> my-kakumei
Then you can copy the original kakumei from the bbPress 0.9 zip.
Could i try to put to new install pack old bb-login.php from bbpress 0.9.0.4?
Disable all plugin… update. Same problem… I use a modified bbPrress theme in bb-templates from 0.9 and don’t update this on bbpress update to newest version… Is problem there?
Hi all,
i’ve recently found exactly the theme i would like for my bbpress… it’s the theme used for buddypress forum ( http://buddypress.org/forums/ ) is there someone who have one that looks like this one or know where i could have this one?
thanx…
One thing I see that changed in 0.9.0.5 is Sam put exit; after all the redirects.
In my experience I have found some weird behavior where redirects don’t happen in some cases because the exit will happen before headers are sent for the page. It shouldn’t put it does in some PHP versions/apache configurations. Probably because of buffering.
So as an experiment, maybe try editing the core file bb-login.php (not the template)
See this change:
https://trac.bbpress.org/changeset/1939/branches/0.9/bb-login.php?old=1888&old_path=branches%2F0.9%2Fbb-login.php
Put a comment in front of that exit;
bb_safe_redirect( $re );
// exit;
and see if that makes it act any differently.
It’s possible I broke something in the new bb_safe_redirect however I have tested it working and I have not seen any other complaints (and there have been several registrations on my site).
Actually I just noticed you said it doesn’t work with 0.9.0.5 which didn’t have my change.
Have you tried deactivating your plugins temporarily to see if any interfere?
Let’s look at what changed from 0.9.0.4 to 0.9.0.5
https://trac.bbpress.org/changeset?old_path=%2Ftags%2F0.9.0.4&old=1898&new_path=%2Ftags%2F0.9.0.5&new=2131
I want to use same user name and password within two databases, one is from bbpress_forum and another is from my_info database.
So I exported the data from my_info database and imported them into the bb_users table in bbpress_forum database, it is good.
I created a new table, its structure and data are same as bb_usermeta, but when I imported those data into bb_usermeta. I got the format problem about meta_value ( a:1:{s:6:”member”;b:1;} ). Does it make sense for the meta table? Please give me a help.
Hello chrishajer,
I am running WordPress 2.8.2 and BBPress 1.0. I have put it into a file called functions.php in the kakumei dir. because I am using the kakumei theme.
I noticed that the new functions file is address to wordpress mu. and I am not running wordpres mu. what should I do now. what code should I put in the header to call that functions to deliver the header. I know also that I neeed to change “wordpress_mu_primary_blog_id” to some that call the regular wordpress but what itis?
THANK U for sparing some time and help with me!
I think the bees were the idea of the new icon designer,
I guess they picked up on bbPress as “bee-bee” Press. LOL
If you are using 1.0, create a file called functions.php in your current theme directory, and put all that code into it.
If you’re using less than 1.0, you can create a plugin from that code. Just add a plugin header to the top of all that, like this:
<?php
/*
Plugin Name: WordPress pages for bbPress
*/
?>
And put it into file called something like wordpress-pages.php and drop that into folder called my-plugins at the same level as bb-plugins. If the folder is not there, you can create it. After it’s in the folder, log into the admin, you should see it there, then activate it. And report back how it worked for you.
Thanks
Looks great! I quite like the gravatar size, the current ones are way too small IMO. I don’t understand why the bees are everywhere though.
It seems whenever I use any ‘include’ statement, I get this type of error:
Warning: include_once(/wpm/wp-load.php) [function.include-once]: failed to open stream: No such file or directory in /home/jwrbloom/public_html/wpm/bbpress/bb-config.php on line 4
That’s what I’m getting now with what is recommended at the top.
Hi, in many SNSs users can create their own group and manage on their own. I’m wondering if there’s any bbpress plugin available for doing this? Thanks!
No i didnt find any plugins for older versions.
Yes, thats what i am looking for: Just have a chat function that a logged in member could use, without having to log in again to something else.
If it is integrated in bbpress, so members dont have to use an external program.
Ok. So I don’t want my wordpress anymore. However, I do want the forum. So what i need is the members from the site to be transfered to the forum with all their information intact along with the topics. I also want to move the forum from bbpress to the root. Thanks in advance.
That makes sense, I’ll stick with a vanilla include then, I’d rather have my themes be fast and simple.
Hi,
I update 0.9.0.4 -> 0.9.0.5 and see blank page in register.php and won’t log in. Update to 0.9.0.6 and see blank page in register.php and won’t log in. I download from backup 0.9.0.4 and work good. Don’t understand why new bbpress 0.9.0.6 don’t work… Sorry bad English.