I built a module that uses this module to create configurable countdown blocks. I am considering releasing it as a module on d.o but wanted to check with you first to see if maybe it might be better suited being packaged with this module since it is really just more of an extension of this module.
I will attach a tar of the module to let you look at and see if you'd like to include the functionality into this module, either as a add-on module or as a add-on code into this module.
If you do want to include it in the module I'd be happy to come on as a co-maintainer to support it.
| Comment | File | Size | Author |
|---|---|---|---|
| #12 | 614760.jquery_countdown.countdown-block.patch | 10.88 KB | joachim |
| #7 | jquery-countdown-block-i18n.txt | 850 bytes | dirkgomez |
| jquery_countdown_block.tar_.gz | 2.57 KB | arcaneadam |
Comments
Comment #1
robloachThis is definitely something that could be in the module itself, since it's just a single block. If you put together a patch, I'm sure people would love it being part of the module itself!
Comment #2
Ole Martin commentedI install this, but I can't find any block. Somethings I miss here ;-) ?
Comment #3
Ole Martin commentedand now I found it to :-)
a Tab where I add another blocks
admin/build/block/add-jquery-countdown-blockTank you for a very good work
Comment #4
arcaneadam commentedJust so you know I had a problem with this earlier today, when using the date_popup form element where it wasn't storing the time, so You may want to watch out for that. I am doing what I can to fix that before posting a ready to go version for Rob to add to this module.
Comment #5
manogolf commentedI truly appreciate the work accomplished on both of these modules.
I am using at the top of a webform that is automatically unpublished with the scheduler module. Having a prominent countdown displayed is the pièce de résistance.
Comment #6
mshensley commentedThumbs up! This add-on was a big help.
Comment #7
dirkgomez commentedThe block didn't work on a German-language site (probably won't work on any non-English site).
Attached patch fixes this problem.
-- Dirk
Comment #8
jessicakoh commentedThank you to arcaneadam and Rob Loach for these modules.
Love it.
Comment #9
Robberti commentedHi, I would like to use this, but it says when i try to enable it in my module
date_api (missing)
Where can i find date_api?
Comment #10
Ole Martin commentedHi.
date_api is a sub-module that comes with http://drupal.org/project/date
Comment #11
pxlmixer commentedThis works when I'm logged into an account, and doesn't show up if I'm logged out. I don't see any permission settings. Does anyone else have the same problem?
Thank you.
Comment #12
joachim commentedHere is arcaneadam's module, with dirkgomez's fix, and a few clean-ups and extras of my own:
- block caching set to global (not sure that's the right thing on multilingual sites though)
- added an admin title setting
- tidied the form up a bit
- fixed block title not getting saved
- ran through Coder module.
I've kept it as a separate module, as it has the date_api dependency which would encumber someone installing this package just to use the theme_jquery_countdown() function -- but I'm happy to rework it as a patch for jquery_countdown.module itself.
Comment #13
blackice2999 commentedHi,
good work i let them as seperate module and work a little on it. it will be part of the next release.
best regards
Dennis
Comment #14
blackice2999 commented