F friv Chevereto Member Jan 9, 2023 #1 Hello folks I have notice in version V4 that user who upload an image i see title like: Sweet almond cake hosted at (name of website url) How to remove that "hosted at (name of website url)" ? Thanks
Hello folks I have notice in version V4 that user who upload an image i see title like: Sweet almond cake hosted at (name of website url) How to remove that "hosted at (name of website url)" ? Thanks
Rodolfo 👑 Chevereto Godlike Chevereto Staff Administrator Jan 9, 2023 #2 Website settings Chevereto V4 Admin Manual v4-admin.chevereto.com
F friv Chevereto Member Jan 9, 2023 #3 Rodolfo said: Website settings Chevereto V4 Admin Manual v4-admin.chevereto.com Click to expand... Sorry but i can't find in that url path where to remove "hosted at (website url)" from image title.
Rodolfo said: Website settings Chevereto V4 Admin Manual v4-admin.chevereto.com Click to expand... Sorry but i can't find in that url path where to remove "hosted at (website url)" from image title.
Rodolfo 👑 Chevereto Godlike Chevereto Staff Administrator Jan 9, 2023 #4 I must be on drugs or something, I misunderstood the question. What you ask needs to be edited at app/legacy/routes/image.php.
I must be on drugs or something, I misunderstood the question. What you ask needs to be edited at app/legacy/routes/image.php.
F friv Chevereto Member Jan 9, 2023 #5 Rodolfo said: I must be on drugs or something, I misunderstood the question. What you ask needs to be edited at app/legacy/routes/image.php. Click to expand... Yes i found that : $image_safe_html['name'] . '.' . $image['extension'] . ' hosted at ' . getSetting('website_name'); But what to remove in that line to not get error at website? Thanks
Rodolfo said: I must be on drugs or something, I misunderstood the question. What you ask needs to be edited at app/legacy/routes/image.php. Click to expand... Yes i found that : $image_safe_html['name'] . '.' . $image['extension'] . ' hosted at ' . getSetting('website_name'); But what to remove in that line to not get error at website? Thanks
Rodolfo 👑 Chevereto Godlike Chevereto Staff Administrator Jan 9, 2023 #6 friv said: How to remove that "hosted at (name of website url)" ? Click to expand... friv said: But what to remove in that line to not get error at website? Click to expand... From: PHP: $image_safe_html['name'] . '.' . $image['extension'] . ' hosted at ' . getSetting('website_name'); To: PHP: $image_safe_html['name'] . '.' . $image['extension'];
friv said: How to remove that "hosted at (name of website url)" ? Click to expand... friv said: But what to remove in that line to not get error at website? Click to expand... From: PHP: $image_safe_html['name'] . '.' . $image['extension'] . ' hosted at ' . getSetting('website_name'); To: PHP: $image_safe_html['name'] . '.' . $image['extension'];
DeCysos Phoenix Foto Service Jan 10, 2023 #7 Very nice, I would never have noticed that is in the title. 😀 Strangely, it is also not with all images so, it probably affects only uploads where no title name was specified.
Very nice, I would never have noticed that is in the title. 😀 Strangely, it is also not with all images so, it probably affects only uploads where no title name was specified.