Is there a way to pull custom icons in front of each post title under the forum section?
if none of CSS would work what should be done then? Your inputs will be appreciated. Thanks
Anyone out there? 
I hate to bump posts, but I really need a resolution for this…
Yay! One more user of my plugin
Its how we used to do it on the old GetShopped.org site… but now that work is gone
Come on folks, seriously, there must be somebody that wants to code for money… I know this is an Open Source community, but food is good right?
)
Always more useful to test the trac version than the releases. The trac version is the most up-to-date code available.
No timeline, but the sooner the better.
Ok thanks that got it. I was able to get an image in there and it looks real good
http://www.geekncode.com/wp
Let me know how it looks
I see, then your best bet is to just leave the text header as-is and add a background image attribute to the #header selector.
change:
#header {
clear: both;
margin-top: 16px;
}
to:
#header {
clear: both;
margin-top: 16px;
background: url(http://www.url.com/path/to/image.png) no-repeat right center;
}
…obviously replacing the URL to the image with one of your own.
If you go to “Theme Options” and select “Display a custom image/logo image in place of title header” you can upload an image or paste the URL to one from your media library.
Below that, you can set your logo width and logo height. You should resize the image prior to uploading so it doesn’t look choppy. The size is up to you – depending on the orientation of your logo graphic.
To align it to the right, you’ll need to edit the style.css.
Find:
#header .inner {
padding-top: 15px;
padding-bottom: 20px;
}
and change to:
#header .inner {
padding-top: 15px;
padding-bottom: 20px;
float:right;
}
Glad you like the theme
@anointed no worries mate, if you want to take on a contract once you’re done, let me know 
Also has anybody done an “inline editing” Plugin yet? I want to be able to edit threads like you can edit posts in P2
You should be able to add any widget to the ‘Forum Sidebar’ location.
If bbPress is installed, this widget location gets registered:
http://screencast.com/t/axXP7yykY
If it isn’t showing up, make sure it isn’t commented out in the forum templates you want it to show in. I only enabled it in the templates I felt were necessary (like the member pages).
On some of my forum pages I wanted a wide page, but you can certainly change it.
For example, to change the forum home page template, open archive-forum.php in the theme editor and just uncomment this line:
// get_sidebar('bbpress');
Then, in functions.php find this line:
// force wide on bbPress pages
if (is_bbpress()) {
$columns = 'sixteen';
}
and change ‘sixteen’ to ‘eleven’ to accommodate the sidebar.
I made a post toolbar, but its not wysiwyg or tinyMCE. Just buttons to add html and shortcode tags.
https://wordpress.org/extend/plugins/bbpress-post-toolbar/
I installed this theme and its pretty nice. One question I have is I wanted to added a widget to the forum sidebar but it doesn’t show up. Any idea what I need to do to get it to show up?
http://www.geekncode.com
1. Yes it is possible. Depending upon what you want to display, I would start by looking at the widget code for bbpress to see how they are pulling out the most recent topics and apply that to your theme home page.
2. Not by default but there will be changes on that in the future.
@getshopped
I’ll do my best to try and find some time this weekend to install the plugin and report back what I find. I did read through the code, but have not yet done anything with it.
Sorry, no idea about devs, everyone I know is absolutely slammed right now. Will keep an ear out though.
*I’ve got my hands absolutely full with the new importer and building the supporting site for it. After that, projects are still lined up…
Great! Gautam thanks for all help!
Sorry for that. Link updated.
Thx for the answer, if i see it again ill try to get back to you, althought everyone seems to see it ok, just my comp thats actung up. saw it just now on a diffrent page also. strange indeed
Hey everyone 
In the coming days/weeks you early-2.0-adopters are going to be the life-support of what is the most passionate community I have the privilege of contributing to. Us bbPress’ers are a tight-knit group.
There will be confusion about versions, questions about migration, converting 1.x based plugins and themes, and the list goes on and on. I can’t do it alone, and if I did you’d wish I hadn’t. 
We are going to need some good documentation. Drop a note here if you can help, and draft up some instructions regarding things you’ve already hacked away on. I’ll make a real documentation section and let you all have at it. 
Also mention what you think your time commitment can be. Be realistic, and don’t overextend yourself. This is totally casual but if you sign up for something, I’m going to expect that it get done. 
Let’s put a volunteer team together to launch this thing
Thanks for this! 
I’d recommend if you upload this on the WordPress Plugin Repo with the bbPress tag.
All plugins in the Plugins section on this site are for bbPress 1.1 or below only. For bbPress 2.0+ plugins, please check here (some might not be bbPress plugins).
Please enable pretty permalinks on your site by going to Settings -> Permalinks, that would help. To add a forum link in the menu bar, please check this user guide.
When you would install bbPress 2.0 plugin on WordPress, go to WordPress Admin Section -> Tools -> Import -> bbPress importer and follow the onscreen steps.