Closed (fixed)
Project:
jQuery Countdown
Version:
7.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
16 Oct 2011 at 03:14 UTC
Updated:
13 Dec 2011 at 03:10 UTC
Jump to comment: Most recent file
Comments
Comment #1
david.mccandless commentedI have created a patch to allow for a customizable description. The default is set to "Until @event_name" and setting it to an empty string will result in the description being removed. The event name can be referenced as a token with "@event_name". If there is a better way to do this, let me know.
This is my first patch, so if there is anything that I have not done correctly, please let me know. Also, if you would like to see anything changed, I'd be happy to do my best on that as well.
If you look at the change, I have added a space at the end of the description string. I did this because an empty string caused the layout to not have an outline on the countdown (at least in Bartik). If there are any suggestions on a better way to handle this, please let me know.
I will attach a patch and a screenshot of the configuration page that adds the description field. If there are suggestions as to the order of where this should appear, or the help text, I can change that as well.
Comment #2
scarver2 commented+1
Comment #3
blackice2999 commentedpatch from #1 committed. Thanks.
Comment #4
david.mccandless commentedAwesome... glad I could help.