MediaWiki

Status
Not open for further replies.

neilgravir

New Member
Messages
30
Reaction score
0
Points
0
Does anyone know of a way to modify the bottom bar of a wiki? It must be possible because on wikipedia at the bottom it has the wikimedia foundation logo etc. but I cannot find any documentation on how to do this.

Any ideas?

neilgravir
 

The_Magistrate

New Member
Messages
1,118
Reaction score
0
Points
0
From http://www.mediawiki.org/wiki/Footer

Footer
From MediaWiki.org
Jump to: navigation, search

To change the footer on your MediaWiki page, you must edit the skins PHP file. For example if you go in to MonoBook.php you will find the following code.
Code:
                $footerlinks = array(
                        'lastmod', 'viewcount', 'numberofwatchingusers', 'credits', 'copyright',
                        'privacy', 'about', 'disclaimer', 'tagline',
                );
In the above you can simply add and remove items from the array that you wish to appear in your footer, this must be done for each template though and remember it may take a while to update due to MediaWiki caches.
 
Last edited:

neilgravir

New Member
Messages
30
Reaction score
0
Points
0
Thanks, but I've managed to fix it by changing the bit about copywright logos.

neilgravir
 
Status
Not open for further replies.
Top