On Fri, Mar 13, 2015 at 07:28:11AM +0000, Marcel Hamade wrote:
- Can I turn off the "Choose license" part completely? I want an easy quick
upload
My first recommendation would be to change the license arrays to only have one option, and to make that option the default. That would at least remove any confusion on the step - but it would still show up.
You could maybe hack together a script that polled the interface to see if UploadWizard was on the license step and clicked the "next" button automatically, but that sounds nasty and potentially confusing to the user.
- Can I turn off the Flickr-Button?
Why yes. Yes you can. In fact, you probably turned it on.
https://www.mediawiki.org/wiki/Extension:UploadWizard#Enabling_Flickr_upload...
Follow those instructions in reverse, and we should be set to go.
- Can I switch the default description language to german?
So, I'm not sure, but I'm *pretty* sure, that UW follows whatever cues it gets from the rest of the interface. So if you set your interface language to German, it should pop up a German description for you when you use UW.
If that's not the case, try setting uselang=de in the URL when you load UploadWizard.
And if *that* doesn't work, try setting $wgContentLanguage and $wgUserLanguage to 'de', in that order, but I don't think that's a long- term solution.
If you don't like these solutions, don't worry, I know it's bad. I would love it if you could file tasks for fixing them, and then maybe we can plan around some of the improvements that would make your life better.
Thanks,