Advertisement
user-666
-
Posts
31 -
Joined
-
Last visited
-
Days Won
1
Community Answers
-
user-666's post in Remove version number field in Download was marked as the answer
Go to /applications/downloads/modules/front/downloads and download submit.php
Open submit.php in a text editor and remove:
/* Version field (we only show this on create */
$form->add( new \IPS\Helpers\Form\Text( 'file_version', '1.0.0', FALSE, array( 'maxLength' => 32 ) ) );
Save it and reupload the files on your server.