Dear all, I'm planning to use UploadWizard in our small corporate wiki. I have a few questions
* Can I turn off the "Choose license" part completely? I want an easy quick upload * Can I turn off the Flickr-Button? * Can I switch the default description language to german? Kind regards Marcel
Flickr button should be off by default.
--bawolff On Mar 13, 2015 4:28 AM, "Marcel Hamade" hamade.marcel@gmail.com wrote:
Dear all, I'm planning to use UploadWizard in our small corporate wiki. I have a
few questions
- Can I turn off the "Choose license" part completely? I want an easy
quick upload
- Can I turn off the Flickr-Button?
- Can I switch the default description language to german?
Kind regards Marcel
Multimedia mailing list Multimedia@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/multimedia
Im on UploadWizard branch master, commit efad11e94dd6f9b802f9f6e085db9d6a37710695 and just added UploadWizard by adding require_once( "$IP/extensions/UploadWizard/UploadWizard.php" ); to my LocalSettings.php.
MediaWiki is on branch master, commit 97c4e93eefc7182fb4a166e752d44e8853fe3218 from March 11
Wiki
Brian Wolff bawolff@gmail.com schrieb am Fr., 13. März 2015 um 12:50 Uhr:
Flickr button should be off by default.
--bawolff
On Mar 13, 2015 4:28 AM, "Marcel Hamade" hamade.marcel@gmail.com wrote:
Dear all, I'm planning to use UploadWizard in our small corporate wiki. I have a
few questions
- Can I turn off the "Choose license" part completely? I want an easy
quick upload
- Can I turn off the Flickr-Button?
- Can I switch the default description language to german?
Kind regards Marcel
Multimedia mailing list Multimedia@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/multimedia
Multimedia mailing list Multimedia@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/multimedia
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,
multimedia@lists.wikimedia.org