Skip to:
Content
Pages
Categories
Search
Top
Bottom

Private forums are not shown to subscribers

Published on March 9th, 2015 by rualsi

Hi,

Since the last update: 2.5.5 Subscribers can’t see the content in private forumns. They can see the title but not the posts inside them.

Thanks!

Recent replies in a page instead of a widget

Published on March 9th, 2015 by spespam

Hello,

What is the shortcode to display the recent replies in a page instead of a widget ? I want the appearance of the recent replies to be just like in a widget (that means a simple LIST), so none of the shortcodes here (https://codex.bbpress.org/shortcodes/) corresponds to my request.

Thank you for your help.

Enable participants to delete their own posts?

Published on March 9th, 2015 by whileloop

How can I allow the participants to delete their own posts. I tried adding the line of code below to ‘capabilities.php’ under ‘case bbp_get_participant_role()’, but I don’t see the delete button when I login as a participant.

‘delete_topics’ => true,

I hardly know PHP.
Could someone help me on this issue? Thanks.

Participant role can't edit own posts after update

Published on March 9th, 2015 by Food Research Collaboration

Hi there,

I updated to the latest bbPress today and now Participant users are not able to edit their own posts and replies anymore (the Edit option doesn’t appear next to the posts). All other roles seem to be doing fine. I’ve tried deactivating all plugins and switching to the Twenty Fifteen theme but the problem persists, so it does seem to have been caused by the update. I’m running WordPress 4.1.1.
This is the website:

Home test


Any help is appreciated

Thanks

Hover Text Plugin

Published on March 9th, 2015 by Gomojoe

Is there a hover text plugin for bbpress? I’m look for something that will let you create a custom list of words or acronyms that when ever someone puts them in their posts, when you hover over them it’ll show you the definition. I found one that’ll work in the wordpress posts, but it doesn’t work in the forums.

Remove forum navigation button – Highwind Theme

Published on March 9th, 2015 by supotech

I’m currently using the Highline theme, and all of the forums show this button at the bottom right-hand side, linking to one particular forum called “Top Dawgs.”

Link to the Lounge forum: http://www.uwguide.com/forums/forum/lounge/

1) Why is that happening?

2) Is there a way to get rid of it? Do I need to edit the CSS of Highwind? If so, how?

New Topic Form

Published on March 8th, 2015 by eVersatile

Hello,
Using the new topic shortcode, is there a way to get the forums of the current user? or is there a way for me to edit this snippet `<p>
<label for=”bbp_forum_id”><?php _e( ‘Book:’, ‘bbpress’ ); ?></label><br />
<?php
bbp_dropdown( array(
‘show_none’ => __( ‘(Select One)’, ‘bbpress’ ),
‘selected’ => bbp_get_form_topic_forum()
) );
?>
</p>
` to reflect forums from the current user?

Trying to make my plugin compatible

Published on March 8th, 2015 by Igor Yavych

Hello. Since few people asked for it (I think there was even thread here few months ago), I’m trying to make my plugin (https://wordpress.org/plugins/simple-rating/) compatible with bbPress. As far as I understand, bbPress got own filters for content and that’s exactly where I got stuck. I can’t find list of filters. I found bbp_get_reply_content and bbp_get_topic_content but they exhibit kind of weird behavior. bbp_get_topic_content does exactly nothing, and bbp_get_reply_content filters content of first post, which is actually topic and I’m pretty sure should be filtered by bbp_get_topic_content.
Screenshot
So questions are:
– Is there a list of filters?
– If no, what are filters I should use to filter content of topic, reply and forum?
– What is this problem I described above?
bbPress version is latest stable available.

Sidebar won't go away

Published on March 8th, 2015 by mattrichard

Hi guys !

I’m having troubles with the sidebar of my forums, I don’t want it but I can’t find how to change this in the settings:

Electronique

I don’t want the profile and posts on the left, how can I do this ?

Thanks

Matthias

php actions; Authors and Topics

Published on March 8th, 2015 by eVersatile

Hello,
Is there a action to show another php action to only the author of the topic?
For example, if the author was looking at the topic he would see some text and if someone else was looking at it they would either see nothing or some other text.
Also, is there a action to detect if a topic is open or closed?
For example, If the topic is closed then another function would appear and if it is open then that action would not appear or something else would.

If you are not following what I am referring to then it would be the bbpress directory files. bbPress > content-single-topic.php

Skip to toolbar