I just downloaded the zip file and uploaded the bbPress folder into the HTML directory and used <mydomain/bbpress> to set it up and am getting this message. I am using GoDaddy for hosting, yes.
Thanks.
Are you setting up a standalone bbPress install, or integrating with WordPress?
Also – who is your webhost… are you on GoDaddy?
I am entering the database user name and password and am getting an error message saying “there was a problem connecting to the database, please check the settings”. I set up the database and password correctly but bbPress will not let me go further. What do I do?
Thank you.
I’m a newbie with bbpress.
I just installed a new forum in a new folder “forum” and I want to know how to make some changes.
I want to change my url from http://my.site.com/forum/forum/my-topic to http://my.site.com/forum/my-topic
The default word after http://my.site.com/forum/ is “forum” can I change this?
I can’t find an option in permalinks.
If you’re looking for broad plugin support, you’re probably better off on bbPress 0.9.0.x for now… it’s going to take some time before a critical mass of plugins works for bbPress 1.0.x.
https://codex.wordpress.org/I18n_for_WordPress_Developers
Same concept for bbPress. You could make all those plain text if you like, they’re built that way by default for people who need to translate their sites.
So, I’m learning how to hack around these bbpress themes pretty nicely, but sometimes the php confounds me. For example, here’ some code from a basic front page:
<th><?php _e('Posts'); ?></th>
<th><?php _e('Last Poster'); ?></th>
<th><?php _e('Freshness'); ?></th>
Simple table headers, but what’s the point of the php? Why don’t I just slap the words in there exactly how I want it? Isn’t this just churning resources? Why wouldn’t I just do this:
<th>Posts</th>
<th>Last Poster</th>
<th>Freshness</th>
Thanks!
Trick is for bbPress functions, half of them are WordPress functions, just sometimes with bb_ on the front, so they behave essentially the same. A fair few others are just aliases to return data instead of outputting it (i.e. get_forum_link vs. forum_link). Beyond that though, yeah it’s all pretty undocumented, but it’s usually relatively obvious from the name and parameters it takes.
I’d love to be able to help right a bbPress Codex mind you…
Wow, those people have been around forever. I remember when Linux was first going public and I worked with Linux.com, those guys had the exact same list of products.
The web has moved away from threaded discussion formats in favor of conversational (due in part to comments becoming so prevalent on web sites and eventually blogs). There were numerous papers on it years back, though they may be hard to find now. Here’s one blog post on the subject, which does an adequate job of explaining some of the pros and cons: http://climbtothestars.org/archives/2008/06/02/against-threaded-conversations-on-blogs/
It can be accomplished with bbPress, with a little elbow grease, but I definitely don’t think it should rate on the list of core upgrades included in the next release.
@gouri, bbpress is standalone software that is meant to run by itself, or alongside practically anything you choose. In the case of deep integration, if that’s your plan, yes it will work on either WordPress.org or WordPress µ
Google? Animated fire gifs have been around longer than bbPress, BuddyPress and WordPress put together…
but it doesn’t work with the latest version of bbpress and where do we find a animated gif
Can I use bbPress on a self hosted normal wp blog or is it meant only for MU?
delayedinsanity, you beauty. As far as I can see, this is the problem. I switched to using wp-load.php and the status in the header is 202 without my hack. What’s more, it corrects this issue:
https://bbpress.org/forums/topic/wpmu-284a-deep-integration-breaks-rss-feed
Many thanks.
So to sum it up. I was previously doing the following in bb-config.php for deep integration:
require_once('/var/www/vhosts/youlookfab.com/httpdocs/wp-blog-header.php');
But it broke RSS feeds and put 404 headers in my forum pages. The following seems to solve both issues:
require_once('/var/www/vhosts/youlookfab.com/httpdocs/wp-load.php');
Sam was notified a while ago about the problem. I’m betting there are more important things to worry about.
There was a plugin to allow for a threaded forum. It’s almost a year old though:
https://bbpress.org/plugins/topic/threaded-posts/
Do I need to create a new database or use the existing WP database?
Thank you.
I migrated my forum from another forum software (SMF > phpbb >bbpress), so I already had lots of posts. Whenever I want to edit a post that was made before the migration, the whole layout breaks. If it had chapters, it won’t have any chapters. If you quote an older post that the whole layout of that post breaks.
Is this a common problem? How can this be solved?
Maybe I need to run a SQL query? To update all the older posts?
The very, very first link in this thread (where it says download ‘here’) works:
http://members.lycos.co.uk/wmnkhayal/files/phpbb3tobbpress%20converter.tar.gz
but that’s the version without any fixes
Hi All, very interested in a phpbb3 to bbpress converter. Have searched all over and I keep getting linked back to this post. Any updates?
Glad to see what I am saying confirmed with independent realworld proof.
Pleased to be of service. 
BTW, just how big is your site that you require multiple db servers?
I don’t know of a single WordPress+bbPress install, other than Automattic’s that are using multiple db servers.
(unless of course you are running other apps that have heavy db use or maybe for backup replication)
It’s more for redundancy than anything else, although before we got opcode caching in and had optimised some plugins involved we were catching traffic surges when our client tweeted new posts that were making us very very glad we had that much capacity.
The Hot Topic plugin has a flaming icon – you could just replace it with an animated gif instead:
https://plugins-dev.bbpress.org/browser/hot-topic/trunk/hot-topic.png
Or just change this file name in the settings are of the plugin:
$hot_topic=”<img class=’hot_topic’ src='”.$hot_topic.”hot-topic.png’ />”;