Jump to content

  •  

  • Tutorial info Visit support topic

    • Added on: Dec 02 2008 02:08 PM
    • Date Updated: Dec 02 2008 02:10 PM
    • Views: 1038


    * * * * *
    0 Ratings

    Adding predefined text to file descriptions when upload a new file

    Adding predefined text to file descriptions when upload a new file

    Posted by Adriano Faria on Dec 02 2008 02:08 PM
    This tuto will add, for example, the real name of the file to its description!

    Open sources/components_public/downloads/submit.php and find:

    							 'file_desc'		=> $file['file_desc'],
    Change to:

    							
       'file_desc'		=> $file['file_desc']."<br /><br />Original File Name: ".$file['file_realname'],
    Powered by Tutorials 1.3.1 © 2012, by Michael McCune