Hey Drupal Friends,
Here I am with other small issue.
Jquery Countdown block is so nice but I have a problem.
The hour is not working in my countdown block.
I followed step by step all the procedure.
When I save my block, the count down block shows day (correct) Hour (incorrect)
I go back to setting and the hours show 12:00AM all the time.
It let me change the hour but after save the hours go back to 12:00AM
So, any suggestion,
Hope your are enjoying drupal,
Thanks,
EPR
| Comment | File | Size | Author |
|---|---|---|---|
| i3.jpg | 38.03 KB | elio.pajares | |
| i2.jpg | 51.89 KB | elio.pajares | |
| i1.jpg | 47.66 KB | elio.pajares |
Comments
Comment #1
StephenFresh commentedA bit late but I had the same problem even with 6.x-1.7 and 6.x-1.5 as of October 2011 not sure why the problem is there but I just removed the below line:
Search for function _jquery_countdown_block_block_configure($delta) in query_countdown_block.admin.inc
Search for
Then comment out
so that it becomes
Open to suggestions why we need this line and why it works when you take it out.
Comment #2
StephenFresh commentedOn further investigation it probably is to do with changing the date format to non US format eg Month Day Year to Day Month Year etc.
Comment #3
avpadernoI am closing this issue, as Drupal 6 is no longer supported.