Results 1 to 6 of 6

Thread: Dynamic countdown Script II help

  1. #1
    Join Date
    Jan 2005
    Posts
    7
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Dynamic countdown Script II help

    Dynamic countdown Script II

    Can anyone help me please.

    I am going to use this countdown script on my website, but was wondering if the following is possible.

    I want to use the countdown timer to countdown to when a football match is played, but how do I get it to say "Match Played" 2 hours after the countdown has been passed.

    Any help would be greatly appreciated.

    Thanks

  2. #2
    Join Date
    Jan 2005
    Posts
    7
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Anyone?

  3. #3
    Join Date
    Aug 2005
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    If you scroll down in the script, below where it says DO NOT EDIT BELOW HERE! and look for Event Passed...you can change the text that is displayed after the time has passed.

  4. #4
    Join Date
    Aug 2005
    Posts
    20
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Not sure if ya using the same one as me but open the code up and its around line 16, 17, 18

    //STEP 2: Change the two text below to reflect the occasion, and message to display on that occasion, respectively
    var occasion="Bulls vs Lakers game"
    var message_on_occasion="Go Chicago Bulls!"

    change both var messages.

  5. #5
    Join Date
    Jan 2005
    Posts
    7
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    But how can I get it to display for example "Match Finished" 2 hours after it has passed. The default setting changes it after 1 day but I want it to change after 2 hours have passed.

    I've fiddled with some things but can;t get it to work.

  6. #6
    Join Date
    Aug 2005
    Posts
    20
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    did u reenter the new date.

    //////////CONFIGURE THE COUNTDOWN SCRIPT HERE//////////////////

    //STEP 1: Configure the countdown-to date, in the format year, month, day, hour(0=midnight,23=11pm), minutes, seconds:
    setcountdown(2004,12,07,18,30,00)

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
  •