Last modified: 2008-02-25 02:56:44 UTC
It would be possible to add a page [[Special:MostLinkedRedirects]] that show the list of redirects not sorted by name, but by how many times are linked?
Well, i tried to figure out how to solve this problem by myself, but, as I barely know PHP and our database tables, I only figured out that what i would do is adding: "WHERE page_is_redirect = 1" on a copy of SpecialMostlinked.php in /includes/, but I think this will not solve my problem. I thought that I could understand something from SpecialMostLinkedcategories.php but as i see <<" . NS_CATEGORY . " as namespace, >> the structure is different. Well, I dont really know if something i just wrote is wrong or correct, but I would be happy to know where I got wrong...
Created attachment 4674 [details] Create new special page "SpecialMostedlinkedredirects.php"; modify messagesEn.php, QueryPage.php, SpecialPage.php, AutoLoader.php, messages.inc, messageTypes.inc