Quote:
Originally Posted by Paul M
Re the above;
Instead of altering the floodcheck setting you should really add this ;
|
I will when 3.6 is released since that is when it begins it's availabilty.

Thanks for the scouting report.
However, in the 3.5 series you need to do it the way I stated.
PHP Code:
$newThread->registry->options['floodchecktime'] = 0;
Quote:
Originally Posted by Paul M
AFAIK, presave isn't a requirement (and indeed, is not always used in vb source files).
|
Also, the new setting for floodcheck is checked in pre_save_post() which is called by pre_save(). So, you will need to call the pre_save function in order to use that setting as far as I can see so far.
Even so, the inline docs for pre_save_post suggest it will is not likely called for threads, mostly posts. I'll have to test it when I update Articlebot for 3.6.