Support Forums - Classified Ads Script Osclass
Osclass plugin support => Image Required Plugin => Topic started by: fabio on June 23, 2017, 12:30:25 PM
-
Tried to translate in Italian by poedit English but a sentence I can not translate it (see image)
http://prntscr.com/fn7wde
-
@fabio
In file:
plugins/oc-content/plugins/image_required/index.php
Find line:
echo '<input name="ir_image_check" id="ir_image_check" type="hidden" value="0" class="{required:true, min: ' . $min_img . ', messages: { min: \'Upload at least ' . $min_img . ' picture(s)\'}}" />';
Replace it with:
echo '<input name="ir_image_check" id="ir_image_check" type="hidden" value="0" class="{required:true, min: ' . $min_img . ', messages: { min: \'' . __('Upload at least', 'image_required') . ' ' . $min_img . ' ' . __('picture(s)', 'image_required') . '\'}}" />';
-
If I change it from error 500 when I update the page
-
@fabio
Then you changed it incorrectly.
We will release update soon.
-
Good morning you can send me an update
-
@fabio
Download latest version.