Skip to:
Content
Pages
Categories
Search
Top
Bottom

Trying to remove bbPress causes Critical error

Published on February 1st, 2022 by ollietubb1

Hi there,

I have been testing bbPress for my site but I am not sure it is the right fit.
And so, I disable it and it causes a critical error in WordPress. I enable it again and the site comes back.

I am using WP 5.9, DIVI theme 4.14.7

Site: https://wbc1.otiscreative.co.uk/

I would like to test BuddyPress but I don’t want to do this while I have this issue with bbPress.

Let me know if you need any further info.

Many thanks,
Ollie

Strategy for forum order

Published on February 1st, 2022 by restorm

I’m creating a new site, which will have a BuddyPress Group for each geographic area, such as city, county, state, nation. They would be nested, and each would have multiple BBPress Forums, such as for neighborhoods within a city. I don’t really understand the purpose of giving Forums numbers: is it just to create a display order? I need advice on creating a numbering system for the Forums that will make sense, so I don’t have to re-do it later on. Thanks.

Spectator same Capabilitys as Participant

Published on February 1st, 2022 by Kalusha

Hello,
I need that the spectator had the same capabilitys as a Participant.

Can anybody give a code for my functions.php

That were great.

Sorry for my English. I´m from Germany.
Regards

Like button for forum

Published on January 31st, 2022 by redelefant

Has anyone added a like button recently that could recommend a plugin?

Link to user profile page for menu

Published on January 30th, 2022 by markusb

I’d like to add a link to the logged-in users profile page to a menu. For this I need an URL to add to the menu in question.

I see that the URL <mysite>/users/<username> points to the names uses profile, but this obviously does not work for a menu as this would point to the profile of a specific use, not the profile of the logged-in user.

permalinks different forums settings and page settings

Published on January 29th, 2022 by loveasfire

Halo,

there is a fixed permalink for the forum in the forum settings. I only can change the last part of the name on bbpress. But to display the forum on my pages I need the same link name for my pages.

nichtvovndieserwelt.org/forums/forum/verbuendeten-forum is the name on the forumssettings. But If I try to create a page with this url address it changes automatically in the settings to nichtvondieserwelt.org/forums-forum-verbuendeten-forum. So there appears no forum on the different page because it has different addresse. Again how can I make display the forum on a page and make buttons to link to them if I can not choose my own address in BOTH cases????

Please help

How to add Subscribe button to group home page

Published on January 28th, 2022 by Simon Blackbourn

I’ve got BuddyPress set up so that each group has one bbPress forum. I’d like to show a ‘Subscribe’ button in the group header on the group’s homepage which works exactly the same as the Subscribe button on the group’s forum page.

I’m using the code below to show the button, but it reloads the page instead of doing an AJAX call, and it doesn’t subscribe/unsubscribe the user from the group’s forum.

What do I need to do to get this working? The correct forum ID is being passed in the arguments.


$forum_ids = bbp_get_group_forum_ids();
if ( $forum_ids ) {
	$sub_link_args = [ 'object_id' => reset( $forum_ids ) ];
	bbp_forum_subscription_link( $sub_link_args );
}

Forum search breaks results page

Published on January 27th, 2022 by goodsheettalker

HI,

First time using bbpress.

When I use the search on my forum page https://this.sheetgood.com/forum/ the search results page is just the footer with some weird widget overlaps in the footer.

I’ve tried everything I can think of in my limited tool box.
deactivated all other plugins, tried different themes but it still seems to happen.

Any help is appreciated!

Can’t add my stylesheet to the full text editor

Published on January 27th, 2022 by AndyHenderson

I’ve enabled the full text editor, but it doesn’t use the editor styles I’ve created for the admin area.

Adding this:

add_filter( 'bbp_before_get_the_content_parse_args', 'u3aBBPEditorStylesheet' );
function u3aBBPEditorStylesheet( $args ) {
 $args['tinymce'] = array( 'content-css' => get_stylesheet_directory_uri() . '/css/bothEditorStyles.css');
 return $args;
);

replaces the editor with the HTML one. In the above setting $args[‘tinymce’] back to true brings the full text editor back. Any idea what I’m doing wrong?

Andy

Change nickname

Published on January 27th, 2022 by keystonehdc

Good day all,
I want to change user name (my nickname) on my profile banner. I changed it under user – profile, but nothing happened. Any suggestions?
Thanks
WordPress version 5.8.3
Version 10.0.0
website not launched yet

Skip to toolbar