I've seen some wikis have managed to personalize their toolbox, such as http://www.chelseawiki.org/wiki/index.php/Main_Page.
Is there a simple way to do it, besides altering monobook skin? Basicly, to eliminate whatlinkshere, recentchageslinked, printable version, and permalink.
Thanks.
You could use MediaWiki:Common.css to just hide them if you don't want to touch MonoBook.php. Throw in a few lines like these:
#t-whatlinkshere { display: none; } #t-recentchangeslinked { display: none; } #t-trackbacklink { display: none; } #t-print { display: none; } #t-permalink { display: none; }
..Kev
On 8/26/06, city wiki citywikimail@gmail.com wrote:
I've seen some wikis have managed to personalize their toolbox, such as http://www.chelseawiki.org/wiki/index.php/Main_Page.
Is there a simple way to do it, besides altering monobook skin? Basicly, to eliminate whatlinkshere, recentchageslinked, printable version, and permalink.
Thanks. _______________________________________________ MediaWiki-l mailing list MediaWiki-l@Wikimedia.org http://mail.wikipedia.org/mailman/listinfo/mediawiki-l
mediawiki-l@lists.wikimedia.org