Hi
I would like to set another namespace default for Special:Newpages. I my case i would set it to 'all'. Is it possible to do that without changing mediawiki code?
Greetings from Switzerland. Ponte
Well, you can make a link that forces the namespace to "all". Does that help?
http://your_wiki/w/index.php?title=Special%3ANewpages&namespace=all
Dan
I want that people can go through Special:Specialpages and then Special:Newpages.
Can I change the link behind Special:Newpages in Special:Specialpages without changing mediawiki code?
Ponte
Daniel Barrett schrieb:
Well, you can make a link that forces the namespace to "all". Does that help?
http://your_wiki/w/index.php?title=Special%3ANewpages&namespace=all
Dan
MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org http://lists.wikimedia.org/mailman/listinfo/mediawiki-l
How about placing a link in your Navigation box? That's what we did. We called it "What's new?"
Just edit MediaWiki:Sidebar.
DanB
That would be some kind of a workaroud - yes.
But not exactly what I want ;-)
Daniel Barrett schrieb:
How about placing a link in your Navigation box? That's what we did. We called it "What's new?"
Just edit MediaWiki:Sidebar.
DanB
MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org http://lists.wikimedia.org/mailman/listinfo/mediawiki-l
I'm pretty sure you can't do it with your original parameters, that is, without changing MediaWiki code.
MediaWiki has very specific ideas about nature of NS_SPECIAL namespace. Most of the changes would be in Title.php, in Title::getNamespace() so it returns NS_SPECIAL even if your desired apparent namespace for some page is not Special:, and also in other parts of Title.php.
On 10/31/07, ponte@expliki.org ponte@expliki.org wrote:
That would be some kind of a workaroud - yes.
But not exactly what I want ;-)
Daniel Barrett schrieb:
How about placing a link in your Navigation box? That's what we
did. We called it "What's new?"
Just edit MediaWiki:Sidebar.
DanB
MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org http://lists.wikimedia.org/mailman/listinfo/mediawiki-l
-- Gründer und Webmaster von expliki.org
MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org http://lists.wikimedia.org/mailman/listinfo/mediawiki-l
mediawiki-l@lists.wikimedia.org