Skip to:
Content
Pages
Categories
Search
Top
Bottom

New to bbpress, having install issue

Published on January 25th, 2012 by etbliss

I copied the bbpress files to my server, but I cannot get the admin/setup. It just goes to a standard godaddy screen. Im sure Im doing something wrong. I cannot even access the /index.php file?

Im a complete newbie to this, I thought it would be a snap but I guess not.

Any help would be greatly appreciated.

Showing topics and posts by a given user

Published on January 25th, 2012 by ben_allison

Running bbPress with Buddypress.

Whilst viewing a user’s profile, I’d like to simply display topics and posts by a given user. I tried lifting this bit of code, but it returns nothing.

Idears?

<?php bbp_set_query_name( 'bbp_user_profile_topics_created' ); ?>
<div id="bbp-author-topics-started" class="bbp-author-topics-started">
<div class="entry-content">
<?php if ( bbp_get_user_topics_started() ) :
bbp_get_template_part( 'bbpress/pagination', 'topics' );
bbp_get_template_part( 'bbpress/loop', 'topics' );
bbp_get_template_part( 'bbpress/pagination', 'topics' );
else : ?>
<p><?php bbp_is_user_home() ? _e( 'You have not created any topics.', 'bbpress' ) : _e( 'This user has not created any topics.', 'bbpress' ); ?></p>
<?php endif; ?>
</div>
</div><!-- #bbp-author-topics-started -->

Separate Registrations for Two Separate Forums

Published on January 25th, 2012 by genevishgraphics

Is there a setting or a way to set up bbPress so users can only register for one forum on one installation of bbPress? Is this an option or does it have to be coded in, and if it has to be coded in, is that something that can be done?

bbpress is showing new: posts at top, and Old ones at bottom. Do not like!

Published on January 24th, 2012 by betoschool

Hi.

I just installed the bbpress plugin for my new personal site related to reltionships.

Now, new posts are showing at the top and old ones are at the bottom. Most sites do the other way around. How do I make the oldest to show at the top an the nwest at the bottom?

Reblogging through bbPress

Published on January 24th, 2012 by Erlend

Just a quick mention: Wouldn’t it be cool to reblog posts from around the web via any bbPress forum? Much like BP Links (and Facebook of course), just better for proper discussion since it’s on a forum.

If WordPress.com’s reblogging feature could be adapted for bbPress, I think it’d be a killer feature.

Page not found when creating a new forum

Published on January 24th, 2012 by con

Heyho,

I am running WP 3.3.1 in MU mode and wanted to setup bbpress in one of my sites. Cant get it to work though. Here is what happens:

I setup my WP site and activated a premium theme “salutation” – it is suppose to be bbpress friendly.

I downloaded and activated the “bbpress” plugin.

I create a new forum.

I click on view forum and it gives me a blank page with “page not found” error.

Any help much appreciated.

Constantin

"Thread started by" does not update when username is changed

Published on January 24th, 2012 by blogher8

I am using bbpress 0.9x.

I changed a user’s username (and user nicename — I hope that was right) in the SQL database because they used an email address by mistake (and regretted it).

However, while the new username has populated their posts, the little notation “thread started by” has not changed and still lists the original username.

Can you please help me fix this? (In case it is obvious, I am not that experienced with databases or php for that matter.)

Thanks!

Topic statistics – how to change the format?

Published on January 24th, 2012 by andrei.oniga

Hi,

What I’m looking for is to format the top message visible on a topic page (the one that says “This topic has x voices, contains y replies, and was last updated by zzz 1 day ago.”) so that I can give it a different wording. In this case, I need to change “voices” with “participants”.

Which files should I be meddling in?

Thanks in advance!

Integration issues with Wishlist Member

Published on January 24th, 2012 by johnny-rocket

Wondering if anyone has an easy solution to problem i’m having with integrating the most updated versions of bb-press and wishlist member.

I created a forum which i would like only available to paid subscribers. When i visit my forum page as either a logged in member or a guest (non-member) I get the following message:

Oh bother! No forums were found here!

I can view the forums perfectly as an admin.

Any one having these issues? Any solution?

Child theme (when running along side Buddypress 1.5

Published on January 24th, 2012 by ben_allison

So I’m running bbPress 2.0 alongside Buddypress 1.5. I’m using a child theme, based on Buddypress’s default theme… but I want to tweak some bbPress pages.

Let’s say, for example, the main forum view.

Right now, it’s based off page.php in my child theme, and is taking the title of the last forum, and using that in the the_title() tag I have for the page title.

On other “pages” I this makes sense; it’s getting the title while in the loop.

For the bbPress forum page, it’s wonky.

So, I want to make a main forum-view specific template file… but I’m unsure as to the best approach when I’m running a child theme for Buddypress.

FWIW, all forum’s are being handled by bbPress and it’s default template files.

Thanks!

Skip to toolbar