furai
New Member
Posts: 26
inherit
179621
0
Feb 12, 2022 19:37:32 GMT -8
furai
26
May 2012
furai
|
Post by furai on Feb 21, 2013 5:41:50 GMT -8
Every year at Inforoo we're counting down the days to the next Bonnaroo. In v4 we used an outside script that worked for a while; it eventually hosed the forum and we had to remove it. I'm looking for a serviceable script or plugin that counts down to a specified date. Bonus feature may include a modifiable message at the end of the count... like, "It's here!" or "See you on the farm!" I'm not much of a programmer (yet), but I'm taking classes to learn more. Any assistance would be appreciated. Thanks in advance!
|
|
inherit
153300
0
Jun 19, 2019 17:10:20 GMT -8
Tressa
874
April 2010
tressa
|
Post by Tressa on Feb 21, 2013 8:04:06 GMT -8
I would be interested in this one, too.
|
|
furai
New Member
Posts: 26
inherit
179621
0
Feb 12, 2022 19:37:32 GMT -8
furai
26
May 2012
furai
|
Post by furai on Feb 26, 2013 8:42:17 GMT -8
bump
|
|
xLc
Junior Member
Posts: 290
inherit
180982
0
Sept 18, 2019 6:25:07 GMT -8
xLc
290
July 2012
lifestylecourier
|
Post by xLc on Feb 26, 2013 9:01:03 GMT -8
me too
|
|
inherit
153300
0
Jun 19, 2019 17:10:20 GMT -8
Tressa
874
April 2010
tressa
|
Post by Tressa on Feb 26, 2013 9:18:51 GMT -8
By searching online, I found a free countdown timer that is customizable. I placed it in an HTML widget on our Custom Home Page (Just the gold rectangle is their code, the text above I added myself.) Would still be nice to have a plugin instead so that we don't have to use an external host.
|
|
Former Member
inherit
guest@proboards.com
134807
0
Nov 25, 2024 12:00:08 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Feb 28, 2013 9:45:28 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 Feb 28, 2013 10:02:57 GMT -8
I have a v4.5 version of a countdown code on www.wormocodes.com. would something like that work? Im assuming you want something to work in posts as well butt headers/footers?
|
|
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 Mar 6, 2013 20:07:57 GMT -8
for what its worth, I converted my v4.5 one... DOWNLOAD
|
|
inherit
153300
0
Jun 19, 2019 17:10:20 GMT -8
Tressa
874
April 2010
tressa
|
Post by Tressa on Mar 7, 2013 13:06:54 GMT -8
Wormopolis can you give an example of the CSS needed to change the colors for the box. I got this working on my test forum, but can't manage to change the colors. Does the CSS go at the bottom of the Style Sheet, or somewhere else?
|
|
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 Mar 7, 2013 23:00:06 GMT -8
on one of the tabs it lists the classes I use for default. you just have to add those classes into your CSS
|
|
inherit
153300
0
Jun 19, 2019 17:10:20 GMT -8
Tressa
874
April 2010
tressa
|
Post by Tressa on Mar 8, 2013 7:56:33 GMT -8
on one of the tabs it lists the classes I use for default. you just have to add those classes into your CSS Tried to get this to work, but can't change it from the black box with white text and border. I'm not a coder, may just have punctuation incorrect. Have it on my test forum, but will not put it on my actual forum until I can change the box. What I have in the Style Sheet now will be changed, but was using all the classes trying to get anything to change.
|
|
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 Mar 8, 2013 9:25:44 GMT -8
ok so it looks like the forum CSS runs before the plugin CSS, so the plugin default CSS is overriding it. so move the custom CSS into the footer. you will need to surround it with <style></style> tags like the old way. I ill look into making the process easier...
|
|