That isn’t so good, and I thought you might be going down that route. Is there no other way of displaying a forum other than using this?
I would suggest that if a bbPress template exists within the current theme use that, else fall back to a default within the plugin. Otherwise the uptake will be severely limited to those using TwentyTen! and then only if they haven’t already created a child theme.
If you keep with this route then it will only alienate users. (IMO)
edit: where do you want error reports sent, seems daft to use TRAC at this early stage, can we have a dedicated board on here?
Thank you Gautam, that worked and I assume that if i want to use a different theme, i would have to create a child theme for my main Theme.
how do you display the forum itself on the site or has it not got that far yet
First of all, you need to enable the TwentyTen child theme from Appearance. Then, you need to create a new page, give it a title and then select bbPress - Forum Index in Template Select Box in Page Attributes section (below Publish button).
And when you’d visit the page, you would see the list of forums, then you can go to a particular forum to see its topics and then go to a particular topic to see its replies.
I am looking forward to this and I want to thank you guys for working on it. I’m just testing the plugin from the trac for any bugs etc and was wondering, how do you display the forum itself on the site or has it not got that far yet? Backend seems to be working ok.
hi all,
i have just installed bbpress as per guidelines and got successful install notifications.
however when i try to access my site, i get this error:
Oh dear!
bbPress is already installed.
Perhaps you meant to run the upgrade script instead?
Im not sure how to proceed. I can provide links if anyone wishes.
any help is much appreciated.
id like to know which plugin that is.
It’s not a plugin. bbpress.org uses the trunk version of bbPress.
id like to know which plugin that is.
It’s not a plugin. bbpress.org uses the trunk version of bbPress.
About notify the posts I’m using https://bbpress.org/plugins/topic/subscribe-to-topic/ in my forum.
Pretty good 
Regards
About notify the posts I’m using https://bbpress.org/plugins/topic/subscribe-to-topic/ in my forum.
Pretty good 
Regards
all over the place.
bbPress doesn’t collect individual topic views nor it displays them. Did you mean “topic voices”?
The code looks like tangled spaghetti
The code is very clean.
all over the place.
bbPress doesn’t collect individual topic views nor it displays them. Did you mean “topic voices”?
The code looks like tangled spaghetti
The code is very clean.
Well, the gap is deliberate – you can see that in the original Mystique theme too. To remove that, you can put this at the end of the theme’s style.css:
.shadow-right{ padding-bottom: 0 !important; }
And the icons aren’t actually hidden – when you hover the icons, they should come out – but that’s only possible when you’ve the latest version of jQuery running (that is in bbPress dev aka trunk version, not in 1.0.2 or below). So what you can do is, download the latest jQuery and replace it with the one present on your server (bb-includes/js/jquery/jquery.js).
Well, the gap is deliberate – you can see that in the original Mystique theme too. To remove that, you can put this at the end of the theme’s style.css:
.shadow-right{ padding-bottom: 0 !important; }
And the icons aren’t actually hidden – when you hover the icons, they should come out – but that’s only possible when you’ve the latest version of jQuery running (that is in bbPress dev aka trunk version, not in 1.0.2 or below). So what you can do is, download the latest jQuery and replace it with the one present on your server (bb-includes/js/jquery/jquery.js).
Hey decas,
I followed this tutorial here..
http://www.adityanaik.com/integratepress-part-i/
And was able to style my theme within wordpress like this..
http://www.designsaga.com/forum
You will need to coding knowledge to get it working though.
Hey decas,
I followed this tutorial here..
http://www.adityanaik.com/integratepress-part-i/
And was able to style my theme within wordpress like this..
http://www.designsaga.com/forum
You will need to coding knowledge to get it working though.
is there an idea of when this will be publicly launched ie it will be safe to use on a site?
I am very eager to use this!
seems to of fixed it for now i downloaded the bbpress integration plugin and it seems to of given it a big kick
seems to of fixed it for now i downloaded the bbpress integration plugin and it seems to of given it a big kick
Hello guys, I think this question was answered in this forum but sorry I can’t find it. So my problem:
I want to make bbpress use wp theme. Just open wp site, press forum and you are still in website (I want to make it look like a page). How to do that? I used themepress but theres no images and css when I install it…
Sorry for my english.
Another thing is about avatars.
If I recall correctly, the current version of bbpress only has native support for “gravatars”.
Many people, such as me, don’t want “an image that follows you from site to site appearing beside your name when you do things like comment or post on a blog.”
I much prefer allowing members of my site to have an avatar that is specific to their profile on my site.
Hopefully future versions of bbpress have native support for both gravatars and also avatars that are not gravatars.
JJJ, thanks for all your work on the new bbpress!
I run a wordpress site that uses a premium classifieds theme, and I have a bbpress forum integrated on the site.
One little issue is that members of my site have both a forum profile and another profile associated with the classifieds section.
It would be best if members of my site had only a single profile, that could be linked to from both the forum and from the classifieds section.
And the profile could show both recent forum posts of that member, as well as recent classified ads.
I’m not sure if this issue is best to bring up here with bbpress of maybe with the developers of the classifieds theme, or if it’s something I should try to handle myself.
Is there a plugin or an easy mod to show the replies to topics in a thread on the topic page, similar to the phorum.org demo here:
– http://www.phorum.org/demo/list.php?2, and
– http://makeupalley.com/board/board.asp?bid=1
Thanks in advance.