Search Results for '"wordpress'
-
Search Results
-
Hi,
We have been using bbPress for a long time, and it has never given us any problems, so something has changed, and I can’t figure out what. I don’t have a caching plug-in. If you go to the Forum, click on the Topic, it says “This topic is empty” in the Topic (there has been for years.) I have not changed the theme, or WordPress version, it just stopped working.Forum path: domainname/company-bulletin-board/companyforum/company-calendar/
Topic that appears as link in the above Forum: domainname/company-bulletin-board/topic/key-dates/ When you click the link in the Forum, the topic says, “This topic is empty” which it is not.I tried as an experiment to substitute, “/companyforum/company-calendar/” for “/topic/” but that did not work. This is happening for ALL the Topics, they all show “This topic is empty.”
When I go to the list of Topics and click on the View in the WordPress Dashboard, again it says for every single topic, “This topic is empty.” Each topic has a lot of content.
How do I fix this please? I am out of ideas, especially since it just, “stopped working.”
Thanks so much for your help. Much appreciated. This is a members only Forum, so I worry about publishing the links. I have been through earlier posts from folks that have had a similar problem, but nothing has worked.
JanellHello everyone
My site is using the latest WordPress 6.8.2 with WordPress 2025 theme and BBPress community
To change the color of closed topics in
13. Preventing closed topics from going grey
At address:
The following code:
#bbpress-forums .status-closed,
#bbpress-forums .status-closed a {
color: #aaa !important;
}is introduced.
I put it in the css snippet of WPCode plugin. but the code doesn’t work.
Can anyone help me fix the problem?
Thanks
Topic: Redirect code not executing
Hi everyone
My site is using the latest WordPress 6.8.2 with WordPress 2025 theme and BBPress community
In
27. Custom Redirect After LoginAt address
The following dual-purpose redirect code:
/**
* WordPress function for redirecting users on login based on user role
*/
function my_login_redirect( $url, $request, $user ){
if( $user && is_object( $user ) && is_a( $user, ‘WP_User’ ) ) {
if( $user->has_cap( ‘administrator’ ) ) {
$url = admin_url();
} else {
$url = home_url();
}
}
return $url;
}
add_filter(‘login_redirect’, ‘my_login_redirect’, 10, 3 );It is introduced that I have it in the php sippet file of the WordPress plugin code but I am getting the error
Your changes are saved but your snippet was deactivated due to an error, please check the syntax and try again. Error message: syntax error, unexpected token ;
It seems that there is a problem with the code.
Can anyone help to fix the problem?
Topic: Not displaying topic tags
Hello everyone
In the WordPress dashboard, Settings, Forums submenu,
in the section:Community Features
Community Features can be turned on or offThere is an option called:
Topic Tags: “Allow Topics to be tagged”By unchecking it, the tagging of forum members when writing and submitting a thread is disabled. This is sometimes necessary depending on the case.
But the problem with this deactivation is that in addition to creating the above possibility, it also causes the defined tags of each thread to be disabled and not displayed, while this should not be the case because
An administrator may want to prevent inappropriate tags from being inserted by non-professional users to manage the tags of the forum threads of his site and instead define an appropriate tag for that thread by editing the thread posted by users, so the defined tags of each thread should be displayed and there should be no reason for it to be disabled.
Is there a solution to fix the problem stated?
Thanks
Topic: Free bbpress theme
Could you recommend a good free theme for bbpress?
Actually, I only found this one:
I like it, but it’s very basic…Hello forum members
My site is using the latest version of WordPress 6.8.2 and the 2025 Block Theme and BBPress Forum.
I want to use the classic theme for BBPress Forum instead of the Block Theme
Please guide me how can I activate my favorite classic theme instead of the default BBPress theme?
Thanks