Skip to:
Content
Pages
Categories
Search
Top
Bottom

all forum pages except the first one

Published on February 1st, 2021 by frenchlemans

Good evening everyone,

I need to embed a boutin link on all forum pages except the first one.
Can you tell me the procedure?

Thank you
Regards

Looking for a plugin to edit/change author

Published on January 31st, 2021 by BobHatcher

I run a membership site with bbpress and we have members leave so I need to change the author of their posts. Can anyone recommend a plugin that can help me do that?

Thanks

Forum Restrictions

Published on January 31st, 2021 by deanljbirch

I’m in the middle of a project that will embed bbpress.

I’ll have to create a forum for “Website updates, company updates etc” however, other members/site users should be able to reply to a topic in that specific forum but not create new topics.

Best plugin for this?

Login widget not working!

Published on January 30th, 2021 by kerozen

here is the link to the forum https://cavamaman.com/confessionnal/
i can’t click Register and lost password!
I have created the pages for registering and lost password and linked em to the widget but the words Register and lost password arent clickable. why?

allow subscribers on closed forums

Published on January 30th, 2021 by omnialive

I have closed a forum, as I didn’t want any non-admin posts or replies (a sort of read-only news and updates forums).

However, doing this seems to be removing Subscribe option for everyone…so no one is able to get notifications for these posts and must manually check.

Is there a work around for that?

Show a list of forum moderators

Published on January 30th, 2021 by athep

Hello,

I’m trying to get a list of the current forum’s moderators, I have this argument that filters all the users and lists me all the moderators from all the other forums.

$args = array( 'role' => 'bbp_moderator');

The above code lists all of the moderators from all the forums, I only want the moderators of the current forum, any parameters or snippet that could help me?

How can I get topic’s picture URL?

Published on January 29th, 2021 by Julia

The bbress Support 7 years ago. Topic Thumbnails?


add_action( 'bbp_theme_before_topic_title', 'assylumn_insert_thumbnail' );
function assylumn_insert_thumbnail() {
	echo('<a href="http://www.mysite.com/wp-content/uploads/2013/09/picture.jpg">') ; 
    echo('<img class="bbp-topic-thumbnail"  width="100%" style="max-width: ' . get_option('thumbnail_size_w') . 'px; max-height: ' . get_option('thumbnail_size_h'). 'px; vertical-align:middle;" src="http://www.mysite.com/wp-content/uploads/2013/09/picture.jpg"/>' .'</a>');
	}

I did not know how to get the url in each topic pictures using plugin, GD bbPress Attachments.
Please show me other code to get the url in the topic pictures.

Reset of Forum Posts Count

Published on January 29th, 2021 by Tim

We just started a site and the number of posts is over 300 but in reality only like 5 or 10.
Does it seed that number starting at 300?
Is it possible to reset it back to 0 or to some other number?

I was told to post on these forums.

Here is a screenshot of what I am referring to:
01.29.2021-19.30.49

Space characters appear in subscription mail

Published on January 28th, 2021 by purityboy83

Hi

I am receiving emails about new posts through the subscription feature.

Space tags are checked in the message content.

For example, I wrote a post like the image below.
===========================
test

test

test
===========================

Image Link : https://ibb.co/nMvRjwQ

but received mail include to “& nbsp;”
=================================
test

&nbsp ;

test

&nbsp ;

test
=================================

Image Link : https://ibb.co/dWcQHVM

I need help to solve the problem

Best Regards,
Hyunho

Add introductory paragraph to home page of bbPress

Published on January 28th, 2021 by wpfan1000

Hi,

I would like to add some html content at the top of the forums home page – the page at /forums.

I have searched for this on the net, I have looked thru the hooks list at bbpress.org and cant find anything.

I am sure this can be done and I am sorry if I did not find something obvious.

Any help is appreciated. Thanks ahead of time.

Skip to toolbar