bbPress

Simple, Fast, Elegant

bbPress support forums » Troubleshooting

Using bbpress forum content within a wordpress page

(7 posts)
  • Started 2 months ago by alfandango
  • Latest reply from zappoman
  • This topic is not resolved

Tags:

  1. alfandango
    Member

    Hey,

    I've recently begun to play with bbpress in conjunction with wordpress.

    I've figured out how to include an RSS feed of a bbpress post & author to display as "author on "title of the post"" by using the following code:

    <?php include_once(ABSPATH . WPINC . '/rss.php'); wp_rss('http://example.com/bbforum/rss.php', 5); ?>

    Does anyone know how to include an excerpt of the post, time and change the formatting.

    Basically I'm aiming for the feed to create something like this....

    ...Alternativly, is there an easier way to include or embed bbpress or any other forum into wordpress?

    Any advice is very much appreciated :)

    Posted 2 months ago #
  2. There's no easy way to embed bbPress into a WordPress page, I don't think. There are forum plugins for WordPress that work inside a WordPress page, but I have no experience with them.

    http://wordpress.org/extend/plugins/search.php?q=forum
    (sorry, that search is pathetic but that's where I'd start)

    Posted 2 months ago #
  3. 1.0 will include XML-RPC for all bbPress content.

    It would be quite easy to create a plugin for WordPress which fetches content via XML-RPC and turns it into an array.

    Posted 2 months ago #
  4. I am also looking for such a thing.

    I've been hacking on a WP plugin that will embed a forum into a page, but it's not working yet.

    I'd love to find out if someone else has already built this.

    I am looking to embed a full fledged forum not just a feed. I want posting, navigation etc.

    So, let's say you had wordpress at:

    http://example.com/

    And you made a wordpress page call /forum/

    And you wanted to embed bbPress there.

    Why is not not the same as running bbPress at /forum/?

    Well, I want wp to handle the rendering of the header, footer, sidebar, etc. I just want the page content to be bbPress.

    Posted 1 month ago #
  5. Why? I think it's because bbPress is not a WordPress plugin. There are already other forum plugins for WordPress. bbPress is not one of them.

    Posted 1 month ago #
  6. josswinn
    Member

    Isn't Sam's plugin almost what you're looking for:
    http://wordpress.org/extend/plugins/bbpress-live/

    It's not a fully fledged forum plugin, but I'm guessing it's something you could build on.

    Posted 1 month ago #
  7. An update: I got this working by doing "complex" integration of bbPress+Wordpress and now I run bbPress mounted at /forum/ but inside of bbPress it has access to all the WP functions and so my theme is able to run wp plugins, widgets, etc.

    I wrote a plugin (that happens to live in wp, but really it's all the same now).. that hooks 'bb_template', 'bb_get_forum_bread_crumb', 'get_forums', 'bb_index.php_pre_db', 'bb_forum.php_pre_db', and a couple others.

    My plugin alows you to specify with "sub forum" is associated with a blog, and when you go to the forum page for that blog, it shows a fully functioning bbPress for that forum and below. It's actually running bbPress, and this plugin, with access to the wordpress themes, widgets, etc.

    What's cool about this is that my main bbPress site, which includes all of the forums, including these blog forums, shows all the forum content as well.

    Posted 2 weeks ago #

RSS feed for this topic

Reply

You must log in to post.

Code is Poetry.