Jump to content
WebFlake

user-666

Apprentice
  • Posts

    31
  • Joined

  • Last visited

  • Days Won

    1

Community Answers

  1. 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.

×
×
  • Create New...