Announcement

#1 2021-01-13 03:56:25

rpyne
Member
2020-12-12
4

Adding comments too fast

Greetings,

How do I control how fast a user can add comments?

Piwigo 2.10.2 Check for upgrade
Operating system: Linux
PHP: 7.2.26 (Show info) [2021-01-12 19:54:52]
MySQL: 5.5.62 [2021-01-12 19:54:52]
Graphics Library: ImageMagick 6.9.10-84

Piwigo URL: https://gallery.kinfolk.org

Offline

 

#2 2021-01-13 07:08:42

ddtddt
Piwigo Team
Quetigny - France
2007-07-27
7207

Re: Adding comments too fast

Hi :-)

in config local add

// anti-flood_time : number of seconds between 2 comments : 0 to disable
$conf['anti-flood_time'] = 60;

// qualified spam comments are not registered (false will register them
// but they will require admin validation)
$conf['comment_spam_reject'] = true;

// maximum number of links in a comment before it is qualified spam
$conf['comment_spam_max_links'] = 3;

and update


You love Piwigo so don't hesitate to participate, learn more on the "Contribute to Piwigo" page. If you don't have much time for contribution, you can also help the project with a donation.

Offline

 

#3 2022-07-12 12:34:23

ddtddt
Piwigo Team
Quetigny - France
2007-07-27
7207

Re: Adding comments too fast

Hi ;-)

1/ Go to administration > plugins
Activate local file editor

2/ clic on configure localfileeditor

3/ tab local paste code


You love Piwigo so don't hesitate to participate, learn more on the "Contribute to Piwigo" page. If you don't have much time for contribution, you can also help the project with a donation.

Offline

 

Board footer

Powered by FluxBB

github twitter newsletter Donate Piwigo.org © 2002-2024 · Contact