Adding more file extensions

Hello, how can i add more file extensions, please see attach photo for reference! Thanks!

  • 484
  • More
Attachments
Replies (3)
    • It's possible to add more extensions to this list, but direct database editing is required. Also if you add extensions to the module which doesn't supposed to support such extension, then unpredictable results can happen.

      List of allowed extensions for anything can be changed in `sys_objects_storage` table, `ext_allow` field. 
      `object` field can help to identify the needed module, it starts with the module name.

      • Where can i go to add .mp4 etc.. extensions Alex T⚜️ ?

        • Hell Will!

          It depends on the module where you want to add this extension. For example - if you run this query in your UNA DB:

          SELECT * FROM THE `sys_objects_storage` WHERE `object` = 'bx_albums_files'

          you will find what extensions were listed in field `ext_allow`. So you need to change the value of this field to your own place by the same way.

          With the best regards, Leonid

          Login or Join to comment.