1,575
edits
Changes
no edit summary
###run <pre>rm LabeledSectionTransclusion-*.tar.gz</pre>
###run <pre>sudo nano /etc/mediawiki/LocalSettings.php</pre> and add the following to the bottom <pre># Enable LabeledSectionTransclusion wfLoadExtension( 'LabeledSectionTransclusion' );</pre>
#Enable a wider array of file uploads by running ''sudo nano /etc/mediawiki/LocalSettings.php'' and placing the following at the bottom of the file <pre># Accepted Upload File Extensions $wgFileExtensions = array( 'png', 'gif', 'jpg', 'jpeg', 'tiff', 'bmp', 'doc', 'xls', 'ppt', 'docx', 'xlsx', 'pptx', 'odt', 'ods', 'odp', 'odg', 'py', 'py3', 'pdf', 'pem' ); $wgFileBlacklist = array(); $wgStrictFileExtensions = false; $wgMimeTypeBlacklist = array(); $wgVerifyMimeType = false; $wgMaxUploadSize = 20971520;</pre>