Forum Replies Created
-
In reply to: bbPress 2.6 Release Candidate 3
Congrats to everyone involved!
In reply to: No sidebar in Twenty eleven@FLOP2106 Did you follow the steps I outlined above?
In reply to: bbPress "Submit" button not really visibleYou can add this to your CSS:
#bbp_topic_submit { background: #666; color: #fff; border: 1px solid #000; }
You can then tweak the colors to your liking.
In reply to: Can BBpress be used for a non wordpress site.No, bbPress only functions as a WordPress plugin.
In reply to: No sidebar in Twenty elevenI’ve just confirmed that it works by doing the following:
1. Create a page called “Forums” (or anything of your choosing)
2. Add [bbp-forum-index] to the page content
3. Set the Template to “Sidebar Template”That should do it.
Merry Christmas!
Yes, subscribed users will now receive an email anytime a new topic is posted in a forum they are subscribed to.
In reply to: Subscribe to new forum topicsIn reply to: bbPress 2.5 is out!The changelog is here: https://wordpress.org/plugins/bbpress/changelog/
In reply to: Forum looks like page when logged inNone of those look like super likely candidates, but I’d recommend deactivating all of them for a test to confirm.
In reply to: Forum looks like page when logged inOk what other plugins are you running?
In reply to: Forum looks like page when logged inHow about caching plugins? WP Super Cache?
In reply to: Forum looks like page when logged inAre you using any bbPress extensions (add-on plugins)?
In reply to: Forum looks like page when logged inAre you actually running bbPress 0.2.2.1 or was that a typo?
In reply to: Subscribe to new forum topicsThis feature is planned for bbPress 2.5: https://bbpress.trac.wordpress.org/ticket/2299
In reply to: Remove search barThere’s no reason to place this in your functions.php instead of as a plugin. It is the exact same code that gets executed, except as a plugin it is easier to maintain.
In reply to: How to add forum to main navigation barIf your forums are located at http://yoursite.com/forums (this is the default), just go to Appearance > Menus and add a new Custom Link to one of your menus with the /forums URL.
In reply to: Let's Resurrect The Standalone Version!This is the first I’ve seen of someone preferring the stand alone version. One of the major benefits of the plugin version is that it can be installed on existing WP sites without any crazy (and really janky) integration. It just works.
There is still a complete plugin architecture: the WordPress one.
Can you give specifics on what you find confusing about the plugin version?
In reply to: can i make the submit button biggerGive us a site URl to look at please.
In reply to: Looks all wrong – HELP!Looks like some of the files didn’t get uploading/installed. The CSS file is missing completely: http://www.svendborgjudo.dk/wp-content/plugins/bbpress/templates/default/css/bbpress.css?ver=2.3.2
Try reinstalling.
In reply to: Login Widget Redirecting to HomepageAre you able to make a backup of your modifications and then test a fresh install just to ensure it’s not something with your modified version?
In reply to: Login Widget Redirecting to HomepageWhat kind of edits have you done?
In reply to: Force all users to be subscribed to all topicsThere’s not a plugin for that as far as I know, sorry.
In reply to: I need help with an errorI suspect it has to do with your theme attempting to get categories for the forum, but since the forums don’t use categories, it is erring out.
Are you comfortable making changes to template files?
In reply to: Force all users to be subscribed to all topicsThere is a plugin that makes the Subscribe to Replies option checked by default. Would that work for you? It would only apply when users posted a reply though.
In reply to: How to get current forum idWhen viewing a forum or a topic in the forum?