larrylin
Chevereto Member
How to modify the display after the image upload URL?
EX: http://doamin.com/image/Gs to http://doamin.com/Gs?
EX: http://doamin.com/image/Gs to http://doamin.com/Gs?

Here users from all over the world gather around to learn the latest about Chevereto and contribute with ideas to improve the software.
Please keep in mind:
Support response
Support checklist
template = template.replace(new RegExp("%"+i.toUpperCase()+"%", "g"), flatten_image[i]);
template = template.replace(new RegExp("%"+i.toUpperCase()+"%", "g"), flatten_image[i]).replace("/image/", "/");
<input type="text" class="text-input" value="<?php echo get_image()["url_viewer"]; ?>" data-focus="select-all">
<input type="text" class="text-input" value="<?php echo str_replace("/image/","/",get_image()["url_viewer"]); ?>" data-focus="select-all">