time message

I want to change the time allowed for how often people can send another message. SO they can send them more frequently sooner and not have to wait so long

you know when the message You Have To Wait For 1 minute(s) before you can write another message. comes up..

So how can I edit this time amount?

Quote · 3 Dec 2008

I have the same question, I find it very odd and inconvenient to have the limitation.

Phillipe

edenspassion.net/index.php

Quote · 3 Dec 2008
I look in the admin I found nothing! 1 minute is a long time! help :-)
Quote · 3 Dec 2008

I just tried this and it works, though I don't want it

.

Open: public_html/compose.php

.
Find:

// antispam ))
if ( db_arr("SELECT `ID` FROM `Messages` WHERE `Sender` = {$member[ID]} AND date_add(`Date`, INTERVAL 1 MINUTE) > Now()") )
{
return 3;
}

============

Change to:

// antispam ))
if ( db_arr("SELECT `ID` FROM `Messages` WHERE `Sender` = {$member[ID]} AND date_add(`Date`, INTERVAL 0 MINUTE) > Now()") )
{
return 3;
}

Quote · 3 Dec 2008

I will try thank you :-)

Quote · 3 Dec 2008

Allica,

Please let me know if that worked for you. I couldn't find it in the cpanel/File Manager/Web Root (public_html/www)

Thank you.

Phillipe

EdensPassion.Net/index.php

Quote · 3 Dec 2008

It will work, just follow what I posted exactly.

I tested it out before posting it. compose.php is in your root, so it should be in both www and public_html

Quote · 5 Dec 2008

yes you are walking his genius thank you justinlutzfl

Quote · 8 Dec 2008
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.