Is there a simple way to remove items from the list of special pages (in MW v1.4 beta5) ? Can something from specialpage.php be manipulated or maybe put into localsettings for customization?
Thanks :-) Morten
-- Crews Cut Community http://www.crewscut.com
Morten Blaabjerg Dronningensgade 4B, DK-5000 Odense C. Tlf. +45 65 90 60 88
"Morten" == Morten Blaabjerg crewscut@mail.dk writes:
Is there a simple way to remove items from the list of special pages (in MW v1.4 beta5) ? Can something from specialpage.php be manipulated or maybe put into localsettings for customization?
Invisible or unusable?
In any case, modify includes/SpecialPage.php. Change new SpecialPage to new UnlistedSpecialPage to make pages invisible, and add a second parameter "sysop" to the pages you want to be unusable for normal users.
Thanx for the quick solution - it works perfectly, - only has the slight disadvantage of needing to be updated with new updates of MW.
Trawling the special pages, I've found a curious behaviour in this page of the wiki : http://www.crewscut.com/index.php?title=Special:Newpages
All the pages get a yellow background when hovering with the mouse on this page. Could this have something to do with my special css-customizations or is it a bug? Can anyone reproduce this ? Is there an easy way to fix this?
Morten :-)
Anders Wegge Jakobsen wrote:
"Morten" == Morten Blaabjerg crewscut@mail.dk writes:
Is there a simple way to remove items from the list of special pages (in MW v1.4 beta5) ? Can something from specialpage.php be manipulated or maybe put into localsettings for customization?
Invisible or unusable?
In any case, modify includes/SpecialPage.php. Change new SpecialPage to new UnlistedSpecialPage to make pages invisible, and add a second parameter "sysop" to the pages you want to be unusable for normal users.
-- /Wegge http://wiki.wegge.dk echo mail: !#^."<>"|tr "<> mail:" dk@wegge mailto:awegge@gmail.com - Invitationer på FCFS basis
-- Crews Cut Community http://www.crewscut.com
Morten Blaabjerg Dronningensgade 4B, DK-5000 Odense C. Tlf. +45 65 90 60 88
Morten Blaabjerg wrote:
Trawling the special pages, I've found a curious behaviour in this page of the wiki : http://www.crewscut.com/index.php?title=Special:Newpages
All the pages get a yellow background when hovering with the mouse on this page. Could this have something to do with my special css-customizations or is it a bug? Can anyone reproduce this ? Is there an easy way to fix this?
Can't reproduce. (Tested w/ Safari 1.2.4.)
-- brion vibber (brion @ pobox.com)
How do you completely remove pages from the wiki that have been hacked with nonsensical things. When you delete the page's info, it still leaves the header.
Thanks in advance.
heidialyssa wrote:
How do you completely remove pages from the wiki that have been hacked with nonsensical things.
To delete a page, click the 'delete' tab, enter an explanation for the log, check the confirmation box, and click the submit button. You must be logged in with a sysop account.
When you delete the page's info, it still leaves the header.
What do "delete the page's info" and "header" mean?
-- brion vibber (brion @ pobox.com)
On 2/2/05 4:35 PM, "Brion Vibber" brion@pobox.com pontificated:
heidialyssa wrote:
How do you completely remove pages from the wiki that have been hacked with nonsensical things.
To delete a page, click the 'delete' tab, enter an explanation for the log, check the confirmation box, and click the submit button. You must be logged in with a sysop account.
When you delete the page's info, it still leaves the header.
What do "delete the page's info" and "header" mean?
-- brion vibber (brion @ pobox.com) _______________________________________________ MediaWiki-l mailing list MediaWiki-l@Wikimedia.org
Brian, maybe I'm missing something, but where do I find the delete tab?
To delete a page, click the 'delete' tab, enter an explanation for the log, check the confirmation box, and click the submit button. You must be logged in with a sysop account.
can you say more about how one logs is with a sysop account? i'm just starting to get the hang of all this...!
"Morten" == Morten Blaabjerg crewscut@mail.dk writes:
Thanx for the quick solution - it works perfectly, - only has the slight disadvantage of needing to be updated with new updates of MW.
Some things can't be changed.
Trawling the special pages, I've found a curious behaviour in this page of the wiki : http://www.crewscut.com/index.php?title=Special:Newpages
All the pages get a yellow background when hovering with the mouse on this page. Could this have something to do with my special css-customizations or is it a bug? Can anyone reproduce this ? Is there an easy way to fix this?
I see it as well. The likely culprit is line 963 in 'skins/monobook/man.css', which according to the DOM inspector in Mozilla Firefox states that the background-color for .not-patrolled items are #FFFFAA.
mediawiki-l@lists.wikimedia.org