foobar2022
Forum Replies Created
-
Forum: Plugins
In reply to: [NoSpamNX] NoSpamNX blocks all comments in BuddyPressNoSpamNX does not work with BuddyPress.
Forum: Plugins
In reply to: [NoSpamNX] [Plugin: NoSpamNX] WP Network: all comments blocked/marked as spamLooks like the multi-site feature has different option-values when activating as global or per site. But NoSpamNX has never been tested with multi-site enabled-
Forum: Plugins
In reply to: [NoSpamNX] [Plugin: NoSpamNX] How to not block a part of a word?Well, i see two options:
1.) add a global flag to either check part of words or the complete word.
2.) add a flag per word to either check it completly or a part of the word.
My first impression would be no. 1. What do you think?
Forum: Plugins
In reply to: [NoSpamNX] [Plugin: NoSpamNX] Idea: Add a timestamp checkOn second thought: WordPress already has a “flood-control” prevented one to post a lot of comments in a short time.
Forum: Plugins
In reply to: [NoSpamNX] [Plugin: NoSpamNX] Idea: Add a timestamp checkI already thought of a way the include a timestamp, but never realling implemented it. I will consider it for the upcoming 5.0 release.
Forum: Plugins
In reply to: [NoSpamNX] NoSpamNX for user registrationsNoSpamNX had this feature a while ago, but i removed it due to leak of testing time and the possibility of locking you completly out of your wordpress instllation.
I noticed the same behavior today. Looks like the bug comes from the following change in the last release:
“Added last modified time to pretty URLs.”
Wait for a bugfix. The Problem does not effect the functionality of the Plugin in any way.
Forum: Plugins
In reply to: [NoSpamNX] [Plugin: NoSpamNX] Marks Everyone as Spam@flojon
Your hidden fields are empty. Try activating and re-activating the plugin. If this doesn’t work re-install the plugin.Forum: Plugins
In reply to: [NoSpamNX] [Plugin: NoSpamNX] Marks Everyone as Spam@flojon
What does the error say? Can you pass me a Link to your Blog?Forum: Plugins
In reply to: [NoSpamNX] [Plugin: NoSpamNX] Marks Everyone as SpamDoes the error still occur with Version 4.0.7?
Forum: Plugins
In reply to: [NoSpamNX] NoSpamNX 4.0.2 flagging all replies as spam!@cartman
The error shouldn’t occur with the latest release. The Referer-Check was deleted completly in NoSpamNX 4.0.3.@cartman
Yes! Due to conitues Errors, the Referer-Check has been removed completly.Ok, didnt know that 😉
That’s kind of strange because WordPress says that the uninstall_hook should be a static function since 2.7, but static functions are no support by PHP4.
Anyway, i removed the static function, so in 4.0.3 it should work again.
Since Version 4.0 NoSpamNX will not work with PHP4 anymore. The uninstall_hook() requires a static function which PHP4 does not support.
@mh79
Which PHP Version do you use?