MediaWiki talk:Monobook.js

Add topic
Active discussions

displayTimer

You can deactivate the timer by adding

timerDisplay = false;

to your monobook.js and change the displayed time by adding

timerTimezone = [offset];

where [offset] is the offset of the timezone, you want to display (for example timerTimezone = -8; for PST).
You can also change the location by modifying the style sheets for the id #pt-timer, so you can, for example, move the timer to the right of the bar (to the right of the logout link) by adding this to you monobook.css:

li#pt-timer { float: right; }

Have fun with it :) poke | talk 20:41, 29 December 2008 (UTC)

Question

Before I logged in, there was an [edit] bar above the log in screen, and when I clicked on it, I was logged in and "editing" the log in screen. Anyone know about this?--♫GreenGyarados♫ 22:02, 1 January 2010 (UTC)

Well it doesn't do anything, but I guess the new add-ons I installed put the [edit] button on more pages than I expected. —darklordtrom 22:07, 1 January 2010 (UTC)
Alright.--♫GreenGyarados♫ 22:09, 1 January 2010 (UTC)
Return to "Monobook.js" page.