Results 1 to 2 of 2

Thread: You have to wait for 1 minute(s) before you can write another message!

  1. #1
    zee
    zee is offline

    Join Date
    Feb 2008
    Posts
    52

    Default You have to wait for 1 minute(s) before you can write another message!

    A member must wait a minute before they can send another email to a member.

    Can this be amended to 30 seconds?

  2. #2
    Administrator Smoge's Avatar
    Join Date
    Mar 2005
    Posts
    6,634
    Blog Entries
    5

    Default

    In 7.0.1beta1 (in case you posted in the wrong forum... ?) , it is hard coded in

    inc/classes/BxDolMailBox.php

    Line 71/72
    Code:
            // can write another message (in minuts)!
            var $iWaitMinutes  = 1;
    You need to play around with the query on line 834...

    Code:
    date_add(`Date`, INTERVAL {$this -> iWaitMinutes} MINUTE) > Now()
    But in 6.1.6, it is hard coded in compose.php

    Line 344
    Code:
    	if ( db_arr("SELECT `ID` FROM `Messages` WHERE `Sender` = {$member[ID]} AND date_add(`Date`, INTERVAL 30 SECOND) > Now()") )
    which will give you some hints if you are running 7.0.x and want to change it there.

    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.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. where shall users write in the Confirmation code?
    By Knuty in forum Boonex Dolphin 7
    Replies: 2
    Last Post: 05-02-2011, 01:06 PM
  2. Centering Msg "Please Wait" How?
    By desertcities in forum General Issues, Comments, Questions
    Replies: 1
    Last Post: 03-26-2008, 08:35 AM
  3. I have to wait 1 minute for next profile comment !!
    By tarif in forum Free Mod Exchange
    Replies: 0
    Last Post: 07-09-2007, 01:14 PM
  4. Instructions for 2 minute installation of ImageMagick
    By daniel07 in forum General Troubleshooting
    Replies: 1
    Last Post: 01-10-2007, 07:36 AM
  5. Update of membership level means a wait
    By Smoge in forum Bugs and Fixes
    Replies: 1
    Last Post: 09-12-2005, 02:35 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •