Community Central
Community Central
Forums: Index Support Requests Count Down Timer
Fandom's forums are a place for the community to help other members.
To contact staff directly or to report bugs, please use Special:Contact.
Archive
Note: This topic has been unedited for 4641 days. It is considered archived - the discussion is over. Information in this thread may be out of date. Do not add to unless it really needs a response.

Hi,

On my wiki I would like to make a timer, on the Tiger's Voyage part. Sort of like on this one, where the red says "72 days" or so, the black under it "till", and the very bottom black part "is released". I saw it on the Septimus wiki before I had an account here too. Can you help me? Thank you. :) The Dark Tiger 15:07, July 31, 2011 (UTC)


Add all the coding from here to your wiki's MediaWiki:Common.js then where you want them on the article add this coding
<span class="countdowndate">June 21 2011 00:00:00 EST</span>
Tama63 15:12, July 31, 2011 (UTC)
I added it to the main page where I want it to say the number of days until November first... like,
(example)
34 days
till
Tiger's Voyage is released.
Nothing happened. Can someone add it for me, please? The Dark Tiger 15:28, July 31, 2011 (UTC)
Well, if you just created the js, then it will take about a day for it to kick in. You could place a link to your Wiki, and someone could look at it.  DaRanger | Talk to Me | What I've Done  15:40, July 31, 2011 (UTC)
I have fixed it (the date and the font was black)--Tama63 16:10, July 31, 2011 (UTC)
Thank you, but I noticed that instead of saying the days it says "November 1st 000" something. The Dark Tiger 16:18, July 31, 2011 (UTC)
Refresh your cache
  • Internet Explorer: hold down the Ctrl key and click the Refresh or Reload button, or press Ctrl+F5.
  • Firefox: hold down the Shift key while clicking Reload; alternatively press Ctrl+F5 or Ctrl-Shift-R.
  • Opera users have to clear their caches through Tools→Preferences
  • Konqueror and Safari users can just click the Reload button.
  • Chrome: press Ctrl+F5 or Shift+F5

Tama63 16:21, July 31, 2011 (UTC)

Something I've noticed with the countdown timer is that it no longer counts up. I know it's a countdown timer, but people like to use it to count up the days they've been on the wiki etc. Is it possible to make it work with dates that have already gone past again? --Callofduty4 17:08, July 31, 2011 (UTC)

Moving to Forum:Support Requests. This isn't really a general discussion. -- Fandyllic (talk · contr) 31 Jul 2011 10:43 PM Pacific
Still nothing. This is what is says: November 01 2011 00:00:00 EST till —This unsigned comment is by The Dark Tiger (talkcontribs) . Please sign your posts with ~~~~!
There is a missing semicolon on this line:
if(diff > 0) left = diff + ' days ' + left
About halfway of the code. Add a ; at the end. - Tjcool007 (Talk) 20:21, August 1, 2011 (UTC)
Minify strikes again. Normally, semicolons shouldn't matter, as in JS the end of the line is interpreted as the end of the statement.  Monchoman45  Talk  Contribs  Skystone  20:25,8/1/2011 
Thanks for all the help guys; is there any way to make only the timer and "is released" big? It turned everything else big. Sorry, I'm new to this. :) The Dark Tiger 12:37, August 2, 2011 (UTC)
Use style="font-size:130%;", or something larger if that's not big enough.  Monchoman45  Talk  Contribs  Skystone  13:33,8/2/2011