Skip to:
Content
Pages
Categories
Search
Top
Bottom

Where do we report bugs?

Published on October 13th, 2009 by darrinb

I noticed an extra set of quotation marks in functions.bb-template.php on line 3287 after the $tab variable.

$r .= '<select name="' . $name . '" id="' . $id . '"' . $tab . '">' . "n";

This creates extra quote marks on the bb_new_topic_forum_dropdown(); like so:

<select name="forum_id" id="forum-id"">

Definitive Deep Integration Instructions?

Published on October 13th, 2009 by OKTeaRoom

Hi,

I want to attempt a deep integration with my wordpress theme and I’m just wondering if there is a definitive set of instructions or thread on here that goes over what to do. I’ve seen a few, but they were started over 2 years ago.

Are those still the best/most relevant?

Thanks for your time. I know some people here have been on this journey with bbpress for the 2 years so they would know the answer to this question the best.

Bob

Tweaking bbPress – Forum Avatars, Recent Posts, etc.

Published on October 13th, 2009 by

I’m planning on launching a bbPress forum sometime in the months ahead, but want to add a few important features.

1) I’d like to add ‘avatars’ beside each forum, just like vbulletin and other forum setups let you do. Is this possible?

2) I’d like to tie-in ‘recent comments’, ‘new threads’, etc. lists in a widget on my blog. Something that updates in real time as posts are made… Just a way to funnel more folks from the blog into the forums… is this doable as well?

Any advice is greatly appreciated!

James

Blank page on plugins.php

Published on October 13th, 2009 by sadnem

I installed bbpress 1.02 on a shared database with wordpress everything is ok except the plugins page that shows blank, What can i do to solve it. Thank you.

Regards, Sadnem.

Use different templates for different forums

Published on October 13th, 2009 by

I worked with wordpress for a while, but I’m really new to BBpress. I can’t find detail documents for BBpress like wordpress does.

If I want to use different templates for different categories in wordpress, I can use the following script.

<?php

$post = $wp_query->post;

if ( in_category(‘1) ) {

include(TEMPLATEPATH . ‘/single-1.php’);

}

elseif ( in_category(‘2’) ) {

include(TEMPLATEPATH . ‘/single-2.php’);

}

else {

include(TEMPLATEPATH . ‘/single-3.php’);

}

?>

But I don’t know how to make it in BBpress, could anyone help me out? Thanks a lot!

Links going to the wrong Post

Published on October 13th, 2009 by

I am running BBpress V 1.0.2 and for some reason some members are having an issue with links going to the wrong post. I cannot replicate the error in any browser with my admin user but I can log in as one of the users that is having the issue and see it via their login. Has anyone ever seen the issue? I do have a long list of plugins that is seems any one could the the culprit but it seems really odd that only some members are having the issue.

http://easyloungin.com/

Is there any decent plugins for 1.x?

Published on October 13th, 2009 by TheAleph

All there is Nightgunner’s, that work and there are some by _ck_ and others I’d like in thar, that don’t.

bb-reputation + leaderboard

Published on October 13th, 2009 by harakiri1

i want to it works with leaderboard plugin and the member that highest points is the highest rank, it is possible ?

How to remove 'junior member'

Published on October 13th, 2009 by christianrharris

Please can you advise how to remove the links that appear at the side of posts, such as ‘junior member’ and ‘new member’.

Thanks greatly!

Tags/ page has disappeared

Published on October 13th, 2009 by

My /tags/ page is returning a 404..

http://www.copsandrobbers.net/messageboard/tags/

This is working OK..

http://www.copsandrobbers.net/messageboard/tags.php

Is this correct behaviour? I’m sure tags/ used to return a list of all tags, or am I getting confused??

In addition I can no longer merge tags as I get an error message.

Skip to toolbar