Thanks you. Is this some undocumented stuff? is there a possibility to edit "templates" as well? for example... how do i remove the "This page has been visited $1 times" template from the main-page?
is there some proper documentation you can recommend?
kind regards, j.
===========================================
Juergen Jessenig | jessenig@sofastar.at <
-----Ursprüngliche Nachricht----- Von: mediawiki-l-bounces@Wikimedia.org [mailto:mediawiki-l-bounces@Wikimedia.org] Im Auftrag von Brion Vibber Gesendet: Mittwoch, 20. Oktober 2004 21:33 An: MediaWiki announcements and site admin list Betreff: Re: [Mediawiki-l] Customizing mediawiki
On Oct 20, 2004, at 11:16 AM, Juergen Jessenig wrote:
I just wanted to add some text to last modified section at the bottom of the page... I opened "Language.php" and inserted some words at line 302 'lastmodified' => "bla bla bla This page..."
You generally should not edit Language.php. Go to Special:Allmessages on your wiki for a complete list of customizable UI messages; when logged in as a sysop you can edit them through the wiki interface.
These message pages are pulled into the database at installation time from Language.php and *override* it, so that's why your changes to Language.php are not showing up.
-- brion vibber (brion @ pobox.com)