Skip to:
Content
Pages
Categories
Search
Top
Bottom

"view" link error in the buddypress activity stream

Published on September 10th, 2011 by common8308

I updated from bbpress 2.0 beta-2 to the recent version of bbpress, and I was excited to find the forum topics and replies shown in the buddypress activity stream. First I want to thank you for developing this really nice feature.

The thing is that when I click “view” button in the activity stream, the link is not redirected to the original forum topic or reply, and it’s just redirected to this kind of URL. rootURL/activity/p/26442/

Is this a known bug or am I the only one having this problem? Thanks in advance for your reply!

edit replies from dashoboard

Published on September 10th, 2011 by c0cc0bill

When I edit the replies from the dashboard, the reply losses associated with topic (the topic remains intact but the attribute becames “no topic”).

Is anyone else having this issue?

Some theme questions

Published on September 10th, 2011 by Adam

if I am using a default wordpress theme, I have noticed that on the forums section site/forum/forumName there is a side bar, the themes side bar. How do we remove this?

Forums not displaying?

Published on September 9th, 2011 by Adam

I have a single install of bbpress, no other plugins and i am using a theme in which I placed: add_theme_support( ‘bbpress’ ); in the functions.php file. When creating a forum and testing it out I am taken toa page where I get a 404 error….

this theme is a wordpress theme. I managed to get it to work….No not really. the forums do not seem to work properly with ordinary wordpress themes. is there no smooth integration between the two?

"Post Too Old" after writing a new topic

Published on September 9th, 2011 by fontadoni

Hi,

I had a user complain that he had finished writing a long post and after trying to publish it, he got a message saying “post to old” and lost all he had written.

I’m wondering if there is a setting I need to change so this doesn’t happen again? I’m using bbPress 1.0.3. Thanks in advance for your help.

Setting up URL to /forums/

Published on September 9th, 2011 by SRobbins

I need a lot of help. I installed bbPress, and figured it would ask me configuration during the process… it did not.

I have 2 problems:

1) I dont know how to set up a link in my menu bar for my forum.

2) I assumed it would ask me where I want to forums to exist to the outside world. I want them at www.mysite.com/forums. but I have no clue where it stuck them.

the mysite.com is running wordpress right on it. A lot of the helpo I have found involves editing PHP code. While im a net geek I cant read PHP greek speak. :(

Its a freash install so I dont need to worry about breaking thread links and the likes. Please help.

Only show topics in search results for bbpress 2.0

Published on September 9th, 2011 by mweatherill

I’ve added the following to my theme functions to include topics, posts and replies in search result:

// Add Forums, Topics and Replies to search results
function my_add_bbp_to_search( $post_type ) {
$post_type['exclude_from_search'] = false;
return $post_type;
}
add_filter( 'bbp_register_forum_post_type', 'my_add_bbp_to_search' );
add_filter( 'bbp_register_topic_post_type', 'my_add_bbp_to_search' );
add_filter( 'bbp_register_reply_post_type', 'my_add_bbp_to_search' );

My frustration is that my search results are flooded with replies whilst I would prefer to only show each topic once. I’m willing to write a plugin to implement this “GROUP BY parent” logic but I’m not too sure how to approach the problem. Can anyone point me in the right direction for the filters that I need to intercept?

I got it all working …..maybe

Published on September 8th, 2011 by Adam

So I have bbpress 2.0 rc4 installed.

I also have buddy press 1.5 (the latest build from trac) installed.

How do I keep the discussion forums enabled in buddypress and use the forums of bbpress like how you guys have the sample site set up?

What are the steps?

bbpress is broken?

Published on September 8th, 2011 by Adam

Not understanding this….. (bbpress 2.0 rc4)

1) I installed the plugin.

2) I don’t have twenty ten installed and I got the error “bbPress (Twenty Ten) The parent theme is missing. Please install the “twentyten” parent theme.” This should be updated to use the latest version of WordPress theme 2011

3) Installed twenty 10

4) returned to themes.

5)bbpress theme is not showing its preview .png file most themes show.

6) Activating bbpress theme gives me:

Your active theme does not include bbPress template files. Your forums are using the default styling included with bbPress.

The active theme is broken. Reverting to the default theme.

-> NOTHING was touched or changed. All I did was install bbpress plugin and install the twenty ten theme.

So I thought, what the hell lets create a forum and go to it:

1) forums

2) new forums

3) new: Test

4) Publish

5) view ->

This is somewhat embarrassing, isn’t it?

It seems we can’t find what you’re looking for. Perhaps searching, or one of the links below, can help.

What am I doing wrong? Why is this not working at all?

Feature Request: Change Post Author

Published on September 8th, 2011 by justle

This seems like a trivial request, but it would make “importing” small or newer forums to the bbPress 2.0 plugin much easier. If it would be possible to create a topic and replies and change the authors (admin privileges only), I would greatly appreciate it!

Skip to toolbar