Forum Replies Created
-
For the top menus, you should be able to go to Appearance > Menus and create a custom menu item that links to /forums.
In reply to: Can't post comments in plugin browser.Look in firebug/chrome inspector and see if it is throwing any errors. Might be a conflict somewhere.
In reply to: bbpress displaying only 5 forumsIt’s likely something with your theme. Try activating TwentyTen/Eleven and see if that fixes it.
In reply to: User registrationThe default access bbPress gives should be fine.
In reply to: Private forums should have a login formI’d just place one of the login-form widgets in the sidebar, that will be the easiest way to go.
In reply to: Akismet missing a lot of SPAMLook through the WP.org repo (https://wordpress.org/extend/plugins/search.php?q=bbpress) – there are a few plugins that should help with this depending on what method you want to use (such as recaptcha etc).
FYI a better way instal of hacking core or using CSS is placing this in your functions.php
add_filter( 'bbp_get_single_forum_description', 'ja_return_blank' ) );
add_filter( 'bbp_get_single_topic_description', 'ja_return_blank' ) );
function ja_return_blank() {
ja_return '';
}
In reply to: Increasing font size in category/forum topicWhat version of bbPress?
The best way to do it would be to make tweaks in your theme’s style.css that override the styles bbPress is using.
I’d recommend using Firebug (or similar) to track down the CSS.
In reply to: does bbpress support editing post revisionsIf you are using bbPress 2.x you should be able to go to Settings > Forums and check ‘Allow Revisions’.
In reply to: How to step up BBpressIf you don’t want to use WordPress my recommendation would be to check out Vanilla
In reply to: Remove Topic Tags and Topic TypeRight now it can’t be done without creating a custom theme. There is a ticket in trac though to have this option in future versions since it seems to be a fairly regular request
In reply to: Installed. Now, how do I get it visible?Yeah when your theme is screwing stuff up, there isnt much you can do other than try to manual make tweaks to unbreak bbPress
In reply to: Reverse order of repliesWhat’s your URL? I want to see what you are talking about
In reply to: Upload Avatar via edit profile sectionCurrently there is no option for this, you will have to see if you can find a plugin.
In reply to: Fatal Error On bbpress With Custom ThemeDid you instal bbPress 2.x from the WordPress dashboard?
If you did, go to Setting -> Permalinks page with will reset your permalinks, then try again and see if that fixes it.
In reply to: Create Sticky Topic in Multiple ForumsNope, not just you
In reply to: Post AuthorIt’s likely caused by the plugin doing weird things. The first thing you should do is contact the plugin author and see if they can fix the issue within the plugin.
In reply to: a way to check for subforumsYou’ve fixed this, marking resolved
In reply to: Activating bbPress plugins when using WordPressAs OC2PS mentioned, there are plugins that solve *some* of these issues.
bbPress 2.0 is the first release of the plugin addition of bbPress. As time goes on (see bbPress 2.1) some of these features will slowly start to be incorporated into bbPress core.
For now I would look through all the plugin available on WP.org for bbPress
In reply to: Last post date-time instead of FreshnessRight now there are no filters in place so without creating a new theme there isn’t much you can do.
However, if you DID create a new theme, you could change “Freshness” to whatever you want.
For what it’s worth I agree with you – IMO there should eventually be a filter in place where you can chance that without having to create a new theme
Closing since this is an old topic. If you encounter this issue feel free to create a new topic
In reply to: kakumei profile-menu in headerDo you have a URL or example?
Most people won’t know what you mean otherwise
Alright, so I took a glance at http://blog.max-encumbrance.com/bbforums
What is the problem – it seems to be rendering OK.
In reply to: trunkYeah, any new themes or plugins, definitely share with the bbPress community
In reply to: bodycolor TinymceDo you have a screenshot? I just want to double check and see if we are on the same page