My environment:
version of cb gallery plugin: [color=#28a745 !important]2.5.1+build.2024.09.23.15.14.11.5855dde14[/color]
Joomla version: 3.10.12.
CB version: 2.9.3+build.2024.09.10.14.21.57.794f9ce0d
Behaviour:
If I try to upload a file with a 'wrong' extension within a users gallery the following alert should be prompted (see below the 'responsible' language string):
'FILE_UPLOAD_INVALID_UPLOAD_ONLY_EXTS' => 'Invalid file. Please upload only [extensions]!',
.... the problem is that the whole part of the substring '[extensions]' .... does not appear on the screen ..... it will be repaced by a blank.
If I override of the string, eg.:
'FILE_UPLOAD_INVALID_UPLOAD_ONLY_EXTS' => 'You tried to upload an invalid file type. Please upload only [extensions]!',
... I have the same issue, the override itself works but the subpart: '[extensions]' will again be replaced by a blanc ....
... so the result looks like this: "You tried to upload an invalid file type. Please upload only !'
..... can you please help?
reagards