
foreknowapparel
change the time allowed between messages?
Answers
| LeonidS | 117 days ago![]() |
![]() | ![]() | |
![]() | You can correct/delete next condition in compose.php file: if ( db_arr("SELECT `ID` FROM `Messages` WHERE `Sender` = {$member[ID]} AND date_add(`Date`, INTERVAL 1 MINUTE) > Now()") ) { return 3; } | ![]() |
![]() | ![]() | ![]() |
| foreknowapparel | 117 days ago![]() |
![]() | ![]() | |
![]() | would I write INTERVAL 30 SECONDS? if ( db_arr("SELECT `ID` FROM `Messages` WHERE `Sender` = {$member[ID]} AND date_add(`Date`, INTERVAL 30 SECONDS) > Now()") ) { return 3; Would that work? I'm not good with coding php. | ![]() |
![]() | ![]() | ![]() |
View 1 replies to this comment
Post an Answer
Please login to post an answer.
































