Search Results for 'bbpress'
-
Search Results
-
Somehow after someone adds a comment on a forum topic an error message is shown with the text ‘Spam email blocklist’. When refreshing the page, the comment is added.
Screenshot:https://prnt.sc/26d7eye
I’ve done tests:
– add comments to a regular post: success
– Enables standard Twenty.. theme: problem still existWp & BBpress versions:
– Akismet is not active
– No spam filter is activeVersions
Wp Versions: 5.8.2
BBPress: 2.6.9I can’t share a URL because it’s a non public website. You need a login. Which I can share of you need te have access.
Website: https://jewishwomenofwisdom.org
wordpress version: 5.8.3
bb press version: 2.6.9I have a WordPress website with Restricted content pro (membership plugin), bbpress and buddy press. There are some forum pages, that are pages with bb press shortcodes and blocked with Restricted content pro and its locked message for logged out users appears(such as https://jewishwomenofwisdom.org/forum/ OR https://jewishwomenofwisdom.org/new-topic/). That is working fine. However, pages generated from the post type such as the archive page https://jewishwomenofwisdom.org/forums/, aren’t blocked and can be accessed (and a list of categories can be seen). Then when a logged OUT user tries to click on a topic to see topic content, it send them to a funny login (not restricted content pro) and then when they click the “log in” button, (whether or not the username and password fields are filled in) in they are redirected to the regular RCP login. That is an extra step. How do I get rid of the middle step?
(not sure if this info is relevant: Under Restrict – buddypress , I set that “Redirect to page” to a page called “locked content”.)
Thank you in advance.
Hi,
I am a brand new user of bbpress. Setting up my first forum and I have created a Forum with topics etc and marked them all as Private. Obvioulsy when logged in as an admin I can navigate the forum no problem, so I tried loggin out and doing the same, I though the forum would say something like ‘Pleaase login to access the forum’ or something but it just throws up a 404 error, is this right or am I misunderstanding.
If you have the option for a Private Forum for Logged in users only, should I not be getting a option to login to use the Forum, instead of a 404 error.
Sorry if Iam being dumb!
cheers
BBpress Version 2.6.9
WP Version 5.8.3Hi:
Thanks for creating the importer [and forum].
Just done an import from Drupal 7 forum, to bbpress 2.6.9 on WordPress 5.8.3.
It seems to have worked well.
Just odd that in listings like forums, forum topics, get 0 posts and 0 topics listed; even tho can click through and see the posts and replies.
I’ve tried running the Repair Forums tools [all of them, just in case! – didn’t get any reports from them, in case there should be]. But not helped.
Also added a test post; and sure enough this was counted.
– so I can carry on with the forum, just an oddity to have the Drupal posts/topics not counted.Currently wpress.drmartinwilliams.com/forums
Soon to http://www.drmartinwilliams.comI’m dealing with a website that went through a period of neglect in which it was bombarded with registration spam and spam posts to its bbPress board. Nearly all the spam posts were caught by Akismet, so they aren’t being displayed. We’re installing reCaptcha and possibly other measures to prevent additional registration spam and cut down on spam posts.
The problem is the size of the database. Tens of thousands of spam posts that were caught by Akismet remain in the database, with the vast majority in status “pending” (although they don’t appear in the pending folder). The number is so large that manual deletion is not practical. The tentative plan is to use SQL to remove these posts and their metadata. Likewise, it seems we SQL will be needed to remove a huge number of bogus users and their metadata.
The dashboard has a message saying we need to perform a manual database upgrade due to the size of the forum. We aren’t sure how to proceed: perform these deletions in SQL and then do the upgrade, or do the upgrade first? Presumably the upgrades will proceed faster with a 90% reduction in the size of the database if we do the SQL operations first, but I don’t know if there are other considerations that point the other way. Any thoughts would be appreciated.
Topic: Problem with the breadcrumb
Hello,
I have a problem with the display of the breadcrumbs. On my local bbpress forum they appear well and all works. But on the online version I do not see them appear. It’s the same code and the same settings.WP version: 5.8.3
bbpress version: 2.6.9
site is in a local environment at the moment.I’m trying to update the role for the users once they enroll in course. I manage to found an entry point for this with “learndash_update_course_access” once there is an update in the user courses list. This part works. What is giving me troubles is the update of the user bbpress roles.
This is the most raw code I try:add_action( 'learndash_update_course_access', 'updatebbpressrole', 20, 4 ); function updatebbpressrole ($user_id, $course_id, $course_access_list, $remove) { $new_role_forum_role = "bbp_blocked"; bbp_set_user_role( $user_id, $new_role_forum_role ); }I try with a pair of custom roles I have, but it also happens with the basics bbpres roles too, so is not related to the new roles.
Also I try with the update in the root of functions.php this works, sort of, because the update is done, but the select dropdown in the user profile in the admin page get stuck in the old one, but in code the selected one is the updated, if I get out and enter again is fixed.
Any idea about why bbp_set_user_role is not working this way ?In my forum the breadcrumbs or whatever they’re called show up with the same text twice.
How can I remove one of them?
(I’m not 100% sure this is a bbPress problem but maybe someone can help me out.)
Example:

Topic: This topic is empty
Hello there,
When viewing a topic, there is at least 3 or 4 replies, but still bbpress shows that message “This topic is empty.”
The problem is known for years. I’ve tried this solution:
https://bbpress.trac.wordpress.org/ticket/2785
But it doesn’t work anymore.
Does anybody knows an actual tested fix?Hi,
I’m trying to access the bbPress widget settings but WP opens the “new” widget editor when I go to Apperance –> Widgets. I have WordPress 5.8.3 Installed, and newest bbPress.
How can I access these settings show in this image:

In the background there is what I get and in the foreground what I want. It is from a tutorial I’m following.
I want to add the widget to the page with a Shortcode, and links aren’t working if I don’t have access to settings.