WPBeginner

Beginner's Guide for WordPress

  • Blog
    • Beginners Guide
    • News
    • Opinion
    • Showcase
    • Themes
    • Tutorials
    • WordPress Plugins
  • Start Here
    • How to Start a Blog
    • Create a Website
    • Start an Online Store
    • Best Website Builder
    • Email Marketing
    • WordPress Hosting
  • Deals
    • Bluehost Coupon
    • SiteGround Coupon
    • WP Engine Coupon
    • HostGator Coupon
    • Domain.com Coupon
    • Constant Contact
    • View All Deals »
  • Glossary
  • Videos
  • Products
X
☰
Beginner's Guide for WordPress / Start your WordPress Blog in minutes
Choosing the Best
WordPress Hosting
How to Easily
Install WordPress
Recommended
WordPress Plugins
View all Guides

WPBeginner» Blog» Tutorials» How to Add a Forum in WordPress with bbPress

How to Add a Forum in WordPress with bbPress

Last updated on February 25th, 2013 by Editorial Staff
153 Shares
Share
Tweet
Share
Pin
Special WordPress Hosting offer for WPBeginner Readers
How to Add a Forum in WordPress with bbPress

Bulletin boards and forums are good old reliable tools to build online communities. There are plenty of open source forum softwares that you can install on your website. However, if you are running a WordPress site then integrating a third party forum with WordPress can be a mess. bbPress is the answer to that problem. In this article, we will show you how to add a forum in WordPress with bbPress.

What is bbPress?

bbPress is a forum software built the WordPress way. It uses your existing WordPress core which makes it really easy to add a forum in WordPress with bbPress. It is extensible, so you can add additional add-on plugins to extend the functionality. bbPress is light-weight and faster than other popular open source forum softwares.

How to install bbPress

bbPress is available as a WordPress plugin. You can install it like you would install any other WordPress plugin. Simply log in to your WordPress admin area and go to Plugins » Add New . Search for bbPress and then select bbPress from results. Install and activate the plugin. Upon activation you will see the welcome screen for bbPress.

bbPress welcome page

Creating a Forum with bbPress in WordPress

Once installed, bbPress adds Forums, Topics and Replies menu items in your WordPress admin.

bbPress admin menu items

Click on Forum » New Forum. This will take you to a screen similar to WordPress post edit area. Provide a title for your forum and enter a little description of it. Then press the publish button.

Creating a new forum in bbpress

Displaying bbPress Forum in the Front End of WordPress

Now that you have created a few forums, it is time to display those forums on the front end of your WordPress website. Create a new WordPress page. Give this page a title, like Forum, Community, Support Forums, etc. Paste the following shortcode in your page:

[bbp-forum-index]

Turn off comments and trackbacks on this page and then publish it.

Go to Appearance » Menus and add this page to your navigation menu.

Now when a user clicks on this page, it will show your main forum index.

Forum Index page in bbpress displayed in Twenty Twelve WordPress theme

Integrating bbPress with your WordPress Theme

In most cases, you would probably want to open your forum for new registrations. To do that you need to open your website for registrations.

Go to Settings » General, check the box next to “Any one can register” to allow registrations on your website.

Opening your bbpress forum for registrations

Now that your website is open for registration, the first thing that your forum participants would look for is a registration page. To create this simply create a WordPress page, and give it a title, e.g. Register. Add shortcode [bbp-register] and publish the page.

Another page your users would need is the lost password recovery page. Create another WordPress page, give it a title e.g. Lost Password. Add this shortcode to the page [bbp-lost-pass] and publish the page.

bbPress comes with a handful of widgets. Go to Appearance » Widgets to check those widgets. The most important widget that you would need is the (bbPress) Login Widget. Drag and drop Login Widget to your sidebar or any other widget area. Enter the URI(s) for the registration and lost password pages and save the widget.

bbPress log in widget settings

Now a login form with links to registration and lost password recovery pages will appear in your sidebar. Logged in users would see their usernames and a log out link instead of the form.

bbPress login form in sidebar

Managing bbPress Forum Settings

Unlike other popular forum software, bbPress has a very simplified configuration page. To manage settings for your bbPress forums, go to Settings » Forums. This is the bbPress settings page from where you can control several aspects of your forum.

bbPress forums settings page

The first option you would see on Forums Settings page is “Disallow editing after”. Default option for this setting is 5 minutes. This setting allows Forum participants to edit their posts after publishing. After this time they will no longer be able to edit their posts. However, a forum Keymaster or Moderator can over ride this setting.

The second option “Throttle posting every” 10 seconds is basically a forum flood protection measure. It allows you to control after how much time a new post should appear on the forum.

On the settings page you can configure forum and topic slug as well as the number of topics and posts to appear per page. You can also allow users to subscribe to topics or add topics as favorites.

User Roles in bbPress

bbPress comes with five pre-defined roles, each with different capabilities.

1. Keymaster – The website owner or the WordPress administrator is automatically assigned the Keymaster role when they install bbPress. A Keymaster can delete and create forums, can create, edit, delete all posts, topics, forums.

2. Moderators – Users with moderator user role have access to moderation tools, which they can use to moderate forums, topics, and posts.

bbpress moderator tools

3. Participants – This is the default user role, participants can create and edit their own topics and posts, they can favorite and subscribe to topics.

4. Spectators – Spectators have a read only access to public forums, topics and posts.

5. Blocked – When a user is blocked all their capabilities are blocked. They can still read publicly viewable topics and posts, but can not participate in the forums.

That is just how easy it is to create a forum in WordPress with bbPress. Ofcourse you can add other functionality by using over 100+ different bbPress plugins.

We hope that this article helped you learn how to add a forum in WordPress and how to install and configure bbPress. If you have any questions, best practice tips for working with bbPress or any other feedback, then please leave a comment below.

153 Shares
Share
Tweet
Share
Pin
Popular on WPBeginner Right Now!
  • Error Establishing a Database Connection in WordPress

    How to Fix the Error Establishing a Database Connection in WordPress

  • Checklist

    Checklist: 15 Things You MUST DO Before Changing WordPress Themes

  • Google Analytics in WordPress

    How to Install Google Analytics in WordPress for Beginners

  • How to Properly Move Your Blog from WordPress.com to WordPress.org

About the Editorial Staff

Editorial Staff at WPBeginner is a team of WordPress experts led by Syed Balkhi. Trusted by over 1.3 million readers worldwide.

The Ultimate WordPress Toolkit

186 Comments

Leave a Reply
  1. Amy says:
    Feb 24, 2014 at 6:13 pm

    I just installed and now I can’t access my webpage and the site is disabled. It says ‘the site isn’t redirecting properly’ and ‘Firefox has detected that the server is redirecting the request for this address in a way that will never complete. This problem can sometimes be caused by disabling or refusing to accept cookies.’ Any advice on how to uninstall if I can’t access my admin page? help!

    Reply
    • WPBeginner Support says:
      Feb 25, 2014 at 4:11 pm

      You can use FTP to connect to your website, in your root directory delete the .htaccess file. Try to access your website. If this step does not solve your problem, then connect to your site using FTP again. This time, go to /wp-content/plugins and delete the bbPress directory. Once you are able to access wp-admin area, don’t forget to go to Settings » Permalinks and save your permalinks settings again.

      Reply
  2. Vladimir Vasquez says:
    Feb 19, 2014 at 4:50 pm

    Thanks a lot, just what I needed :D

    Reply
  3. Tyler says:
    Feb 10, 2014 at 3:49 pm

    Installed the forum, created topics and stuff but my theme is Hero, and the forum text shows up white so you cant see it, how do I change the colors on the forum plugin?

    Reply
    • WPBeginner Support says:
      Feb 10, 2014 at 10:35 pm

      Please contact your theme support or if you know how to work with CSS in WordPress Themes, then look here.

      Reply
  4. rahul bonde says:
    Feb 4, 2014 at 5:11 am

    I just added bbPress to my WP install and the WP logins now all work in bbPress but how can reply user in forum topic

    Reply
  5. watfordkev says:
    Jan 18, 2014 at 11:09 am

    Great article – got me out of the blocks with bbPress, thank you!

    Reply
  6. Satheesh Lakshmanan says:
    Jan 18, 2014 at 7:30 am

    Can any one tell me perfect buddy press site !

    Reply
  7. Olayinka Erinfolami says:
    Jan 13, 2014 at 4:49 am

    Thank you for this important article which i find most helpful. I have created a forum but the topic i created for it is not coming up in the forum. Please what could be the problem?

    Reply
  8. Tom Muckian says:
    Jan 11, 2014 at 2:06 pm

    Wow, that was so easy! Thanks, you did a great job.

    Reply
  9. Aaditya says:
    Dec 23, 2013 at 4:58 am

    really great work thanks…
    can you suggest us support plugin for bbpress means how can we improve or include more bbpress options..

    Reply
    • WPBeginner Support says:
      Dec 23, 2013 at 3:18 pm

      bbPress website has a plugins section. You can also search for bbPress plugins in the WordPress plugin repository.

      Reply
  10. Ashok Saini says:
    Dec 19, 2013 at 6:17 am

    hi…this is really helped…great work….
    thanks…

    may you tell me, how to add topic in category…for example i want a category named as technology and then i want to add articles in this category…

    i couldn’t find this option in bbpress..

    Reply
    • WPBeginner Support says:
      Dec 19, 2013 at 2:59 pm

      Ashok you would create a new Forum in bbpress and call it technology then you or your users can create topics inside technology forum. You can create multiple forums and sub-forums.

      Reply
  11. Kevin says:
    Dec 16, 2013 at 10:14 am

    Well done! I rarely post comments on how-to articles and perhaps I’m jumping the gun because I haven’t actually installed bbPress yet but your article has inspired me to get going on it.

    Concise and informative without a bunch of “funny stuff” fluff. Hopefully, it goes as smoothly as your article reads. Thanks.

    Reply
  12. Rahul says:
    Nov 25, 2013 at 7:33 am

    Tell Me This Program Is Run In Local Host Not Url

    Reply
    • WPBeginner Support says:
      Nov 27, 2013 at 9:37 am

      It can be run on both localhost as well as a live site.

      Reply
  13. sirmarjalot says:
    Nov 17, 2013 at 8:46 am

    Followed these steps for setting up a forum on wordpress via bbpress. All works fine and looks great after playing around with a few of the options. But when registering a new user account – I never receive an email – obviously checked junk folder etc. Its really not much use without email working? I have contacted my hosting company about it – GoDaddy but have made no progress! Any ideas?

    Reply
    • WPBeginner Support says:
      Nov 18, 2013 at 8:49 pm

      Do you get other email from WordPress? Like when a user leaves comment, or a new user registers? Try using Gmail SMTP server for your WordPress emails.

      Reply
  14. meraz says:
    Nov 6, 2013 at 6:20 am

    this is very good or nice or beautiful or helpful article ever………

    Reply
  15. Gerri says:
    Oct 29, 2013 at 10:31 am

    Thanks, This was an incredibly useful page.

    Reply
  16. Richard Macilwaine says:
    Oct 28, 2013 at 5:38 pm

    Hi and thank you. I followed your instructions and now have a forum set up on my site. I haven’t used it yet but just wanted to thank you and wish you good success.

    Reply
  17. tunio says:
    Oct 24, 2013 at 5:42 am

    I have problem i have follow all the step, there are two forum in my forum page when i click any one form so nothing open, i want when i click any forum that forum should open and show all topic when i click any one top that top should open and show all information reply ete, i could not open any forum in forum page

    Reply
  18. Aftab says:
    Oct 24, 2013 at 2:51 am

    i have a problem i install this forum and follow all steps but when the user click any forum topic this is error (Fatal error: Class ‘WP_Post’ not found in /home/rm1969/public_html/wp-content/plugins/bbpress/includes/core/theme-compat.php on line 375), can any one tell me how can i solve this problem i want that when user click forum the page of that post should open

    Reply
    • WPBeginner Support says:
      Oct 24, 2013 at 1:01 pm

      Try reinstalling bbPress.

      Reply
  19. Kelli Sullenger says:
    Oct 22, 2013 at 1:33 pm

    I know this might be a dumb question but I am needing to edit the color scheme of the forum. With my current colors its very hard to read but I’m not sure where to do that.

    Reply
    • WPBeginner Support says:
      Oct 22, 2013 at 7:44 pm

      WordPress themes use CSS to style themes. Go to Appearance » Editor. It will open your theme’s default style sheet. If it does not then look for style.css file in the list of files. Edit the color values in your stylesheet and save your changes.

      Reply
  20. Sakib says:
    Oct 22, 2013 at 12:55 pm

    Thanks a lot for your informative article. This is much important for me as I am thinking of making a forum in my blog.In this case your post helped me much.

    Sakib

    Reply
  21. akash says:
    Oct 21, 2013 at 5:50 pm

    Hi, Thanks for such a nice info.

    When user register into forum, He is able to see dashboard toolbar. I don’t know how it’ll work. Please help me. I don’t want to show give access any user to dashboard.

    Reply
    • WPBeginner Support says:
      Oct 21, 2013 at 8:13 pm

      @Akash, you can password protect your wp-admin directory. Your users will be able to login, register, recover passwords, from the front-end as described in the tutorial above.

      Reply
  22. Solal says:
    Sep 21, 2013 at 4:39 am

    Hi Syed,

    Thanks a lot for this helpful tutorial ! I just have a small problem during the process. When I go to Settings » General, I don’t have any checkbox with “Any one can register”. Maybe it’s because I installed bbpress 2.4 (and WordPress 3.6.1). I’ve been through all the menus and haven’t found it anywhere. I thought it was not necessary anymore in 2.4 but when I asked my girlfriend to register to see if everything was working, she got an error message telling her that registrations are not open yet. So there must be something somewhere that needs to be checked but the question is where ? Thanks a lot for your help !

    Solal

    Reply
    • WPBeginner Support says:
      Sep 21, 2013 at 11:13 pm

      First deactivate all your WordPress plugins. Go to Settings » General and see if you can see the registration option now. If you can then this means one of the plugins installed on your system is causing the problem. Find out which plugin by activating them one by one and checking the general settings page. If a plugin is not causing the problem then try switching to a default WordPress theme like twenty thirteen or twenty twelve and see if this resolves the problem. If it does, then this means your theme is causing the problem.

      If you are running a WordPress Network (WordPress Multi Site), then you will find this option under Super Admin » Settings » Network Settings.

      Reply
  23. Anke says:
    Sep 19, 2013 at 5:22 pm

    great write up, thanks. I have a question about the forum design. If you install it, will the forum always have a default bbpress design or would the fonts in the forum etc always be in line with what’s specified in the CSS for the rest of the site?

    Reply
    • WPBeginner Support says:
      Sep 19, 2013 at 9:52 pm

      It will inherit some styling from your theme’s stylesheet but it comes with its own compact theme which can be modified. See Theme Compatiblity

      Reply
      • Anke says:
        Sep 20, 2013 at 7:21 am

        thanks so much guys! I installed my forum today, it all worked fine!!

        Reply
  24. Anil Anvesh says:
    Sep 11, 2013 at 5:27 am

    that’s a great help I was searching for short code to integrate in to the wordpress page.

    Reply
    • WPBeginner Support says:
      Sep 11, 2013 at 1:38 pm

      Use [bbp-forum-index] in a page to display your forum index.

      Reply
  25. Glyn says:
    Sep 2, 2013 at 7:55 am

    How can forum participants add photos?

    Reply
  26. Jakub says:
    Aug 25, 2013 at 5:39 pm

    Thank you very much,very helpful for a beginner.Please is there any place where I can check all available,I don’t know how to call it,phrases like for example [bbp-forum-index]? I would like to know which can be used and how..thanks

    Reply
  27. Blade says:
    Jul 27, 2013 at 3:55 am

    Hi! How and where can i translate the plugin, because my site is not in english?

    Reply
  28. Marcus Fant says:
    Jul 13, 2013 at 8:01 pm

    I’ve a question in regards to bbPress 2.3.2 – How do I get the Forum options to appear below my posts and such to select to create the *** thing? Is it under settings, sure. Is it under tools, sure. Is it on that main collapse menu list? No. I want to add a forum to my website badly and can’t even get to create a post.

    What is possibly wrong? It’s a fresh install.

    Reply
  29. Natalie says:
    Jul 11, 2013 at 5:44 am

    Hi,

    The forums great thank you, easy enough to set up too. The one problem im having is the background on my site is black, and the text is white.
    So when in the forum, the topics cant be seen in the white box as its white text. Im assuming this is why?
    What can I do to make the topics black text?

    Thanks

    Reply
  30. Benjamin says:
    Jun 27, 2013 at 8:51 pm

    Wonderful article. While I was testing it I noticed that when you click on either the “Register” or “Lost Password” button the message/instruction is displayed over the information that are already on the side. How do I fix this problem please.

    Reply
  31. Alia says:
    Jun 21, 2013 at 11:33 pm

    What a great, informative, clear overview! I have been banging my head against the wall for weeks trying to figure this out.

    You are my heroes!

    THANK YOU!

    Reply
  32. Abhisek says:
    Jun 21, 2013 at 10:05 am

    How About MOOT Forums. ?

    Reply
  33. Helge says:
    Jun 13, 2013 at 6:40 am

    Thank you so much for the article. Thought adding forums would be a coding nightmare, got it up and running in 5 mins thabks to you.

    Only thing i cant seem to get right is the “allow anyone to register” in the Settings–>General area. I dont have that option. So for now, no-one can register and/or comment or post topics besides admins. Any ideas?

    Reply
  34. Buzz Brown says:
    Jun 3, 2013 at 2:37 am

    This is a great article and helped me after hours of frustration.

    But I have a problem. I’ve created forums but after posting a topic, instead of a reply box I get a “Comments are closed” message. I can’t figure out what’ wrong. Please help.

    While I’m at it, is there a way to put a link in the forum so visitors can get to “new posts” only?

    Thanks.

    Reply
    • Helge says:
      Jun 13, 2013 at 9:18 am

      I am finding myself with the exact same problem. I realised, once I am logged out – as a regular user I cannot create or reply to a topic. It only says “Comments are closed”. Ive been through various configs when it comes to the forum settings – to no avail.

      Reply
  35. Jeffco says:
    Jun 3, 2013 at 1:17 am

    Thank you! Just configured mine and will making some changes. Really appreciate this post!

    Reply
  36. Dave Mull says:
    May 24, 2013 at 12:48 pm

    I’m a really new beginner to all this. Does the bbPress forum work both on WordPress.com and WordPress.org?

    Reply
    • Editorial Staff says:
      Jun 16, 2013 at 12:59 pm

      No bbPress only works with self-hosted WordPress.org

      Reply
  37. Mike says:
    May 16, 2013 at 4:36 pm

    I was wondering if you knew of a way to customize the backend section of bbpress for users. Like removing the admin bar and removing the standard wordpress information on the profile page.

    Reply
  38. Aldi says:
    May 13, 2013 at 1:18 am

    Thanks a lot .. this is helpful (y)

    Reply
  39. Gary Butterfield says:
    Apr 14, 2013 at 6:59 am

    Hi there!

    I want to use bbpress on my WordPress website, I have an issue though. My website is hosted through WordPress so it doesn’t have a plugins option, how do I go about creating a forum?

    Gary

    Reply
    • Gary Butterfield says:
      Apr 14, 2013 at 7:21 am

      Reading one of your other articles I have found out that I’m unable to do anything with my site, I’ll have to look at mving it to .org

      Reply
  40. Robo ek says:
    Apr 11, 2013 at 5:17 pm

    Thanks for this great tutorial. Was wondering if with bbpress, we can add a link above the comment form like’ you must be logged in to comment’.

    Reply
  41. Gunnar Lindberg Årneby says:
    Mar 3, 2013 at 4:43 pm

    Am I blind or does bbPress still not support Facebook IDs? Why would any random guy coming to my site wanna register YET ANOTHER id when he’s probably already logged on to both FB and Twitter in other tabs of his browser?

    Bb-team, let go of your pride and implement native support for Facebook (and G+ maybe?) now.

    Reply
    • Editorial Staff says:
      Mar 4, 2013 at 6:37 am

      Pretty sure you can use plugins like Simple Facebook Connect (which allows user login). Would need a little bit of customization. To clarify your point, this is not a pride thing. bbPress is an open source software. Anyone and everyone is allowed to make suggestions, create plugins and so on. There is another plugin like that can do this:

      http://wordpress.org/extend/plugins/loginradius-for-wordpress/

      Reply
  42. Damien says:
    Mar 2, 2013 at 2:29 am

    Just came here from the WPEngine tweet. I have to leave a comment to thank you for this article. I’ve been contemplating adding a forum to my site but wasn’t sure which kind of forum was best. You not only convicted me that bbpress was a great solution but you explained how to use it.

    Thanks again.

    Reply
  43. Daniel Borg says:
    Feb 28, 2013 at 9:38 pm

    Can bb Press be used to replace a members area on a website, seeing that it has a registration portal to participate and hence can it be private to members only or do you have to put it insite a members area?

    Reply
    • Editorial Staff says:
      Mar 2, 2013 at 7:06 am

      It has potentials for it depending on what you want to do with it. It is great for private support or anything forum related. But if you are talking about premium content, then it is probably better to use another membership plugin.

      Reply
      • Daniel Borg says:
        Mar 4, 2013 at 3:44 pm

        That’s great – thanks!

        Reply
  44. Vince says:
    Feb 28, 2013 at 6:36 am

    Hi! I have almost the same installation as you but I’ve got a problem:
    as a moderator or even a keymaster in bbpress, I don’t have access to the WordPress admin panel to Add forum or Delete forum. In the admin panel I only have “New – Topic” Or “Reply”. The only way I can add a forum is creating a specific page with the add forum shortcode, and there is no way to delete a forum. Would you have an idea for me? Thank you!

    Reply
    • Editorial Staff says:
      Feb 28, 2013 at 9:59 am

      Site admins are usually assigned the keymaster role. Are you talking about that you created a new user and just gave them that role?

      Reply
      • Vince says:
        Feb 28, 2013 at 2:40 pm

        Thank you for answering!

        Yes I created a new user, and give him the keymaster forum role, and I don’t change WP role, which is Subscriber by default. I want don’t want this user to modify anything else but the forum.
        In bbPress User Roles and Capabilities is written:
        Keymaster – can create, edit and delete other users’ forums, topics and replies. Can manage Tags, and moderate a forum with the moderation tools.
        Moderator – can create and edit forums. Can create, edit and delete other users’ topics and replies. Can manage Tags, and moderate a forum with the moderation tools.

        Indeed they have autorisations to create and delete forums, but the only way I found to create a forum is to create a new page with in it the bbpress shortcode
        [bbp-forum-form] – Display the ‘New Forum’ form.
        And I found no way to delete forums.

        I thought moderator and keymasters would be allowed to see the forum menu in the wordpress admin panel, but that is not the case. Any idea on how to do that?

        Reply
  45. Nizam Khan says:
    Feb 25, 2013 at 4:17 pm

    Wow! This seems to be such an easy and great way to add forum in wordpress. Wonderful and detail explanation, it is very helpful. Thanks for sharing :)

    Reply
  46. Jay Castillo says:
    Feb 25, 2013 at 1:24 pm

    Thanks for this excellent write-up about bbpress, perfect timing as I’m about to deploy it, but I am still choosing between installing bbpress within my existing wordpress installation, or installing it on a new wordpress installation inside a subdomain like forum.foreclosurephilippines.com. I’m planning to use a subdomain for easier backup/restore and I want the forum and blog to be physically separate to isolate resource usage, security, etc. Do you think this is necessary or am I just being paranoid?

    Another thing, for Genesis users, do we need to install bbPress Genesis Extend?

    Offtopic: what happened to facebook login here in the comments section?

    Reply
    • Editorial Staff says:
      Feb 25, 2013 at 5:03 pm

      It is a matter of preference really. If you want to utilize user registration in multiple ways (i.e have special perks for registered users), then it makes a lot of sense to have it altogether. It also makes it easier for registered users to comment (i.e have the same identity etc). If you don’t want that, then you can most definitely run it as a separate install. Security shouldn’t be an issue either way and if it is, then you have bigger things to worry about then this decision :)

      As for bbPress Genesis Extend, it would be a nice addition. However it may not be required.

      Lastly for the FB login, we decided to get rid of it mainly because not many people used it.

      Reply
      • Jay Castillo says:
        Feb 25, 2013 at 7:04 pm

        Thanks for the reply guys. I deployed bbpress on my test site and I was done in about 5 minutes and I got it working fast and painless, thanks to your article!

        With regards to security with bbpress, I almost forgot, I am a sucuri user, so it really should not be an issue right? I did notice that sucuri can sometimes be too strict where legit blog commenters are denied access and it seems it’s because they are using a common IP address that might have had rogue activities before (imagine a big company behind a firewall where thousands use one IP address, and with one rogue computer/user) and I see it might cause the same behavior with bbpress.

        As always, thanks for the info guys, really helpful!

        Reply
        • Editorial Staff says:
          Feb 26, 2013 at 9:12 am

          Yup Sucuri keeps you covered. Unfortunately for the sake of a better security, it does sometimes block legit users.

  47. Dave says:
    Feb 25, 2013 at 10:35 am

    I’d like to follow-up on ethans comment above.

    The BBpress plugin is tapping into the current WP database correct?

    If so I imaging that it’ll be increasing the SQL size and usage a lot too. Especially with popular blogs/forums.

    Has anyone done research this in regards to hosting issues etc? It would be great to install a forum as easy as this to coincide with WP in terms of memberships as well etc I just wonder if the resources are too much for many hosting platforms?

    Reply
    • Editorial Staff says:
      Feb 25, 2013 at 11:14 am

      Yes, you are correct that the SQL size will increase. But that doesn’t necessarily mean that resource consumption will increase. Resources required will increase as your traffic increases. Unless you are getting thousands of posts every hour, you don’t have to be worried about resource consumption.

      Reply
  48. Cesar says:
    Feb 25, 2013 at 9:58 am

    Hi,
    My blog is now open tu registrations. I’m just wondering if the old registered users will be able to log in to bbpress forums using the same credendials?

    Reply
    • John says:
      Dec 7, 2013 at 10:18 pm

      Don’t know for sure, but I just added bbPress to my WP install and the WP logins now all work in bbPress.

      Reply
  49. Vajrasar says:
    Feb 25, 2013 at 8:17 am

    Useful write up, as always. :)

    Reply
  50. Ethan says:
    Feb 25, 2013 at 8:09 am

    I know you mentioned its light weight and faster then other forums available but do you have any extra advice on improving the speed. I have always found forums to be far to bulky.

    Reply
1 2 3 »

Leave a Reply Cancel reply

Thanks for choosing to leave a comment. Please keep in mind that all comments are moderated according to our comment policy, and your email address will NOT be published. Please Do NOT use keywords in the name field. Let's have a personal and meaningful conversation.

Over 1,320,000+ Readers

Get fresh content from WPBeginner

Featured WordPress Plugin
WPForms Logo
WPForms
Drag & Drop WordPress Form Builder Plugin. Learn More »
How to Start a Blog How to Start a Blog
I need help with ...
Starting a
Blog
WordPress
Performance
WordPress
Security
WordPress
SEO
WordPress
Errors
Building an
Online Store
Useful WordPress Guides
    • 7 Best WordPress Backup Plugins Compared (Pros and Cons)
    • How to Fix the Error Establishing a Database Connection in WordPress
    • Why You Need a CDN for your WordPress Blog? [Infographic]
    • 25 Legit Ways to Make Money Online Blogging with WordPress
    • Self Hosted WordPress.org vs. Free WordPress.com [Infograph]
    • Free Recording: WordPress Workshop for Beginners
    • 24 Must Have WordPress Plugins for Business Websites
    • How to Properly Move Your Blog from WordPress.com to WordPress.org
    • 5 Best Contact Form Plugins for WordPress Compared
    • Which is the Best WordPress Popup Plugin? (Comparison)
    • Best WooCommerce Hosting in 2019 (Comparison)
    • How to Fix the Internal Server Error in WordPress
    • How to Install WordPress - Complete WordPress Installation Tutorial
    • Why You Should Start Building an Email List Right Away
    • How to Properly Move WordPress to a New Domain Without Losing SEO
    • How to Choose the Best WordPress Hosting for Your Website
    • How to Choose the Best Blogging Platform (Comparison)
    • WordPress Tutorials - 200+ Step by Step WordPress Tutorials
    • 5 Best WordPress Ecommerce Plugins Compared
    • 5 Best WordPress Membership Plugins (Compared)
    • 7 Best Email Marketing Services for Small Business (2019)
    • How to Choose the Best Domain Registrar (Compared)
    • The Truth About Shared WordPress Web Hosting
    • When Do You Really Need Managed WordPress Hosting?
    • 5 Best Drag and Drop WordPress Page Builders Compared
    • How to Switch from Blogger to WordPress without Losing Google Rankings
    • How to Properly Switch From Wix to WordPress (Step by Step)
    • How to Properly Move from Weebly to WordPress (Step by Step)
    • Do You Really Need a VPS? Best WordPress VPS Hosting Compared
    • How to Properly Move from Squarespace to WordPress
    • How to Register a Domain Name (+ tip to get it for FREE)
    • HostGator Review - An Honest Look at Speed & Uptime (2019)
    • SiteGround Reviews from 1032 Users & Our Experts (2019)
    • Bluehost Review from Real Users + Performance Stats (2019)
    • How Much Does It Really Cost to Build a WordPress Website?
    • How to Create an Email Newsletter the RIGHT WAY (Step by Step)
    • 7 Best CRM Software for Small Businesses (Compared)
    • How to Create a Free Business Email Address in 5 Minutes (Step by Step)
    • How to Install Google Analytics in WordPress for Beginners
    • How to Move WordPress to a New Host or Server With No Downtime
    • Why is WordPress Free? What are the Costs? What is the Catch?
    • How to Make a Website in 2019 – Step by Step Guide
Deals & Coupons (view all)
ProfilePress
ProfilePress Coupon
Get 20% OFF on ProfilePress WordPress ultimate user and profile plugin.
IPVanish Coupon
Get 60% OFF on IPVanish, one of the best VPN service providers for bloggers and WordPress users.
Featured In
About WPBeginner®

WPBeginner is a free WordPress resource site for Beginners. WPBeginner was founded in July 2009 by Syed Balkhi. The main goal of this site is to provide quality tips, tricks, hacks, and other WordPress resources that allows WordPress beginners to improve their site(s).

Site Links
  • About Us
  • Contact Us
  • FTC Disclosure
  • Privacy Policy
  • Terms of Service
  • Free Blog Setup
Our Sites
  • OptinMonster
  • MonsterInsights
  • WPForms
  • SeedProd
  • Nameboy
  • RafflePress

Copyright © 2009 - 2019 WPBeginner LLC. All Rights Reserved. WPBeginner® is a registered trademark.

Managed by Awesome Motive | WordPress hosting by HostGator | WordPress CDN by MaxCDN | WordPress Security by Sucuri.