Search Results for '\"wordpress\"'
-
Search Results
-
We had a rash of spam coming into our form today and we were confused because even after adding keywords in to the “Disallowed Comment Keys” in WordPress we were still seeing posts making it through to the forums that contained words we put into that list.
I think I found a bug in bbPress, and man, it must be rather longstanding… I found a post in the forum from about two years ago that talked about the reworking of the blacklist to using the disallow list [or that the name of the list had changed], and maybe this crept in at that time.
Here is the code:
bbpress/includes/common/functions.php:
866 // Strict mode uses WordPress “blacklist” settings
867 if ( true === $strict ) {
868 $hook_name = ‘blacklist’;
869 $option_name = ‘disallow_keys’;In actuality, the key name in the options table is ‘disallowed_keys’.
I changed the code on our site and it seems to have stopped the flood. Would you take a look and see if I am correct about this? If not, please let me know and I will revert our copy and apologize for the false alarm. 🙂
Thanks!
SteveWordpress: 6.8.1
bbPress: 2.6.13.shortcode on my Forum page:
[bbp-single-forum id=846]website: https://www.pcrnmra.net/redwood/
Forum page R.E.D. “Crew Lounge”I would like to remove the “POST COMMENT” section on my Forum page (R.E.D. “Crew Lounge”).
In my Settings/Discussions page, I made sure that ALL of the boxes there are unchecked.
Is there a way to remove the “POST COMMENT”? section?
TIA
Wordpress: 6.8.1
bbPress: 2.6.13.shortcode on my Forum page:
[bbp-single-forum id=846]website: https://www.pcrnmra.net/redwood/
Forum page R.E.D. “Crew Lounge”Is it possible to remove the “MARK ALL TOPICS AS READ” button?
TIA
When I click on a post, I want it to display only seven replies per page, but no matter how I set it, it shows all replies on the same page.
Wordpress version: 6.8.1
bbpress version: 2.6.13
my site: https://ejsoon.vip
Sorry but I do not confirm my issue still happens with Twenty Twelve, Twenty Thirteen, I think it is no matter.
Wordpress: 6.8.1
bbPress: 2.6.13.shortcodes on my Forum page:
[bbp-topic-index]
[bbp-topic-form forum_id=846]website: https://www.pcrnmra.net/redwood/
Forum page R.E.D. “Crew Lounge”My site has only one forum (id=846), but when I add the shortcode
[bbp-topic-form forum_id=846], the dropdown for Forum: still defaults to –No forum –.I researched this and found that the shortcode
[bbp-topic-form forum_id=846] is supposed to fix this, but it is not working for me.TIA
I have installed the bbPress plugin. Everything appears on the screen correctly, except this screen:
Would you be so kind as to tell me how I can make the rows look closer together? I have tried everything that I know.
WordPress version: 6.8.1
bbPress version: 2.6.13Hello everyone,
I’m currently setting up a forum on my WordPress site using the bbPress plugin. While the basic setup was straightforward, I’m now looking to customize the forum’s layout and enhance its functionality to better suit the needs of my community. Specifically, I’m interested in adjusting the forum layout to match my site’s theme, implementing user-friendly navigation menus, and adding features like user badges or ranks. I’ve come across various tutorials, but I’m seeking comprehensive resources or guides that delve into these customization aspects in more detail. Additionally, if any engineering-focused projects or examples demonstrate advanced bbPress customizations, I’d love to explore them. Any recommendations or insights would be greatly appreciated!
Reference Links:
https://www.wpexplorer.com/beginners-guide-buddypress-bbpress/
https://www.greengeeks.com/tutorials/create-forum-wordpress-bbpress/
https://www.theengineeringprojects.com/2022/11/simple-home-diy-projects-for-embedded-hobbyists.htmlHi all,
I am having some troubles with the e-mail notifications that bbpress can send to subscribers. I use the WP Mail SMTP pro plugin to send e-mails from the website.
WP Mail SMTP pro perfectly handles wordpress native e-mails, such as the account activation links for new users, password reset links etc.
It does not appear to send the bbpress messages through this SMTP method. Nothing to see in the logs also.
Does anyone has had a similair problem? Is there a setting for this? Or does a custom function fix this issue?
Thank you in advance!
Topic: side bar not showing.
Topic: BBPress related log events
Hello.
I have a WordPress site with a configured BBPress Forum and a WPMAIL SMTP plugin.
I recently started receiving 2 mistakes that appear at the same time on the WPMAIL SMTP event log.
On WPMAIL SMTP I tested the sending of emails, and the site is sending email normally.
What may be causing these EVENTS?See topic on WPMAIL SMTP FORUM:
https://wordpress.org/support/topic/bbpress-related-log-events/WordPress 6.8.1
PHP 8.2.22Could you please help fix the following issue? A fatal error has occurred on the site:
Fatal error: Uncaught Error: Call to undefined function WP_Filesystem() in /wp-content/plugins/image-upload-for-bbpress/bbp-image-upload.php on line 316.
This error causes the site to crash when attempting to delete a post. It appears that the WP_Filesystem() function is being called before it has been properly initialized. I would appreciate it if you could take a look and resolve this issue.
Thank you.