Published on November 29th, 2011 by dmoz
I just wanted to post, and suggest or see if these options existed already.
I’d love for the widgets that come along with bbPress to have some (any) custom display features (ie. Forum List widget allowing show/hide the number of topics within, etc.)
Also, a few more widgets would be great (ie. popular topic tags, topic info)
These options might be able to be accomplished by a shortcode, but I don’t believe the current shortcodes allow any parameters such as:
- Oh, bother! No topics were found here.
Anyone know of plans for these sorts of things, or if they already exist and I’ve just overlooked them?
Thanks.
Published on November 29th, 2011 by Uefkaah
So I am using BB Press on a Russian website and I see the BBpress.pot file in the Languages folder that has all the text that appears on my site..from the widget to the forum etc… I have tried changing the text that appears on my website, however, it still doesn’t change anything on my actual website (I need to change it into Russian).
If you look at my footer, you can see where there is a BBPress login- I have tried changing that text to Russian, but it does not work.
Any Thoughts??
www.Legkie.com
Published on November 29th, 2011 by flatworld.jp
I want to post to twitter as soon as I post in bbpress.
Published on November 29th, 2011 by xingyichen
I want to know what the drawing software to use well?
Published on November 29th, 2011 by yellowwinter
Hello bbPress forum owners,
Need some help from you – we at Tapatalk (the forum app) has finally able to worked on the bbPress support and will be releasing a plugin for bbPress 1.1 soon. We are looking for testers to give it a spin on their forum, if you are a forum owners and has either iPhone/iPad or Android devices, you are welcome to join us!
Just want to gauge the interest – if you are interested, please response to this post and we will figure out the best way to move forward.
For those you don’t know what Tapatalk is, check out our website at http://tapatalk.com – Looking forward hearing from you!!
Published on November 29th, 2011 by sifaftmh
Hi all,
I have a problem. I have installed bbpress and activated, and then I am log out,
but the link is error or Not Found, like this:
http://localhost/websitename/wp-login.php?action=logout&_wpnonce=53b3c5085f&redirect_to=http//localhost//websitename/websitename/?loggedout=true
The problem is my website name link is double or redundant…
I am so confuse, why my link log out is double (http://localhost/websitename/websitename)….
I tried to deactivated bbPress and it’s back to normal. hm… Why it’s happen.
Thanks for your answer.
Published on November 28th, 2011 by kmessinger
I would like to move the “register, login, search, etc. below the banner. I haven’t been able to figure it out. Could someone take a look and assist me please?
http://savethecolors.com/bbpress/
Edit – Pls move to “installation.”
Published on November 28th, 2011 by Jaja..
Hello guys,
I found this forum running on a single WP install and it’s very cheap.
http://dolcepixel.com/discussion-board-wordpress-theme/
It probably isn’t the best coded product in the world but what it does (i think) is it transforms your single WordPress installation into a forum (board) software.
Categories become forums, posts become topics and comments become replies.
Nothing wrong with that i think and if you’re smart enough to work with Custom Post Types you can still create your own Blog Posts on the side but for most people a Blog isn’t needed on a Board system.
Whats your idea of this?
I’m just a Rookie.
Problem i face with bbPress is that it’s too much on JJJ shoulders and only on his shoulders.
This guy is working his *** off all day and bbPress doesn’t seem to get picked up by the average WordPress user.
bbPress doesn’t get enough FEED and traffic from the WordPress.org website and everyday it’s getting spammed from every corner of the world..
I really love the way and idea behind bbPress as a plugin but it needs more professionals to take it of JJJ shoulders and bring it to the next level..
Published on November 28th, 2011 by iftomkins
Hi. I’m trying to create a bbPress shortcode so that I can display topics that have a certain meta_key value. I’ve been trying to piece it together from the global bbpress shortcodes and wordpress shortcode tutorials.
I’m using a Dev4Press premium plugin to create the custom fields for each bbpress topic. (http://www.dev4press.com/download/plugin-gd-taxonomies-tools) Now I just have to figure out how to filter based on the custom data.
Here’s what I have. It isn’t going so well, and I’d love a tip.
<?php function FilterTopics($topics_query = array()) {
'meta_key' => 'ride_destination',
'post_type' => 'topic',
'posts_per_page' => -1
);
}
if ( bbp_has_topics( $topics_query ) ) {
bbp_get_template_part( 'bbpress/pagination', 'topics' );
bbp_get_template_part( 'bbpress/loop', 'topics' );
bbp_get_template_part( 'bbpress/pagination', 'topics' );
// No topics
} else {
bbp_get_template_part( 'bbpress/feedback', 'no-topics' );
}
add_shortcode('sitemap', 'GenerateSitemap'); ?>
Published on November 28th, 2011 by Trobee
Hi everyone.
I am currently looking into migrating one of my bbpress forums to a qusetion2answers installation on a wordpress site and was wondering if anyone know if this was possible or not?
Thanks