I'd like to use this with the Pockets plugin so I can add a countdown in the panel section. Are you planning to expand functionality?
Also, here are a couple bugs I found: - Couldn't change the tag from default. Every tag I tried wouldn't get picked up in the thread - After editing a post with the timer tag in it, after saving the edit, the timer doesn't display.
and some suggestions: - Support creation of multiple countdowns with separate tags - Time Zone selection isn't very easy, needs a more common drop down
Thanks for making this
Comments
That would be great
- Spam
- Abuse
0 · Insightful Awesome LOL ·Hi, thanks for the bug report. The tag issue is that I mistakenly convert to uppercase. So tags with anything other than uppercase letters will not currently work. I'll fix this.
I'll add a drop down for timezone selection.
I've not done any pockets integration before but I'll look into it. Same goes for multiple countdowns.
Ps: the source is on GitHub: https://github.com/gingerbeardman/Countdown
- Spam
- Abuse
0 · Insightful Awesome LOL ·@Nemiari @steve23 I've fixed the tag bug, and added a dropdown for the timezones.
I'm looking into Pockets compatibility.
I will look into multiple countdowns when I get a chance.
- Spam
- Abuse
0 · Insightful Awesome LOL ·Hi.
Fatal error: Undefined class constant 'ALL' in /home1/mellunac/public_html/ksk-diplom.ru/forum/plugins/Countdown/class.countdown.plugin.php on line 24
I am try to push Setup button on plugin list
- Spam
- Abuse
0 · Insightful Awesome LOL ·Anybody has a answer to vbf question? Thanks...
Fatal error: Undefined class constant 'ALL' in /home/xxx/forum/plugins/Countdown/class.countdown.plugin.php on line 24
- Spam
- Abuse
0 · Insightful Awesome LOL ·No se si abran corregido esto, pero yo lo corregi reemplanzado la linea 24 por esto: $tzlist[] = DateTimeZone::listIdentifiers();
Y consegui:
- Spam
- Abuse
0 · Insightful Awesome LOL ·YAcosta even I don't speak your language you solve my proplem... thank you so much for your immediate help.
Regards from Switzerland
Jakob
- Spam
- Abuse
2 · 1Insightful 1Awesome LOL ·This is really cool, thanks for making it! The ability to make multiple countdowns would be awesome.
- Spam
- Abuse
0 · Insightful Awesome LOL ·if this is the fix what does it mean, i put into translator but still don't understand, is there an English version of this > No se si abran corregido esto, pero yo lo corregi reemplanzado la linea 24 por esto: $tzlist[] = DateTimeZone::listIdentifiers();
- Spam
- Abuse
0 · Insightful Awesome LOL ·yes that is the fix, he said to replace line 24 of forum/plugins/Countdown/class.countdown.plugin.php
with :
$tzlist[] = DateTimeZone::listIdentifiers();
|̲̅̅●̲̅̅|̲̅̅=̲̅̅|̲̅̅●̲̅̅| - ☊ - ♫ ♪ ♪ ♫ ♩ ♬ ♬ ♮ ♯ ♫ ♪ ♪ ♫ ♩ ♬ ♭ ....... (•̪●)(•̪●) ♀<-f ☠...CLICK HERE !!!</a> Then CLICK HERE TOO !!!
- Spam
- Abuse
0 · Insightful Awesome LOL ·I've rolled this fix into the latest version, thanks to @YAcosta and @vrijvlinder!
- Spam
- Abuse
1 · 1Insightful 1Awesome LOL ·