Tech Geek wrote :
> I would like that when somebody clicks on
> "Special:AllPages", the old title does not appear just to keep it clean and
> less confusing.
> 
> Any ideas?

edit your css file (either your skin css or the corresponding wiki page : 
MediaWiki:Yourskin.css) and add :

.allpagesredirect {
display:none;
}

_______________________________________________
MediaWiki-l mailing list
MediaWiki-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

Reply via email to