Page MenuHomePhabricator

Close upload form to normal users on fo.wikipedia
Closed, ResolvedPublic

Description

Author: ice201

Description:
Hello. As discussed here: http://fo.wikipedia.org/wiki/Wikipedia:Undirh%C3%BAsi%C3%B0#Myndir we have a problem with users uploading images that are obviously non free without any licenses, and even free images that should be put on commons, leaving us administrators a lot of work to delete images. What we would like to do is close the upload form to the Faroese Wiki (Fo.wikipedia.org) to all users EXCEPT for Administrators and Bereaucrats. And have the upload form for normal users redirect to Commons. Or if not possible, then I guess I can just edit the MediaWiki:Upload form for Commons redirection. Thank you.


Version: unspecified
Severity: enhancement
URL: http://fo.wikipedia.org/wiki/Serstakur:Upload

Details

Reference
bz11669

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 10:00 PM
bzimport set Reference to bz11669.
bzimport added a subscriber: Unknown Object (MLST).

ice201 wrote:

Ok, I am working on translating the commons interface into faroese. I want when a user clicks on the upload link on the faroese wikipedia, it redirects it to the Commons:Upload/fo form. And also have the upload form closed so when a user clicks on a red link, it does not allow them to upload locally, unless they are of course an ADMINISTRATOR. Thanks again!

jeluf wrote:

Set wgUploadNavigationUrl = 'http://commons.wikimedia.org/wiki/Special:Upload?uselang=fo'
Set groupOverrides to

'fowiki' => array(
	'user' => array( 'upload' => false ),
	'sysop' => array( 'upload' => true ),
),

DONE.

ice201 wrote:

Sounds great ! Just one thing, it should be:

Set wgUploadNavigationUrl =
'http://commons.wikimedia.org/w/index.php?title=Commons:Upload/fo&uselang=fo'

Thats all. Thanks a lot! :)