Oh that looks fantastic benbeltran (is that theme available for my theme demo?)
The list is slowly but steadily coming long.
I either keep getting distracted or burnt out on bbpress stuff.
I cautiously “promise” to put something up this coming weekend.
ps. yup, grindhouse was already on the list…
@beer: nice.
I guess It’s time to put my link … http://temporadadepatos.net/foros/ (spanish).
By the way, how is this coming aorund anyways?
Actually, now that I look at theirs, mine uses a completely different technique and might be better in some ways…
Coming soon:
Theme List / Preview module for “My Views” plugin
Doh! Looks like someone make a theme switcher half a year ago but I can’t see it in action or the proforums site?
New – Theme Switcher
Ah, here’s the original post:
https://bbpress.org/forums/topic/req-theme-demo-switcher-like-phpbb?replies=19
Never got added to the extend section either, oh well.
I hate duplicating work but I learned even more about the bbpress internals…
I couldn’t find anyone who made a bbPress theme switcher (not a style switch, but the entire template) so I modified (somewhat deeply) one from WordPress last night. Took some research and testing!
I’ve added it here, you can see the dropdown at the very bottom right:
http://bbshowcase.org/forums/
(if you are willing to edit all your themes you can put the dropdown anywhere, otherwise it will default to that location on each theme automagically – a new feature!)
So give me your themes and I’ll add them to the list to see if I can find the bbPress breaking point…
Hey,
i’m using my bbpress with the mysty theme.i’ve been trying to customize it so it can fit the screen of a Playstation Portable without scrolling.
Heres the forum:
http://bordercollie.kilu3.de/forums/bbpress/
the latest disccusion thing is next to the login form.
what do i have to do so the latest disscoussion thing is below?
i guess i’ll hjave to put a <p> tag somewhere but i don’t know.
thanks a lot
alex
hi,
this runs bbpress:
http://support.technorati.com/
as does this:
http://support.technorati.com/faq
i had to change a lot of bbpress auth/cookie code in order to integrate w/ technorati member authentication, member profiles, member profile pics, global templates and so on; but these bbpress installations have been up for six months or so without a hitch. thx!
fel,
Just a quick question about the plugin before I install it. From the readme it sounds like the bbpress topic is the only place where wp comments and bbpress replies will be shown in the correct order (ie. by post times). The wp post will show all the wp comments first and then the bbpress replies secondly via the felbbreplies() function. Is this correct?
Nice! Looks cairoshell inspired.
(oh and yay Wales! Go Cardiff!
The RSS icon is actually CSS 
All you need to do is remove it from the stylesheet.
I guess I could move it to the bottom somewhere.
I’ve just launched a new BBPress theme for public testing via my website:
BBPress
It’s available in 4 colours. Feedback, bug reports etc would be greatly appreciated.
The white is much better, like it very much now, great theme
I can remove the rss icon izi so that wont be a problem
Found my fix after some digging.
edit forum.php
see where this part is near the top
</table>
<?php endif; ?>
<?php if ( $topics || $stickies ) : ?>
change it to this:
</table>
<? global $forum; $forum = get_forum( $forum_id ); // fix for 0.8.2.1 sub-forum bug ?>
<?php endif; ?>
<?php if ( $topics || $stickies ) : ?>
it’s related to this bug which is fixed in the trunk (supposedly)
https://trac.bbpress.org/ticket/704
Notepad.exe 
But more seriously some people like TopStyle.
There is also one or two Firefox plugins that let you change CSS dynamically – as you edit it, the page updates so you can see it in realtime. Very handy.
Hi, very nice theme _ck_
I´m very noob on php and css, what programs do you use to do themes easily?
Thanks
What do you think of them as white-ish text?
Hmm, searching brought me to this:
https://bbpress.org/forums/topic/using-rss-feeds?replies=5
Sounds like you’d be happy with a hack, which is really a bad idea, and this is really better suited to a plugin, but I am still looking for where you’d make the exact change in the core.
In looking at this, I realized the RSS feeds for my forum are broken, so I’m not much help. Searching the code at trac.bbress.org for things like get_recent_rss_link
(which is where the URL for the Recent Posts RSS feed comes from I think doesn’t give me any results. It seems the search there does not search the code, just the tickets? I read the help but it wasn’t telling me what I wanted to hear 
Maybe I’ll check out a new copy and grep through it to see where to hack. Sorry I can’t be of more help. I don’t know the answer but I’ll try to help.
Yeah I was being lazy on the mouseover as I couldn’t quite decide the right colour but I gave in now and made a decision at least for the meanwhile…
The title colour is tricky though. I still can’t decide.
It’s going to have to be lighter though so the thin fonts can be seen.
I use a similar setup with the root folder of my domain as wordpress, then a subfolder for bbpress. So I have:
http://www.domain.com/
http://www.domain.com/bbpress
In my WordPress Control panel under options, both URLs are set to http://www.domain.com with no trailing slash. I noticed in your config this URL has a trailing slash:
$bb->wp_home = 'http://www.subventions.fr/';
Maybe that is causing a problem?
Looks nice just 2 comments:
– The background mouseover is still green, would change that to some blue-ish
– The bold black titles (like latest discussions, views etc) are kinda too hard black for the theme. I would soften these or give them the color that ADD NEW haas now (ofcourse the add new would get a new color too then) I think it would blend in better then the hard black.
_Null
I’ve been getting very burnt out on all the plugin coding/fixing so I decided I needed a break this weekend. Instead I worked on a theme I’ve been meaning to try making.
It’s not finished yet but wanted to hear some feedback on what I’ve managed so far:
-= FutureKind theme demo for bbPress =-
http://bbshowcase.org/forums/?bbtheme=futurekind
It will have flexible width (ie. 760px, 90% etc.)
in fact in wordpress you can set the home page in a different directory as the wordpress folder. That’s what i did. I installed wordpress in the wordpress folder but the homepage (index.php) is in the root directory.
As soon as i change it and put the address back to wordpress…. i loose all templates with the design…
The same way i’ve created a folder forum and uploaded the installation files of bbpress into it. Th’ats why i said
// The full URL of your bbPress install
$bb->uri = ‘http://www.subventions.fr/forum/’;
I tried to change the last part with my wordpress address by deleting wordpress as you recommended but it still doesn’t work but definitely it seems it comes from my wordpress setup… but what can i do?
In fact, in the source of your WordPress site, there are a bunch of links that result in a 404, and they all have wordpress
in the URL.
404 Page Not Found:
http://subventions.fr/wordpress/
So, in your WordPress control panel, I suppose this could be wrong:
Options->General: WordPress address (URL)
I think your problems exist with the WordPress setup, and they are showing up now with bbPress integration.