MediaWiki talk:UploadForm.js

From Guild Wars Wiki
Jump to navigationJump to search

how would one go about stopping the usage of &?+ signs in file titles? Chieftain Alex 22:52, 24 March 2013 (UTC)

Here's one way to do it: User:Smurf/UploadForm.js (diff). However this obviously will only work with users who have javascript enabled. So a better solution might be to get a server admin (GWW:TECH) to add the following line
$wgIllegalFileChars .= "&?+";
to the LocalSettings.php file (see Manual:$wgIllegalFileChars) -Smurf 00:28, 3 April 2013 (UTC)