Default title for photos with "No title" label
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.
-
-
·
LeonidS
- ·
Hello David Medina !
You may change the value of the _sys_txt_no_title language key via Polyglot. This is the shortest way.
-
·
LeonidS
-
- · David Medina
- ·
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');