[Mediawiki-l] Avoid duplicate listing of articles after renaming/moving?
Alexis Moinet
alexis.moinet at umons.ac.be
Thu Dec 2 07:42:03 UTC 2010
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;
}
More information about the MediaWiki-l
mailing list