I view source and this is in the file:

<script type="text/javascript" src="/index.php?q=countdowntimer/timerjs"></script>

I am not sure what to do here. I think it should be modules/countdowntimer/timerjs.

Rich

Comments

jvandervort’s picture

That looks right for drupal without clean urls. One question though are you running drupal in a subdirectory?

rl’s picture

Drupal is running out of the public_html directory, which is the "root" directory for my hosting account. I assumed that the path was wrong. I get nan errors when using the countdowns.

Rich

jvandervort’s picture

Try loading the /countdowntimer/timerjs file directly from your browser and see if it shows the javascript.
Next the nand errors may be from the parsing of you timer strings, since you are using the 4.7 version, make sure your
timers look like this:

<span id="bid1" class="countdowntimer">2008-10-15 20:30:00 -8</span>

The newer formats don't work the the 4.7.x versions.

jvandervort’s picture

Status: Active » Postponed (maintainer needs more info)
jvandervort’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)

Closed without more information.