MediaWiki extensions manual
Submission Upload
Release status: unmaintained
Implementation Special page
Description Makes it easier for those who are not familiar with the upload process to do everything correctly
Author(s) VolodyA! V Anarhist
Latest version 0.9.1 (2013-09-12)
MediaWiki 1.21+
Database changes No
License GNU General Public License 3.0
Download external source
Parameters
  • $wgSubmissionUploadsTemplates

The Submission Upload extension makes it easier for those who are not familiar with the upload process to do everything correctly. It normalises the names to the form of Author - Title.ext and ensures that extension is checked and made the same for all files of the same type.

Installation

  • Copy the code and place the file(s) in a directory called Submission Upload in your extensions/ folder.
  • Add the following code at the bottom of your LocalSettings.php file:
    require_once "$IP/extensions/Submission Upload/Submission Upload.php";
    
  • Yes Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.

See also

This article is issued from Mediawiki. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.