A member must wait a minute before they can send another email to a member.
Can this be amended to 30 seconds?
A member must wait a minute before they can send another email to a member.
Can this be amended to 30 seconds?
In 7.0.1beta1 (in case you posted in the wrong forum... ?) , it is hard coded in
inc/classes/BxDolMailBox.php
Line 71/72
You need to play around with the query on line 834...Code:// can write another message (in minuts)! var $iWaitMinutes = 1;
But in 6.1.6, it is hard coded in compose.phpCode:date_add(`Date`, INTERVAL {$this -> iWaitMinutes} MINUTE) > Now()
Line 344
which will give you some hints if you are running 7.0.x and want to change it there.Code:if ( db_arr("SELECT `ID` FROM `Messages` WHERE `Sender` = {$member[ID]} AND date_add(`Date`, INTERVAL 30 SECOND) > Now()") )
Good Luck!
Smoge
ModMySite Administrator
Problems? Questions? Need modifications or other help with your site?
Open A Ticket , Send Us An Email Or Give Us A Telephone Call +1 518-632-4152.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks