Skip to:
Content
Pages
Categories
Search
Top
Bottom

BBP style pack rename legends

Published on February 23rd, 2022 by DeepBlue

Hi

I am searching in the bbp style pack plugin an option to rename those two legends :

Create New Topic in β€œForum name”
Topic Title (Maximum Length: 80):

Is there a way to rename those two legends ? or do i need to edit file directly

I would like :

Create New Topic
Topic Title

Same for “Reply to” no need to see Reply to + name of the topic

Thank you

Remove 2 Select stick and status below form

Published on February 23rd, 2022 by DeepBlue

Hi

Those 2 select are not necessary as you already have options to stick and status topics in the first post of each topic

here is the css :

/*HIDE TWO SELECT STICK AND STATUS BELOW FORM (ALREADY OPTION ON FIRST POST OF EACH TOPIC)*/
label[for=bbp_stick_topic] {
    display: none!important;
}

select#bbp_stick_topic_select {
    display: none!important;
}

label[for=bbp_topic_status] {
    display: none!important;
}

select#bbp_topic_status_select {
	display: none!important;
}

Date format

Published on February 23rd, 2022 by DeepBlue

Hi

I have read several topics on this matter but didnt find the solution

How can i replace the standard BBpress “1 hour, 4 minutes ago” in freshness columns by the simple date “February 2”

Thank you πŸ™‚

Private groups forum

Published on February 23rd, 2022 by DeepBlue

Hi Robin

About this plugin :

Private groups

I would like to make sure before installing it that it wouldn’t mess with my ecommerce theme profiles

I think it only applies to forum roles, but i prefer to ask before just in case πŸ™‚

Thanks a lot for your great plugins πŸ™‚

Forum archive seems to be the WP archive

Published on February 22nd, 2022 by Frederic Pilon

For some reason on a brand new install of BBPress, all pages work as expected, except the archive for the forums, the home page of BBPress.

View post on imgur.com

So is there a way to make that archive page work by listing the available forums?

Site also runs elementor, if that helps.

Exclude buddypress group forums from forums archive

Published on February 22nd, 2022 by Giorgos Iliopoulos

Hello,
i want to exclude the buddypress group private forums from the list of forums in main forum page.
Is there any way to do that?
Thank you.

Number of posts under avatar

Published on February 20th, 2022 by DeepBlue

Hi

How to show the number of posts just under the avatar on every messages ?

php function or shortcode in template ? (i would like to avoid a new plugin)

thank you πŸ™‚

Show Bio as a signature

Published on February 20th, 2022 by DeepBlue

Hi

I noticed users have a bio in their profile settings

How can i show this bio as a signature at the end of all their messages ? (with clickable links)

what is the php (or shortcode) i can use on template file ?

thank you (i would like to avoid another plugin)

How to disable the logged-in user information

Published on February 20th, 2022 by Lee

I have set up my bbPress as no registration is required, but another plugin needs registration to use the service.
Is it possible to disable the user information on bbPress for users who are already logged in wordpress?

The theme (Astra) has a child theme, the bbPress child theme is not installed yet.
Wordpress is ver.5.9, bbPress is 2.6.9.

Thank you.

Disable Topic Creation For Certain Users

Published on February 18th, 2022 by Nick Sarro

It seems a lot of people have asked similar questions and the replies don’t seem to correspond with the question lol

Can we disable topic creation based on a users account role.

Skip to toolbar