I’m trying to set up a forum on a beta (read: fresh) install of WordPress before I move it over to live. However, I can’t get any widgets to show up on the forums, no matter what theme I am using. Instead, all I get is a 2/3 width forum and a blank widget sidebar.
What can I do to fix this?
Hi, Trifon,
I also have trouble installing bbpress in my WordPress.
I do follow the instructions on https://codex.bbpress.org/getting-started-with-bbpress/
1. I go to the Add plugin section.
2. I find bbpress.
3. I install it.
4. I activate it (Here, when clicling the Activate button for the first time, the system says “You do not have the priviliges …”,, so I click the Activate button again and then it works. So I do manage to install bbpress. It is visible in the list of my plugins. Everything seems OK.)
5. But the problem is that bbpress does not appear in Settings sections (menu of wordpress on the left). So I do not know how ta access it, work with it.
I would be greatfull for some further instructions.
From what I can see, Enfold is just another WordPress theme that has edited some bbPress CSS and files. If that’s the case, then everything will be fine — you’d still be using your WordPress install with the bbPress plugin, so your tables wouldn’t go anywhere.
After turning on the automatic upgrade for my plugins, one day I walk in the forum page of my website and I get this
http://qassoom.me/techie/forum/the-assembly/
I am using PHP Ease theme
http://www.php-ease.com/wordpress/themes/framework.html
Wordpress Version 3.5.2
bbPress Version 2.3.2
Your help will be more than appreciated!!!
@Rasheed you are great man, its working 🙂
i was following the below links and i was just stuck ( it was not working)
https://codex.bbpress.org/bbpress-in-your-language/
http://www.anttivaihia.com/blog/2012/06/how-change-language-bbpress-20
I think they should update the above contents to save others time as your solution works like charm 🙂
Once again thanks you very much
is this bbpress-ar.mo or bbpress-ar_AR.mo ??
i am confused now 🙁
Add the file “bbpress-ar.mo” to the path:
/public_html/wp-content/languages/bbpress/
@Rasheed
Thanks bro, really you made my life easy.
one thing more i have replaced the old file with this one how should i delete the cache as its not reflecting the changes
Thanks in advance
@Rasheed
Can you please share Arabic Language files for bbPress 2.2.3
I didn’t find it for latest version of bbPress
Thanks in advance
Hi all,
I installed the latest version of wordpress and then bbpress on top of it.
How do I install themes, like the ones that can be found here: http://bbshowcase.org/forums/view/available-themes/page/2? I searched through the web, but I couldn’t figure out how.
From https://bbpress.trac.wordpress.org/ticket/2151 ,here’s a quick hack to turn bbPress activity recording on, on sites that have the Discourage search engines option checked. Put this somewhere in functions.php or in your own plugin’s code:
<?php
add_filter( 'bbp_is_site_public', 'yourownprefix_enable_bbp_activity', 10, 2);
function yourownprefix_enable_bbp_activity( $public, $site_id ) {
return true;
}
?>
There are several tutorials on ow to create your own bbpress theme to work with your wp child theme, but none of them work. Can someone point me in the right direction or tell me how to do it?
I’m planning on making a WordPress theme that also works with buddyPress and bbPress. However, I cannot figure out how to create a custom bbPress theme that will be installed with my WP theme.
Thanks.
@aaclayton – currently using this plugin: https://wordpress.org/plugins/bbpress-unread-posts/
yes this plugin does add a meta key to each post for tracking unread status. Do you know of a better plugin that does this in a more elegant fashion?
Hi All,
I just updated WordPress, in doing so I can no longer see the links for the Forum that are normally in the admin sidebar (Forums, Topics, Replies).
I can see where they are meant to be as the space that is normally above and below it is still there.
I have disabled all plugins to make sure it wasn’t a conflict there.
Any ideas how to fix this?
Thanks,
Sam
Hi i want to add a button (create new post) which is when click user can able to make a new post…I will do just same like wordpress forum do here is the link( http://wordpress.org/support/forum/installation). I basically add the button that simple work in the same as like wordpress (Add new) button can do..
please guide me how can i do that, tell me the code if any aur where should i add the code.Thanks
I’m having the same issue. I designed the client’s site using Impact Page Builder. But when I use bbPress to set up forums, the option to assign an Impact template is not there. Therefore, the forum looks like this: http://northidahocvma.org/forums/forum/forum-2?preview=true&preview_id=607&preview_nonce=7b2aed77ba
Instead of having the Impact styling like this: http://northidahocvma.org/
I’m using the latest versions of both WordPress & bbPress with Twenty Twelve theme. Any other suggestions?
Good day everyone. Can somebody help with this. I just installed bbpress forum on my wordpress.org site. I created a forum topic. But when I log out from the site and click on the forum topic it displays this message “This Forum is empty”. When I logged in as an external site user the problem still remain.
Does anyone how I can fix this problem so that when an external user clicks on a forum topic, the forum will load properly and allow the user to leave a reply or comment.
Any advice will be greatly appreciated.
Thanks in advance.
I’ve designed a site using theme 2012 in WordPress 3.5.2, with Impact Page Builder for page templates.
Now I need to add 2 forums to the site but I don’t know how to format them so they have the same look created with Impact. I’m using bbPress 2.3.2.
Here is the link to the site: http://northidahocvma.org/
This is what the forum page looks like: http://northidahocvma.org/forums/forum/forum-2
Just instanciated a WordPress instance on my host. It works correctly there.
It must be something about my virtual machine.
thanks for any input.
WordPress version: 3.5.2
bbPress version: 2.3.2
Number of plugins: 1 (bbpress)
Active theme: Twenty-twelve
Environment: Virtual machine built with Vagrant.
Folder rights ?: All good.
Have I fiddled with bbpress source code ?: not yet.
I’m having the same issue as multiple topics I’ve seen here.
The Nonce hidden field is in the form (inspected with Chrome dev tools) but I always get the “ERROR: Are you sure you wanted to do that?”

Today I had a guest post published on WP Tavern which is largely about bbPress. It also talks about functionality like @ddean ‘s Topics for Posts plugin.