·
Added a discussion

Hi. 

is there a way to  give a default title to that photos ? Something like upload date or consecutive? I see that label does not say much.

image_transcoder.php?o=bx_froala_image&h=4071&dpx=1&t=1601342441

  • 953
Comments
    • Hello David Medina !

      You may change the value of the _sys_txt_no_title language key via Polyglot. This is the shortest way.

      • 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');

          Login or Join to comment.