Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted March 13, 20178 yr Hello there. I am running a forum with limited bandwidth and do not want users (admins, anyone) to be able to upload files to the downloads module to the sites file system. I want the "import files from url" option to be the default and only allowed option. Is there a setting or plugin that disables the ability to upload files from the file system and forces link only submissions? Thank you
March 14, 20178 yr Author Solved it. If anyone is wondering how to do this, you need to remove the following from the downloads > submit > submitform template: <div id='elDownloadsSubmit_uploader' class='ipsClear'> {$form->elements['']['files']->html( $form )|raw} <button type='button' class='ipsButton ipsButton_veryLight ipsButton_verySmall ipsHide' data-action='uploadMore'>{lang="upload_more_files"}</button> </div>
Archived
This topic is now archived and is closed to further replies.