Closed (outdated)
Project:
jQuery Countdown
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
15 Jan 2010 at 18:27 UTC
Updated:
5 Dec 2019 at 14:20 UTC
Jump to comment: Most recent
Comments
Comment #1
katejp commentedHi, I also wonder whether this is possible??
Comment #2
ademarco commentedHi guys,
I've implemented a small custom module that expose jquery countdown as a CCK date field formatter. It's very simple but it can be a starting point for implementing a more complete solution:
http://github.com/ademarco/date_countdown/blob/master/date_countdown.module
Comment #3
taryar commentedHi Antonio,
Thanks alot for your module. I'm still quite new to Drupal and I would like to create a coundown node for our sales team. I installed your module and jquery module. I've got Date module installed already. So I would like to know how should I use your module to create a node type that can display countdown between from and to Date/time.
Thanks
Taylor
Comment #4
vojvotkinja commented@antoniodemarco Thanks a lot for this module, it is a life saver!
@Hein Go at you content type and on Display fields card, and for your date cck field choose for teaser and/or body view Countdown and that's it. It's also possible to use with Views!
Nice! :)
Comment #5
BenK commentedSubscribing... wondering about adapting antoniodemarco's github code for Drupal 7....
Comment #6
blackice2999 commentedHi,
on the D7 Port (on Github see the D7Port Issue) is a ready working Version with a date field formatter so you can use it also on views...
regards
Dennis
Comment #7
BenK commented@Blackice2999: Thanks for the advice, but I don't see what you're talking about. After looking at the D7 thread, I went to https://github.com/rashad612/jquery_countdown and tried out that D7 port. But I'm note seeing any date field formatters.
Can you point me to the D7 code that you're looking at (with the formatter)?
Many thanks!
--Ben
Comment #8
blackice2999 commentedHi BenK,
ah i see you are right. i forget to send rashad a pull request for the formatter... please see on my github project and watchout blackice-master & field_formatter.
sorry about this.
regards
Dennis
Comment #9
BenK commentedThanks, Dennis. I'll test your github repo soon and report back.
--Ben
Comment #10
BenK commentedHey Dennis,
I tried your github code for the field formatters and it's working very well. In terms of functionality, I've had no problems at all and successfully tested it with several different date fields at the same time.
My only suggestion would be that we create field formatter settings for the expiry text and the message format (similar to the settings on the module configuration page).
And now that you're a co-maintainer, can you commit some of your github code to the 7.x-1.x branch?
--Ben
Comment #11
blackice2999 commentedHi BenK,
thanks for the informations. i suggest that we create for the feature a own feature request. I think it´s the best that we create first a backport to D6 so we get the formatter first. Next step are features. The 7.x Branch is already created and i will work in the next few days to get the things running and we can create a first release. (@BenK: You can contact me over IRC or Skype if you want)
regards
Dennis
Comment #12
robloachThanks a lot for all the help on the module, guys!
Comment #13
blackice2999 commentedSome Updates on this. The current 6.x-1.x-dev Version supports now to be used as date field formatter - the settings for the countdown can be found in the field widget settings.
Comment #14
smzur22 commentedhas this been added to 7.x-1.0? I've added a date field to my content type, but the widget only suggets text and calendar popup?
Comment #15
blackice2999 commentedHi smzur22,
please try the dev version.
Comment #16
avpadernoI am closing this issue, as Drupal 6 is no longer supported.