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
Hi. I have encountered this problem: after installing bbpress and converting Mingle forum (this operation was not without problems), in some topics some permalinks are generated with wrong pages.
For example, following this link…:
mydomain/bbforums/topic/stream-records/page/8#post-121032
(I deleted the real domain since my thread was marked as spam, but I can provide it below if needed.)… we get to page 8 and go down to post 121032 – the second one on that page. But if we go up to the first post on this page, we can see that the link to it is formed as “…/page/7#post-120964″ – as if the post was located on the previous page. Also, if you go down to the bottom of this page, you will see that the last posts are formed as “…/page/9#post-121104″. – that is leading to the next page.
Of course, I experimented with the settings of the paginator, changed the number of displayed posts on the page. In fact, it didn’t change anything, only the posts with the same error were changed. At the same time, if you do not change the settings of the paginator, a few posts with an incorrect link managed to “cure” by splitting the topic starting from this post, and then connecting the new topic with the previous one. But the above post didn’t work, so we can’t say that this is the solution.
I suspect that the cause of the problem may be an incorrectly performed forum import operation, but this operation was not easy (all posts were initially converted as replays and I had to manually correct their status in the database, also some posts were duplicated and were in the wrong id-order) and I would like to understand what exactly can cause this problem and how to fix it.
Of course I’ve already tried bbpress’ built-in error correction options, but they didn’t have any effect.
It’s strange that the paginator seems to be working correctly – it gives the right number of posts per page, and links to these pages also work correctly, but the permalinks with anchors are not working correctly.
Maybe someone has encountered a similar problem and can advise in what direction to look for its solution?
Tech info:
WordPress Version: 6.8.1
Current WordPress Theme: Twenty Fourteen/twentyfourteen-garage version 1.2
PHP Version: 7.4.33
MySQL Version: 10.6.22-MariaDB-0ubuntu0.22.04.1
bbPress (2.6.14)
bbP private groups (3.9.7)
bbp style pack (6.3.9)the last two plugins do not affect the problem, when you turn them off it remains
Since bbPress is owned by WordPress and since our site was built with WordPress, we are trying to figure out what happened to the tens of thousands of VIEWS that use to show up inside your bbPress app, now they have disappeared.
any help would be appreciated.
thanks
HM