bbPress plugins work identically to WordPress’
Everything you’ve listed is entirely possible with bbPress, but as several of those features aren’t yet available for bbPress. You will need to do a lot of custom work, especially if you want to get a private messaging system working. That work will, obviously, require some coding expertise.
I’m not a website developer. I’m just a user of WP for two sites. I have a third site that I had a developer set up which is a forum and it is run with phpbb (he said this is what I should use).
What frustrates me is the huge DIFFICULTY in installing a “mod.” I don’t want to have to contact my web developer to install a mod every time I need one. That’s why ALL my websites (except this forum one) are run on wordpress – I can install/change just about anything on it myself within seconds.
What I’m wondering is, if I switch to bbpress is the installation of plugins just like wordpress? I don’t have any problem with that because it’s just click on a couple of buttons. Phpbb on the other hand, requires me to edit files and write code for a “mod” installation. It’s time-consuming and drives me nuts.
My forum is http://www.ForumJudo.com if that matters to your recommendations. I just basically want a site where users can send/receive private messages, vote on posts, post video/audio files, start topics, mods can delete posts & ban users, etc., and possibly a chat feature in the future.
I just know that phpbb is too difficult to install “mods.” I don’t want to learn code.
Thanks for any advice on this!
Hi,
My website recently went live, and despite experiencing problems with bbpress in the past, I decided to use it to host my forums.
Everything’s working out so far (knock on wood), except that the unique post anchors (http://website.com/forums/topic/topic-title/#post-1234) that show up, for example, in the ‘recent replies’ widget are giving the following error:
`Warning: Cannot modify header information – headers already sent by (output started at /home/content/74/10646774/html/index.php:1) in /home/content/74/10646774/html/renewal/wp-includes/pluggable.php on line 876`
Caveat: I have permalinks set to numeric and have installed WP in a subdirectory (in this case, “renewal”) which I now use as the wordpress URL while keeping the site URL as http://domain.com so that I didn’t have to move the wordpress directory.
All forums work fine, and navigating topics isn’t an issue–it’s only these unique post IDs that are throwing the error (and rendering the above-mentioned bbpress widget useless).
Any suggestions?
Hi Patti,
Sounds like you may be a bit confused. bbPress.org is the support forums specifically for bbPress, which is a sister project to WordPress.
Unless your sites are hosted on WordPress.com, any issues you’re having logging in are specific to your installations, and not to any central server anywhere.
i have to pay for this?
Hopefully not. A quick Google search found this plugin, though I’m not sure how well it works.
bbPress disables shortcode execution within it’s output, so that non-privileged users can’t gain access to all of the shortcodes available within WordPress. The problem is that shortcodes don’t come packaged with role/capability restrictions on their usage, allowing anyone that can create topics or replies to use any available shortcode. This is risky, so we globally disallow them.
I’m running the latest version of everything…
bbpress 2.2.4
BuddyPress 1.7
WordPress 3.5.1.
Hi. is there something wrong with the servers somewhere? I have 2 wordpress accounts and I keep timing out trying to signin to them.
Help
Patti Jacko
I went to #freenode’s IRC channel for #wordpress and I tried to find help there.
They directed me to :
https://codex.bbpress.org/step-by-step-guide-to-creating-a-custom-bbpress-theme/
But on Step 6 where it says to copy everything in wp-content > plugins > bbpress > bbp-themes > bbp-twentyten into your child theme folder I’m stuck.
There is no wp-content\plugins\bbpress\bbp-themes directory in the latest bbpress.
Outdated instructions… 🙁
I wish someone would step in and clear things up.
This page seems a little more udpated with the correct file structure. I guess I’m going to delve into this a bit more:
https://codex.bbpress.org/theme-compatibility/
I have installed bbpress, and I can use everything in the dashboard to set up the forum and create topics, etc. But when I go to forum I created there is nothing there. I am using the Mercato Premium WordPress Theme. Can you help me find out how to get the forum to show in my template.
I think I know what’s going on. Created a ticket in trac https://bbpress.trac.wordpress.org/ticket/2302
Hi Guys,
I am moving a medium sized forum from one WordPress site to another existing site.
Everytime I use the WordPress exporter / Importer it works, but is missing the Topics. I have tried doing it on a database level but keep over writing existing data on the current site.
I’ve noticed there is a specific forum importer but doesn’t offer any import from current bbpress 2 forums.
Any advice?
Thanks
Ok, we figured it out. The problem comes from the french version of bbPress. The latest version is over a year old and it’s based on an older version of bbPress, so it doesn’t show replies…
This puts us in a bit of a bind, but at least now we know what the problem is.
Btw clickmac, I noticed I couldn’t see the replies in the link you posted for your site, just a bunch of empty space. I had the same thing happen when I tested bbPress on a clean install of WordPress. My collegue had me try it with IE and there they were. So with Firefox you don’t see anything. For more info :
https://bbpress.org/forums/topic/user-profiles-topics-created-and-replies-dont-show-up-for-me-either/
I guess i have the same problem as you my file is different from moebis´ and so i could not find the correct lines.
I´m not a coder but i can assure you that i know how to copy and paste 🙂
But you´re right, maybe i´ll start with BP 1.6.5 and use this Nice PLug to get the project as I wish for now. I have a similar project as Yours but very smaller
A district site ( with maybe 4 to 10 ) and with subforums like Health, Education, Secutity, Traffic, etc.
So for instance:
Brooklyn:
–Health
–Education
–Traffic
Queens:
–Health
–Education
–Traffic
But i still have some concerns about future updates, you know. i´m a bit stucked 🙂
At least one response Fraternity 🙂
It seem that matter are kind of…forgotten
For my kind of site/ project this would be perfect.
Also i´d like to mention a hidden (at least for me) fact: on a new install of bp 1.7 + bbpress we have no choice to stay with the now “retired” bp forum compnent.
I´m telling you that because with the old forum component + we can achieve buddypress subgroups and subforums aswell.
moebis…where the hell are you ? 🙂 we need your hack. please elaborate a bit more …
Exactly, it’s 1.2 version… Sorry, I’m a bit new to wp & related so I don’t know the history…
Thanks
Optionally you can restrict access through functions.php using a function with !current_user_can( ‘publish_pages’ ) and add_action( ‘admin_init’, ‘no_admin_access’, 1 )
https://bbpress.org/download/legacy/ – has info on older versions
Its probably 1.2 which i think is that last standalone version. bbpress is much better if its running inside of wordpress, it eliminates issues with members.
I would install WordPress and then activate bbPress through the plugin version.
Yes, sure
`
AuthType Basic
AuthName “wp-admin”
require valid-user
AuthUserFile “/home/vssracin/.htpasswds/public_html/vssracing/wp-admin/passwd”
Files “admin-ajax.php”>
Satisfy any
Order allow,deny
Allow from all
/Files>
`
Hello. I’ve just switched from wampserver to ampps by softaculous, because it’s python/perl default integration, and I’ve also noticed their script installer. And there is WordPress in CMS/blog scripts, and also bbPress in forum scripts. I was curious, and I’ve installed bbpress, and this isn’t a wordpress with bbpress plugin already installed, but it’s only bbpress, standalone, strict forum without pages, posts, everything that wordpress has, but only with very similar to wordpress file structure and dashboard. But here it can be only downloadable as a plugin, and I’ve also see this nowhere yet… Is this maybe a softaculous’ “version”, that they integrated a plugin in wp engine, so that plugin can run? It’s very interesting thing, but it’s limited extendability bothers me, you can’t install new themes or plugins.
I’m now confused with this “standalone” bbpress, anyone knows more about this?
Thanks
Can you post your full .httaccess?
if you search the wordpress plugin repository for “avatar” or “bbpress avatar” you will find several options
https://wordpress.org/extend/plugins/search.php?q=bbpress+avatar
https://wordpress.org/extend/plugins/search.php?q=avatar
this one looks good, and explicitly supports bbpress
https://wordpress.org/extend/plugins/wp-user-avatar/
this one works too
https://wordpress.org/extend/plugins/user-avatar/
you may also need to grant forum users upload permissions using something like User Role Editor
https://wordpress.org/extend/plugins/user-role-editor/
sam
I’m using bbpress 2.2.4, wordpress 3.5.1
If I edit a (non-sticky) topic created by another user and change the forum that the topic should be in – the topic is saved properly but it is made sticky. This only occurs if I am editing the topic on the front end (using the admin links). Changing the forum from the back end (wp-admin) does not cause the topic to become sticky.
Any idea what’s happening here?
Update to update: the problem is not fixed. Mea culpa.
Does anyone have a solution to this?
Stephen, could you tell us which plugins have avatar support for bbPress? I haven’t been able to find any.
Thanks