Comment to 'Default title for photos with "No title" label'
  • ok LeonidS I understand that,s possible  but that is a static tag... my question is if I could add a feature by default,, something like upload date or consecutive? i.e "photo_david_2020_09_20" or "photo_123"

    • No, it's only possible to do via editing the following code from 

      modules/boonex/photos/classes/BxPhotosTemplate.php file:

      if(isset($CNF['FIELD_TITLE']) && empty($aData[$CNF['FIELD_TITLE']]))

          $aData[$CNF['FIELD_TITLE']] = _t('_sys_txt_no_title');