Info
- 9 posts
- 5 voices
- Started 5 years ago by fuBarness
- Latest reply from fel64
- This topic is not resolved
"Not Spam" Annoying Before Making Posts
-
- Posted 5 years ago #
Hello,
After installing bbPress, I am starting to get annoyed in clicking "Not Spam" every time I make a post. It actually took me an hour to realize that was the problem in causing no posts to be displayed on my board.
Is there anyway I can just post without having to press "Not Spam" for each post I make? Not only that, but for my members as well.
Thanks.
-
- Posted 5 years ago #
This 'fix' seems to work for most users to not have Akismet nuke each post as spam. There will be a better solution in 1.0, so sorry about this!
http://bbpress.org/forums/topic/822?replies=4
Trent
-
- Posted 5 years ago #
As well, if that doesn't work for you, you can change the akismet to false in your config.php seems to be another workaround.
Trent
-
- Posted 5 years ago #
Actually, I tried to install that, but I don't know where the 'my-plugins' is on bbPress. Do I create it? If so, where?
Thanks.
-
- Posted 5 years ago #
You have to create a folder called
my-pluginsinside the bbpress root e.g. /bbpress/my-plugins/ and then upload the plugin to that folder. -
- Posted 5 years ago #
interesting... thanks!
no chmod required?
-
- Posted 5 years ago #
Pretty sure you do not need to chmod anything as the standard chmod settings for files and folders gives bbpress all the access it needs.
-
- Posted 4 years ago #
This fix didn't work for me. Anybody else has an idea how to totally disable Akismet SPAM?
Setting
$bb->akismet_key = 'false'didn't work for me either. -
- Posted 4 years ago #
Did you actually go around to each user and set their bozo field to 0 and update? Otherwise the fix won't work and neither would disabling akismet.
I'm think
$bb->akismet_key = 'anything other than a key'does disable it. Take a look at bb-includes/akismet.php. -
You must log in to post.