https://github.com/gingerbeardman/countdown
Add a countdown to a specific time and date to a comment. Pick from different display types.
https://github.com/gingerbeardman/countdown
Last synced: about 1 year ago
JSON representation
Add a countdown to a specific time and date to a comment. Pick from different display types.
- Host: GitHub
- URL: https://github.com/gingerbeardman/countdown
- Owner: gingerbeardman
- Created: 2012-08-16T13:53:49.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2013-04-30T10:06:57.000Z (about 13 years ago)
- Last Synced: 2025-03-29T00:08:19.817Z (about 1 year ago)
- Language: PHP
- Homepage: http://www.gingerbeardman.com/vanilla/
- Size: 258 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Countdown
Add a countdown to a specific time and date to a comment. Pick from different display types.
## Changelog
1.2.0, change DateTimeZone::listIdentifiers code, added small digit images
1.1.0, added timezone dropdown and fixed tag case bug
1.0.0, initial release
## Details
See [http://vanillaforums.org/addon/countdown-plugin](http://vanillaforums.org/addon/countdown-plugin)
## Installation
Place the unzipped plugin folder in your `vanilla/plugins` folder and then activate using the Dashboard.
Optionally configure using plugin settings page: tag, time, timezone, digits.
## Use
Enter your configured countdown tag into a comment to have the countdown to your chosen time appear in the comment.
### License
This plugin is made available under a [Creative Commons Attribution-Share Alike 3.0 Unported License](http://creativecommons.org/licenses/by-sa/3.0).
### Credits
Created by Matt Sephton, [http://www.gingerbeardman.com/vanilla/](http://www.gingerbeardman.com/vanilla/)
Uses [https://github.com/pfarmer/jquery-countdown/](https://github.com/pfarmer/jquery-countdown/) by Reflejo/pfarmer