Search Results for 'bbpress'
-
Search Results
-
Topic: comments_popup_link
Topic: WPMU+BBPRESS+BUDDYPRESS
kiaspeed2.com
I just need to get “forgot your password” to not look like WP login.
Topic: Search problems on 1.0.2
http://img32.imageshack.us/img32/9774/bbpress.png
Some search links doesn’t work… Check picture.
I’ve been trying to install the latest version of bbpress, but every time it installs it’s giving an error it can’t create the forum. It makes no sense. And then whenever I try to reinstall it says bbpress is already installed and it won’t do anything.
Topic: Installing bbPress
I downloaded the zip file and it unzipped itself into a folder. When I tried to upload the folder in my root (html) directory it will not do so as a folder but as individual files. Is that ok and what will be the URL if I upload it into the root (html) directory to access the forums as admin?
Also I am using WP 2.8.4, so do I need to use the WP Integration Plugin with it?
Thank you.
Topic: Errors After Pure Install
What if I want to show some of the latest discussions inside my site home page? Just titles (with links) would do. Is there any way one can grab them, perhaps as RSS, and display them into a page? I know, as an example, this is currently done for twitter posts. What about bbpress discussions?

i’m looking for a way to use the same output like in wp for the comments like:
<?php comments_popup_link('no comments', 'one comment', ' % comments'); ?>instead of<?php forum_topics(); ?> <?php _e('post(s) or comment(s)'); ?>.so is there a php pendant in bbpress to count comments or posts the wordpress way?
thank’s in advance