[Mediawiki-l] "jump to" navigation and "From ...."

Platonides Platonides at gmail.com
Wed Feb 28 16:06:12 UTC 2007


Tim Ware wrote:
> Since upgrading to 1.9.3, I have this new stuff on the top of every  
> page.
> 
> First, under the page title (and unfortunately, the home page is back  
> to "Main Page" after I had fixed that in an earlier version!), there is:
> 
>  From [wiki name]
> 
> Jump to: navigation, search
> 
> How do I get rid of that extra stuff? Thanks!
> 
> Tim

Put in CSS #siteSub, #jump-to-nav { display: none }

If you want to remove the monobook code, delete on MonoBook.php lines 
104 and 108: "<h3 id="siteSub"><?php $this->msg('tagline') ?></h3>" &
"<?php if($this->data['showjumplinks']) { ?><div id="jump-to-nav"><?php 
$this->msg('jumpto') ?> <a href="#column-one"><?php 
$this->msg('jumptonavigation') ?></a>, <a href="#searchInput"><?php 
$this->msg('jumptosearch') ?></a></div><?php } ?>"




More information about the MediaWiki-l mailing list