inherit
King Oligochaete
126470
0
Feb 24, 2021 12:23:15 GMT -8
Wormopolis
Stop rating plugins with 1 star that dont deserve it.
20,002
June 2008
tbserialkillers
Wormo's Mini-Profile
|
Post by Wormopolis on May 9, 2017 10:22:56 GMT -8
do you have a URL I can see this? because I just loaded a countdown on a test site and it was working fine.
|
|
inherit
237277
0
Jun 21, 2018 8:33:59 GMT -8
adm1n0
71
September 2016
adm1n0
|
Post by adm1n0 on May 9, 2017 11:25:12 GMT -8
Awesome plugin! Works perfect, only it seems the time can't be changed?
I'm using the example:
<countdown class="countdown" title="Halo Tourney" timestamp="March 10 2013 1:00 PM -8" message="Fight!"/>
And that gives the 'Invalid Date Message'
But when i remove the '1:00 PM -8' from the timestamp all works fine.
Any suggestion how the timestamp can contain a time and still works?
|
|
inherit
244485
0
May 9, 2017 12:38:02 GMT -8
oldfog
2
May 2017
oldfog
|
Post by oldfog on May 9, 2017 12:32:21 GMT -8
|
|
inherit
King Oligochaete
126470
0
Feb 24, 2021 12:23:15 GMT -8
Wormopolis
Stop rating plugins with 1 star that dont deserve it.
20,002
June 2008
tbserialkillers
Wormo's Mini-Profile
|
Post by Wormopolis on May 9, 2017 13:50:17 GMT -8
This plugin don't seem to work with mobiles? It works from my PC, but when I view my forum on my mobile, it's just the code that shows up. if you are looking with the mobile version, then NO plugins run on that version. if you switch to the desktop view on your phone then you see it runs.
|
|
inherit
King Oligochaete
126470
0
Feb 24, 2021 12:23:15 GMT -8
Wormopolis
Stop rating plugins with 1 star that dont deserve it.
20,002
June 2008
tbserialkillers
Wormo's Mini-Profile
|
Post by Wormopolis on May 9, 2017 13:58:43 GMT -8
Awesome plugin! Works perfect, only it seems the time can't be changed? I'm using the example: <countdown class="countdown" title="Halo Tourney" timestamp="March 10 2013 1:00 PM -8" message="Fight!"/> And that gives the 'Invalid Date Message' But when i remove the '1:00 PM -8' from the timestamp all works fine. Any suggestion how the timestamp can contain a time and still works? Did you get the new version?
|
|
inherit
237277
0
Jun 21, 2018 8:33:59 GMT -8
adm1n0
71
September 2016
adm1n0
|
Post by adm1n0 on May 9, 2017 22:54:31 GMT -8
Awesome plugin! Works perfect, only it seems the time can't be changed? I'm using the example: <countdown class="countdown" title="Halo Tourney" timestamp="March 10 2013 1:00 PM -8" message="Fight!"/> And that gives the 'Invalid Date Message' But when i remove the '1:00 PM -8' from the timestamp all works fine. Any suggestion how the timestamp can contain a time and still works? Did you get the new version? Yes, version 2.0.3
|
|
inherit
King Oligochaete
126470
0
Feb 24, 2021 12:23:15 GMT -8
Wormopolis
Stop rating plugins with 1 star that dont deserve it.
20,002
June 2008
tbserialkillers
Wormo's Mini-Profile
|
Post by Wormopolis on May 10, 2017 1:08:45 GMT -8
hmmm. I tested that string and it didnt give me an error. also you need a </countdown> after the tag or it does weird stuff depending where you put it.
try it without the -8 part
|
|
inherit
King Oligochaete
126470
0
Feb 24, 2021 12:23:15 GMT -8
Wormopolis
Stop rating plugins with 1 star that dont deserve it.
20,002
June 2008
tbserialkillers
Wormo's Mini-Profile
|
Post by Wormopolis on May 12, 2017 9:18:27 GMT -8
|
|
inherit
237277
0
Jun 21, 2018 8:33:59 GMT -8
adm1n0
71
September 2016
adm1n0
|
Post by adm1n0 on May 12, 2017 10:52:46 GMT -8
No, unfortunately it didn't .. As soon as the timestamp contain anything else than the date only, I got the 'Invalid Date Message'. But as my forum is celebrating our one year anniversary today, there's no more need for the plugin anymore. Ofcourse I still hope this 'bug' can be fixed, for use in the future. Because it's an awesome plugin
|
|
inherit
King Oligochaete
126470
0
Feb 24, 2021 12:23:15 GMT -8
Wormopolis
Stop rating plugins with 1 star that dont deserve it.
20,002
June 2008
tbserialkillers
Wormo's Mini-Profile
|
Post by Wormopolis on May 14, 2017 18:53:02 GMT -8
Im going to still work on this to recreate it. Just to make sure, can you paste the exact tag you added?
|
|
inherit
237277
0
Jun 21, 2018 8:33:59 GMT -8
adm1n0
71
September 2016
adm1n0
|
Post by adm1n0 on May 15, 2017 10:39:37 GMT -8
This is the code with the time in the timestamp (does not work on my forum, gives the Invalid Date Message) <countdown class="countdown" title="Remaining time to collect" timestamp="May 12 1:00 PM" /> And the code without the time (works perfect) <countdown class="countdown" title="Remaining time to collect" timestamp="May 12" /> Thanks for your work on this plugin Wormopolis!
|
|
inherit
217348
0
Jul 27, 2022 7:26:44 GMT -8
Lynx
5,849
January 2015
msg
|
Post by Lynx on May 15, 2017 10:42:03 GMT -8
This is the code with the time in the timestamp (does not work on my forum, gives the Invalid Date Message) <countdown class="countdown" title="Remaining time to collect" timestamp="May 12 1:00 PM" /> And the code without the time (works perfect) <countdown class="countdown" title="Remaining time to collect" timestamp="May 12" /> Thanks for your work on this plugin Wormopolis! You're trying to self close the tag - which is probably why you're getting the error. Try changing this: <countdown class="countdown" title="Remaining time to collect" timestamp="May 12 1:00 PM" />
to this: <countdown class="countdown" title="Remaining time to collect" timestamp="May 12 1:00 PM"></countdown>
hmmm. I tested that string and it didnt give me an error. also you need a </countdown> after the tag or it does weird stuff depending where you put it.try it without the -8 part
|
|
inherit
237277
0
Jun 21, 2018 8:33:59 GMT -8
adm1n0
71
September 2016
adm1n0
|
Post by adm1n0 on May 15, 2017 10:46:22 GMT -8
Thank you Lynx, but unfortunately still not working..
|
|
inherit
217348
0
Jul 27, 2022 7:26:44 GMT -8
Lynx
5,849
January 2015
msg
|
Post by Lynx on May 15, 2017 10:51:05 GMT -8
Just curious, adm1n0 - where are you placing that? Is it in a template, header / footer, etc? I'm curious, because I have this: <countdown class="countdown" title="" timestamp="March 31 2017 6:30 PM -4" message="" />
and it works perfectly (when it was dated to show) - but I've got that in my General Notices plugin, which has an HTML box for Event Descriptions.
|
|
inherit
237277
0
Jun 21, 2018 8:33:59 GMT -8
adm1n0
71
September 2016
adm1n0
|
Post by adm1n0 on May 15, 2017 10:52:23 GMT -8
In the Sidebar Redux.
|
|