2008-11-07
Year: 2008 Week: 45 Number: 101 Tech flash
Erik Möller, the Deputy Director, has posted a statement about this topic;
All projects must do there part to help with the fundraiser by displaying the banner to all there users by default. But that does not mean that on a personal level you need to keep that banner in your face until the end of the fundraiser with is announced to run until Wikipedia Day.
How to hide the banner
Personal
Include the following code to your *personal* CSS;
/* Remove fundraiser banner and sitenotice */
#siteNotice, #fundraiser, .fundraiser-box { display:none; !important; }
Do *not* include this to the site skin, only to your personal one if you wish to hide it.
Include an extension to your wiki
You can create an option (gadget, extension) for the users of your wiki to hide the banner with an option in the user preferences section.
You need to do 3 things (well, maybe 4) and have admin access.
- Copy the contents of [[en:w:MediaWiki:Gadget-HideFundraisingNotice.css]] to your local wiki (name after the - can be localized)
- Create a page with a description to show in Special:Preferences (e.g. [[en:w:MediaWiki:Gadget-HideFundraisingNotice]], again: can be localized after the -)
- Add to your local [[en:w:MediaWiki:Gadgets-definition]]-page ( where the first part is the name of your description page, second the actual script page).
This should do the trick and make the option appear in [[Special:Preferences]]. - If it doesn't, you might want to erform a null-edit on your local [[en:w:MediaWiki:Gadgets-definition]]-page (edit the page, don't change anything and save).
Take first a look at the gadget (can have an other name) section of the user preferences menu on your wiki to see of this gadget is maybe already installed. It is at least live on the English and Dutch Wikipedia.
Wikizine.org makes no guarantee of accuracy, validity and especially but not limited to, correct grammar and spelling. Satisfaction is not guaranteed.
Wikizine.org is published by [[meta:user:Walter]], and is not a publication of the Wikimedia Foundation. Wikizine is a irregular publication as long as there is noteworthy news (and time) Content is available under the GNU Free Documentation License. http://www.gnu.org/copyleft/fdl.html
License information: All editions of the Wikizine newsletter are licensed under the GNU Free Documentation License (GNU/FDL) From 2009 on are all editions of Wikizine dual-licensed to support also the Creative Commons Attribution 2.5 Generic License


