Hi everyone, I have got two problems with my wiki; I hope you can help me: - Is it possible to delete pages without having access to the database (as a sysop with all rights)? I do know the delete button, but when I delete a page with it it doesn't vanish from "Special:Allpages"! I have no idea why! - I would like to change the layout of the Sidebar (Monobooks): Is it possible to make a single link red-coloured? The main problem is, that "MediaWiki:Sidebar" deletes all tags (i.e. <div>) from my code ...
Thanks Alex
Hi,
Don't know about the first.
The second, when I understand you correctly; go to MediaWiki:Monobook.css and add something like this (assuming you're using the monobook skin);
#n-recentchanges a { color: #FF0000; }
(replace the "recentchanges" with the title of the link you want to change, check for the correct spelling the source of the page)
Regards,
Hans
Alexander Teibrich said the following on 10-2-2006 21:47:
Hi everyone, I have got two problems with my wiki; I hope you can help me:
- Is it possible to delete pages without having access to the database
(as a sysop with all rights)? I do know the delete button, but when I delete a page with it it doesn't vanish from "Special:Allpages"! I have no idea why!
- I would like to change the layout of the Sidebar (Monobooks): Is it
possible to make a single link red-coloured? The main problem is, that "MediaWiki:Sidebar" deletes all tags (i.e. <div>) from my code ...
Thanks Alex _______________________________________________ MediaWiki-l mailing list MediaWiki-l@Wikimedia.org http://mail.wikipedia.org/mailman/listinfo/mediawiki-l
Does the page appear deleted when browsing to it as a normal user?
Rob Church
On 11/02/06, Hans Hoogers - Scramble hans.hoogers@scramble.nl wrote:
Hi,
Don't know about the first.
The second, when I understand you correctly; go to MediaWiki:Monobook.css and add something like this (assuming you're using the monobook skin);
#n-recentchanges a { color: #FF0000; }
(replace the "recentchanges" with the title of the link you want to change, check for the correct spelling the source of the page)
Regards,
Hans
Alexander Teibrich said the following on 10-2-2006 21:47:
Hi everyone, I have got two problems with my wiki; I hope you can help me:
- Is it possible to delete pages without having access to the database
(as a sysop with all rights)? I do know the delete button, but when I delete a page with it it doesn't vanish from "Special:Allpages"! I have no idea why!
- I would like to change the layout of the Sidebar (Monobooks): Is it
possible to make a single link red-coloured? The main problem is, that "MediaWiki:Sidebar" deletes all tags (i.e. <div>) from my code ...
Thanks Alex _______________________________________________ MediaWiki-l mailing list MediaWiki-l@Wikimedia.org http://mail.wikipedia.org/mailman/listinfo/mediawiki-l
MediaWiki-l mailing list MediaWiki-l@Wikimedia.org http://mail.wikipedia.org/mailman/listinfo/mediawiki-l
mediawiki-l@lists.wikimedia.org