Skip to:
Content
Pages
Categories
Search
Top
Bottom

Multiple replies being created

Published on June 5th, 2023 by Chuckie

I just made a “reply” to one of my existing forum topics (you need to be registered). I only input it once and hit Submit. Why has it inserted the reply 9 times?!

reply with media not working

Published on June 4th, 2023 by Clivesmith

Hi,
When someone replies to a topic, if they include a photo, the reply is not saved, without the photo it saves OK. I add the photo using the media icon on the toolbar for the reply. It has worked in the past but has stopped now.

Any ideas please ?

user who posted a reply wants to delete his own reply

Published on June 3rd, 2023 by deliverteam

Is there a function that allows users who posted replies to delete their own replies?

these theme

Published on June 3rd, 2023 by Tony Bellardi

can install these theme of these forum ? not the colours only font and others…
very thanks !!

on https://www.publicmusic.it/forums/

Favourite / Unfavourite

Published on June 2nd, 2023 by loftus49

This is an amazing plugin .. must have been one heck of a project.

When viewing topics, in the upper right position, a word “Favourite” then “unfavourite” after it has been selected. I could not find anywhere in bbp Style Pack where this could be eliminated. Or, conversely, if selected, I did not see any effect it had on the topic list.

private group bbPress in Learndash

Published on June 2nd, 2023 by eluyawi

Hi!, I am using Learndash + bbPress, and I have LearnDash bbPress addon also. I have two courses where each of them have its forums configured.
Example:

CourseA
ForumA
ForumB

CourseB
ForumC
ForumD

If there is a student in courseB and he wants its forums, he can see all of them
ForumA
Associated Courses and Groups
CourseA
GroupA

ForumB
Associated Courses and Groups
CourseA
GroupA

ForumC
Associated Courses and Groups
CourseB
GroupB

ForumD
Associated Courses and Groups
CourseB
GroupB

So, if the student of CourseB, can NOT access ForumA and ForumB when clicks on them, but he can access to the ForumC and ForumD.

My question is: How can I make that when he sutdent of CourseB, if he wants to see his forums, only ForumC and ForumD appear and ForumA and ForumB remain hidden for this case?

All the forums is showed by default

Questions about customizing shortcodes

Published on June 2nd, 2023 by shake1

Questions about customization. I am using a translation tool, so my English may be unnatural.

In

Viewing 25 topics - 1,826 through 1,850 (of 4,843 total)
Viewing 25 topics - 1,826 through 1,850 (of 4,843 total)
, closed topics are also displayed, so I would like to limit it to open topics, does the following code seem ok? Please advise.


add_action( 'bbp_register_views', 'custom_bbp_no_replies' );

function custom_bbp_no_replies() {
	bbp_register_view(
		'no-replies', 
		__( 'Topics with no replies', 'bbpress' ),
		apply_filters(
			'bbp_topic_no_replies_query', 
			array(
				'post_parent' => 'any', 
				'post_status' => bbp_get_public_status_id(),  // Changed to show only open topics
				'meta_key' => '_bbp_reply_count',
				'meta_value' => 1,
				'meta_compare' => '<',
				'meta_type' => 'NUMERIC'
			)
		), 
		false
	);
}

Customize Shortcodes

Published on June 2nd, 2023 by shake1

Excuse me for asking a question about customization.
I am using a translation tool, so my English may be unnatural.

I would like to limit the posts displayed in

Viewing 25 topics - 1,826 through 25 (of 25 total)
Viewing 25 topics - 1,826 through 25 (of 25 total)
to 7 days.


function filter_bbp_get_view_query_args( $args, $view ) {
    // Check if the view exists
    if ( ! bbp_get_view( $view ) ) {
        return new WP_Error( 'invalid_view', __( 'Invalid view specified.', 'bbpress' ), $view );
    }

    if ( 'popular' === $view ) {
        $args['date_query'] = array(
            array(
                'after' => '1 week ago',
            ),
        );
    }
    return $args;
}
add_filter( 'bbp_get_view_query_args', 'filter_bbp_get_view_query_args', 10, 2 );

Forum Dashboard

Published on June 1st, 2023 by rayray714

Hello,

For some reason I can’t get bbPress to populate on my dashboard navigation. The only location i can see bbPress is within the customizer, but that wont let me edit forums.

I am running WP v6.2.2
I had bbPress v2.6.9 which it didnt populate on the dashboard.
I am now running v2.7.0-alpha and still having this issue.

topic user template

Published on May 31st, 2023 by ricoto

Hi,

why I don’t have the same user disposition in the topic:
photo
name
function
@
date?

Is this a special template?

Skip to toolbar