Skip to:
Content
Pages
Categories
Search
Top
Bottom

Remove “Edit” link in reply header for certain roles

Published on May 24th, 2023 by enkoes

Hi, I’m using the codes below to remove “Edit” link in reply header without any issue:

add_filter ('bbp_reply_admin_links', 'rew_remove_edit') ;
add_filter ('bbp_topic_admin_links', 'rew_remove_edit') ;

function rew_remove_edit ($links) {
	unset ($links['edit']) ;
return $links ;	
}

My question: If I want the codes to work only for Role A & Role B, but NOT for other roles, how would I amend the code above?

Regards.

Forum Index Looks Wildly Different on Front End

Published on May 24th, 2023 by salvagedwisdom

WordPress v. 6.2.2
BBPress v. 2.6.9
Site (under construction): https://www.batsandblacklace.com

I am able to use the forum index shortcode while I’m editing my forums page and everything looks perfect (first screenshot). On the front end however, it looks completely different and is completely unusable (second screenshot). I have driven myself insane trying to figure this out and I’m coming up completely empty. Does anyone know what’s going on here?

Thanks!

Screenshot 1
Screenshot 2

Breadcrumps not showing

Published on May 23rd, 2023 by jorgenbrandt

Bread Crumps are not showing in the forums (and they have NOT been disabled in bbp Style Pack)

Using latest update of forum/stylepack
WP 6.2.2, Style 5.5.5, Forum 2.6.9

What do I do wrong?

User profile links not working, 404 error

Published on May 23rd, 2023 by webdes44

I’m using the latest version of WP, bbPress, and Hello by Elementor.

I created topics and replies with my admin profile and fake users, and when I click on the links of the users, it says the page cannot be found. In fact, the whole sidebar that I see here titled Topic Info doesn’t show up as well.

I see others have had this problem in the past: https://bbpress.org/forums/topic/user-profile-link-giving-a-404-error/ I wondered if this issue was resolved. But my fake user’s username is just one word, so it’s not a spacing issue.

Here’s a link to my forum page: https://www.referralgroup.b2bopps.com/forums/forum/general-forum/

Integration Profile BBPress into BuddyPress

Published on May 22nd, 2023 by eluyawi

Hello everyone!!!
I have installed BBPress and BuddyPress.

When I only had BBPress, I was able to modify many fields in the BBpress profile, such as.
– First name
– Last name
– Nickname
– Bio
– @username
– Username.

Now, I have installed BBPress and BuddyPress, and I can’t find where these fields are to edit them so I can change their values. How can I put these BBPress fields in BuddyPress? Do I need a plugin?

Thanks

How to move a lot of topics from different forums

Published on May 22nd, 2023 by OSCOWP

Is there any way or plugin which allows to move different topics to other forums at the same time?

Template

Published on May 22nd, 2023 by loftus49

I’m trying to create “Register” pages in WP (version: 6.2.2) for bbpress (Version 2.6.9). The following instructions say to access the following template.

“Before adding the page, it is important to select the bbPress template page for User Register. This can be done by clicking on the drop-down Template menu on the right hand section of the screen and selecting bbPress – User Register.”

I cannot find a bbpress template. I tried several themes (astra, neve, etc.) I used the bbpress style pack (version 5.5.5) and tried numerous priorities on “Forum Templates” ranging from 1 to 1000.

This is a practice site before replicating the issue on a staging site. So “oops” to the data or configuration is unimportant.

bbp-style-pack erreur functions.php on line 3338

Published on May 22nd, 2023 by bernard38fr

Il s’affiche une erreur en page d’accueil de mon site warning erreur
warning erreur functions.php
page d’accueil de mon site
warning erreur
Dernière version de wordpress et thème twenty two

users autoconfirming?

Published on May 22nd, 2023 by zoddshop63

For some reason when users signup they are automatically a user. They used to have to click something in an email or would remain pending. This is not good because they can take someones email without confirming that email.

Topic reply page does not open

Published on May 21st, 2023 by elielwanderley

Topic reply page does not open.
I disabled the plugins and the incompatibility is with the loco translate plugin, is there any way to solve this problem?
When deactivating the loco translate plugin, the topic answer page opens normally.

Skip to toolbar