Frontend Edition
5 years 5 months ago - 5 years 5 months ago #54130
by MichaelM
Replied by MichaelM on topic Frontend Edition
Thank you!
Great the user can upload imgaes now.
One last question:
I made some language overrides for the popup.
There are two strings (or maybe it's one?) I can't find at all - even ReRePlacer didn't
Can you point me in the right direction?
Thanks a lot for your great support
Michael
Great the user can upload imgaes now.
One last question:
I made some language overrides for the popup.
There are two strings (or maybe it's one?) I can't find at all - even ReRePlacer didn't

Code:
Drop files here to upload
or Select Files
Can you point me in the right direction?
Thanks a lot for your great support
Michael
Last edit: 5 years 5 months ago by MichaelM.
Please Log in or Create an account to join the conversation.
5 years 5 months ago #54132
by MichaelM
Replied by MichaelM on topic Frontend Edition
Found it already:
Hardcoded in
I made an override, changed the hardcoded text to a string and then replaced it with a language overide.
Thank you anyhow.
Have a nice day!
Regards
Michael
Hardcoded in
Code:
administrator/components/com_slideshowck/views/browse/tmpl/default.php
I made an override, changed the hardcoded text to a string and then replaced it with a language overide.
Thank you anyhow.
Have a nice day!
Regards
Michael
Please Log in or Create an account to join the conversation.
5 years 5 months ago #54136
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Frontend Edition
thanks, I have fixed it and it will be translatable in the next version 
if you want to use the same code and put your translations directly, to avoid issues in the next update :

if you want to use the same code and put your translations directly, to avoid issues in the next update :
Code:
<div class="upload">
<h2 class="uploadinstructions"><?php echo JText::_( 'CK_DROP_FILES_TO_UPLOAD' ); ?></h2>
<p><?php echo JText::_( 'CK_OR_SELECT_FILES' ); ?></p><input id="ckfileupload" type="file" class="" />
</div>
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
Time to create page: 0.221 seconds