Hello again …
I installed bbpress 2.2.3 but I do not like the original design, I mean … if you see http://www.bitadictos.com/forums forums as you can see I created a category, and each category and there are forums.
What I would like is to see the forums arranged vertically rather than horizontally as they are now.
What I can do to see them vertically?
help with visualization of forums
Published on December 30th, 2012 by jtoleHow to make topic lead in any replies page ?
Published on December 30th, 2012 by ellipszistForum is missing
Published on December 29th, 2012 by thinkcrushHello guys. I don’t know what i did wrong 🙁 I had the forum working a previous version of my website, but since the theme change, i can’t get it set up for my life.
It might be important to note that there was a situation during the instillation of bbpress. I was at the last step of the instillation, when my website crashed. One of my folders was duplicated or something. I removed the file from my file manager and got my site back. BBpress is now installed, alongside buddypress but when i go to my forum page there’s nothing there.
I think i need step by step instructions. When i make a page named “Forum” and assign that page to the bbpress pages tab, nothing happens. I have a code to make my forum fancy and thats not working either.
I am using the newest wordpress, and the newest bbpress.
My website is at www.goodpoker.ca
This is the code i need to put somewhere…
ID, ‘sidebar_value’, true);
do_action( ‘bp_before_directory_forums_page’ ); ?>
<div class="padder contentbox “>
<option value="”>
<input type="submit" name="submit_topic" id="submit" class="none" style="opacity:0;" value="” />
<input type="button" name="submit_topic_cancel" id="submit_topic_cancel" value="” />
<?php printf( __( "You are not a member of any groups so you don't have any group forums you can post in. To start posting, first find a group that matches the topic subject you'd like to start. If this group does not exist, why not create a new group? Once you have joined or created the group you can post your topic in that group’s forum.”, ‘buddypress’ ), site_url( bp_get_groups_root_slug() . ‘/create/’ ) ) ?>
-
<a href="”><?php printf( __( 'All Topics %s’, ‘buddypress’ ), bp_get_forum_topic_count() ); ?>
-
<a href="”><?php printf( __( 'My Topics %s’, ‘buddypress’ ), bp_get_forum_topic_count_for_user( bp_loggedin_user_id() ) ); ?>
Archive legacy bbpress.org posts
Published on December 29th, 2012 by ErlendI think you should seriously consider archiving the bulk of the legacy bbPress posts, maybe moving them to a separate forum like archive.bbpress.org.
It’s very troublesome when I’m trying to use Google or the native search to find posts with similar queries as mine, and I end up with mostly 2-4 year old posts relating to the old and abandoned standalone bbPress.
How to go creating a child theme with BBPress 2.2.3
Published on December 29th, 2012 by wpmhwebIt seems that BBPress 2.2.3 has changed a lot. I just struggling finding out how to create a child theme with this version.
Which folder is the one that I need to copy to the main themes folder?
Thanks,
How do I install bbPress to my wordpress?
Published on December 29th, 2012 by M3hi, I’m a newbie and I really like bbPress forum but I don’t know how can I install to my wordpress. Some information give advise using FTP such as this information, but the wordpress plugin site give information that the instalation is through the plugin as a normal plugin.
So I follow the wordpress plugin way and it work, I can see th forum, modify add some forum and topics, but I haven’t had any clue on how I can change the theme or how to add the theme.
My first question is, did I installed it the right way? and secondly, how I can change the theme? I make a child theme but it didn’t work. My objective is to have my wordpress theme for the posts and as the forum for now I’m hoping to use the static bbPress forum theme.
I’m truly lost and I don’t know how I can manage to do it? Currently I’m using wordpress 3.5 with leaf theme, and latest bbPress forum bbPress 2.2.3.
My wordpress is currently in the subdirectory of my main site.
Thank you in advance and sorry for my bad English.
How I can change the language of bbpress?
Published on December 29th, 2012 by jtoleHello, I just installed the latest version of bbpress, but I would like to translate it into Spanish … How I can do?
Thank you!
Thread length and forum performance
Published on December 28th, 2012 by aaclaytonHi everyone,
I had a question about best practices for actually running a forum. On my boards I’ve got several topics which are getting exceptionally long (25+ pages). On other forums I frequent, I’ve seen that moderators often tend to close long threads and open a new topic as a continuation of the discussion. I assume this is considered a best practice for some performance reason. Should I consider adopting the same approach, or are bbPress topics/replies queried in a way that won’t be bothered by lengthy threads?
If I should clip threads at a certain length, what’s a good ballpark number of replies at which to split the thread?
Thanks!
Andrew
Fix 404 issue for bbPress 2.2.x
Published on December 28th, 2012 by Cheon, YoungMinWhen I upgrade bbPress 2.1 to 2.2, all logged in users cannot connect to any forums(bbPress) but super-admins. ( 404 not found page )
I’ve searched this support forum and they say “It’s related to Role Plugins…”
But I don’t have any Role Plugins 🙁
Did a hard back trace for this error and found capabilities of bbPress dynamic roles applied after ‘bbp_template_redirect’ so bbp_forum_enforce_blocked() blocked any users not having ‘spectate’ cap – maybe all users.
Then… we should manualy apply capabilities of bbPress role to current user.
Here’s a temporary patch for this error.
(Make a plugin or put these codes to your theme’s functions.php)
`
function bbp_fix_dynamic_role_cap() {
$current_user = wp_get_current_user();
$current_user->get_role_caps();
}
add_action( ‘bbp_template_redirect’, ‘bbp_fix_dynamic_role_cap’, -2 );// before bbp_forum_enforce_blocked()
`
topics page style
Published on December 27th, 2012 by KittyBethHi!
I just updated to bbpress 2.2.3 I have buddypress using bbpress sitewide forums. Using current wordpress version with buddypress default theme and my own custom made child theme.
Updating caused some style problems. I think I had edited some css and forgotten that I did. So I discovered I should copy bbpress.css into my theme. I have done this and have gotten rid of the awful bullets by setting #bbpress-forums to list-style:none.
I need to align LI.bbp-topic-freshness to the right to get rid of a large margin being caused by it aligning center. I told it to align right and it didn’t cooperate! What should I try now????
The site is http://rheum4us.org however the forum is private using the membership plugin.
Thanks for any help!