Instead, that /rss/topics thing looks promising: if I only could find the source of that page, and throw away most of the code, just to keep the last 5 or so entries with no formatting, that would be more than enough.
There is a rss.php file inside the bbpress folder, but there is too much code and I get lost into it.
They could surely be worth inspecting, if I only really knew anything about coding.

So, you mean that if I place this piece of php code [1] into any web page I’ll show a list of entries? I tried but it doesn’t seem to work at all.
So, the idea of just swapping wordpress variables with bbpress ones is not enough.
No. I’m afraid it would be beyond my skills.
—-
[1] https://bbpress.org/plugins/topic/wordpress-latest-post/
Hi, I can’t find a solution to the following errors. It’s after a pure install of bbpress 1.0.3
First is:
http://img190.imageshack.us/my.php?image=error1a.png
And After I click log-in its:
http://img190.imageshack.us/my.php?image=error2ig.jpg
Thanks.
What bbpress integration plugin are you using? You should be able to integrate 2.8 and 1.0 without any plugins installed in either, just set the bbPress up with the same settings as WordPress under Settings -> WordPress Integration in the bbPress admin.
There’s the latest topics RSS feed at /rss/topics and the WordPress Latest Post plugin: https://bbpress.org/plugins/topic/wordpress-latest-post/, either of those help?
I believe there is some problem with https://bbpress.org/plugins/topic/bb-lightbox2/ . The slider in snowski functions properly when I disable it. It was the only thing I did yesterday and the slider didn’t open right after disabling the plug in, so I first thought it wouldn’t be the reason. Would it be possible to investigate the issue or could you recommend a replacement for bb-lightbox2?
Thank you very much for your fast reply and your effort and time
Can i use the login sessions of bbpress for my own custom script ? so people register and login through bbpress, and the session carries on to my custom script outside of the bbpress folder/installation.
I’ll post this here, as this is probably the closest thread I’ve found relating to what I’m trying to do.
I’m setting up a µ site that will be using bbPress on the main blog. Since I don’t want to usurp *.domain.tld/forums/ on every blog, I set up bbPress under its own subdomain.
Works fine using either an Apache VirtualHost or the above mod_rewrite method, right up until I try to load µ from within bbpress (there are a LOT of functions I would like to use without rewriting them, so this is absolutely necessary). Once I load wp-config in bbPress, trying to access the forums 302 redirects me back to blog. Looks like I can have my subdomain, or my integration, but I can’t have both at the same time.
Has anybody gotten this to work?
Hi,
well, the topic title says it. It works fine when I log on to WP, click on forums getting logged in to bbpress. But when I log out from WP, I still stay logged on the forums, although my buddybar is showing that I’m not logged… Weird thing, can anyone explain this? It would be good when I can login/out from WP including the forums. Deep integration was done already, but I have no idea what went wrong on this issue.
Maybe someone experienced the same?
pxlgirl.
Thanks for your replies.
I will go with another board then; I wanted to use BBpress but based on the features as listed above it wouldn’t be feasible.
Appreciate the input.
@Senteevs: Excellent. Thanks so much for you time.
I also found a workable solution here: https://bbpress.org/forums/topic/adding-custom-profile-fields#post-1839 I couldn’t find anything in the forums until I used Google to search the forums. Google surfaced what I needed as the first hit.
Thanks again.
I had my test bbpress and my wordpress site working well. WP 2.7.1 and bbpress 1.0 I updated my wordpress site this weekend to 2.8 and now the integration doesn’t work.
Not only does the login not work across the site, but when I login to one it logs me out of the other.
I have went through all the steps that I did initially to integrate the sites, but haven’t figured out the change. I’m wondering if it has to do with the bbpress integration plugin?
I installed the latest bbPress version (1.0.2) and integrated in WordPress 2.8.4.
Everything seems working, but only the footer navigation with the “next page” links don’t work.
I think it is a conflict between the htaccess files of bbPress and WordPress.
If I switch Options -MultiViews to Options +MultiViews, the “next pages” work.
But from that moment the topic page redirects to /topic/17475/page/17475 (the latest number isn’t correct).
Anyone a solution? Thanks in advance.
I haven’t had a chance to use bbPM yet – I hear good things though:
https://bbpress.org/plugins/topic/bbpm/
This is the most popular and oldest PM plugin… it has some usability issues that are unresolved, along with some security issues (which have been largely patched, in the comments of the plugin):
https://bbpress.org/plugins/topic/private-messages/
I don’t know of any PM plugins in bbPress that allows users to send attachments/photos…
Update:
I’ve been moving around some function calls and css attributes, things almost work except 3 things:
1. The navigation shows “members” as selected page, not the forums. How can I solve that? To implement the forum link on bbpress, I’ve created a file called pb_nav.php and put it in my mu-plugins/ dir. This won’t work on bbpress for whatever reason
2. When viewing a topic, I got some admin options at the bottom, such as “Delete topic”, “Unstick topic” etc. All these options are put in “[…]” which looks awful. I have no idea what in what file I can remove them.
3. I’d also like to change the “welcome <username> | Admin | log out” part by removing the username part, where is that declared?
I’d be happy if someone would help me out here, I’m almost getting to there…
pxlgirl.
Hi,
personal messaging is not a default function in bbpress, bbpress is great because of other features
What about html as just link to an expternal website
http://www.bbpress.org forexample
I have BP 1.0.2 and WPMU 2.8.4 with deep integration (I call wp-blog-header.php in ‘bb-config.php’).
All of the forum RSS feeds work, except the top level feed of all new posts across the forum: <site URL>/<forum name>/rss/
This is true for FF, IE and Safari.
In IE, I see the error:
Invalid xml declaration.
Line: 13 Character: 3
<?xml version="1.0" encoding="UTF-8"?>
Viewing the source, it looks like WPMU is inserting an XML header above the bbPress XML header:
<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.8.4" -->
<rss version="0.92">
<channel>
<title>[SITE NAME] » Page not found</title>
<link>[SITE URL]</link>
<description>Just another [SITE NAME] weblog</description>
<lastBuildDate>Sun, 06 Sep 2009 14:07:54 +0000</lastBuildDate>
<docs>http://backend.userland.com/rss092</docs>
<language>en</language>
</channel>
</rss>
<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
ETC...
Does anyone else have this issue.
I have repo’d something very similar on a previous version of the site that is using WPMU 2.2.
For images you might want to try https://bbpress.org/plugins/topic/allow-images/
As for the html I’m not sure I understand your question.
Plain html should work
<img src="http://image-location.jpeg" />
Yeah that looks like WordPress is attempting to handle the RSS as well as bbPress, so it’s definitely a deep integration issue. I’m not sure how to detangle that, but hopefully someone else can or I’ll try and have a look tomorrow.
How do you link to html link in the forum post and display photos. Is there a plugin for that? I have latest version of bbpress.
@kawauso, that line in the error is the source on line 13: “<?xml version=”1.0″?><!– generator=”bbPress” –>”
I should have looked at the source though. It seems that the xml has two headers. Could this be related to deep integration?
<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.8.4" -->
<rss version="0.92">
<channel>
<title>[SITENAME] » Page not found</title>
<link>http://[HOST]</link>
<description>Just another [HOST] weblog</description>
<lastBuildDate>Sun, 06 Sep 2009 14:07:54 +0000</lastBuildDate>
<docs>http://backend.userland.com/rss092</docs>
<language>en</language>
</channel>
</rss>
<?xml version="1.0"?><!-- generator="bbPress" -->
<rss version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
>
<channel>
<title>[SITENAME] Forum » Recent Posts</title>
<link>http://[FORUM URL]b/</link>
<description>[SITENAME] » Recent Posts</description>
<language>en</language>
<pubDate>Mon, 07 Sep 2009 19:27:36 +0000</pubDate>
<item>
Ok, I got it! Or close to that…
I happen to have this patch on my system
https://bbpress.org/forums/topic/updated-to-desmond-but-theme-not-working#post-4254
As I disable that, the magic is done and rss comes back to life!
While I cannot say “what” is wrong with such a patch, I’m happy to confirm that just eliminating it does the trick. In case anybody else has the same issue…
Thanks for the kind help to everybody, with a special thank to kawauso