Results 1 to 3 of 3

Thread: Universal Countdown Script Debug Mode Help

  1. #1
    Join Date
    Dec 2010
    Location
    Jamestown, NY
    Posts
    3
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default Universal Countdown Script Debug Mode Help

    1) Script Title: Universal Countdown Script

    2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...lcountdown.htm

    3) Describe problem: I can't seem to turn of debug mode for this script. I have deleted the "debugmode" string from the code. I have kept the original code mostly intact except for changing the date to a future date on my site: http://enigma.hostei.com

    Thank You
    Matt8088

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    Remove it entirely:

    Code:
    var launchdate=new cdLocalTime("cdcontainer", "server-php", 0, "December 21, 2012 06:12:00")
    launchdate.displaycountdown("days", formatresults2)
    In an unrelated matter, this from the demo page and copied onto the page you link to is a typo:

    Code:
    <style style="text/css">
    
    .lcdstyle{ /*Example CSS to create LCD countdown look*/
    background-color:black;
    color:lime;
    font: bold 18px MS Sans Serif;
    padding: 3px;
    }
    
    .lcdstyle sup{ /*Example C . . .
    That highlighted part should be:

    Code:
    <style type="text/css">
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  3. The Following User Says Thank You to jscheuer1 For This Useful Post:

    matt8088 (01-03-2011)

  4. #3
    Join Date
    Dec 2010
    Location
    Jamestown, NY
    Posts
    3
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default Utilizing this script with joomla/wordpress etc.

    How would I utilize this script in a blog/cms template?

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
  •