• Welcome to the Chevereto user community!

    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:

    • 😌 This community is user driven. Be polite with other users.
    • 👉 Is required to purchase a Chevereto license to participate in this community (doesn't apply to Pre-sales).
    • 💸 Purchase a Pro Subscription to get access to active software support and faster ticket response times.
  • Chevereto Support CLST

    Support response

    Support checklist

How to remove hosted at ?

friv

Chevereto Member
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
 
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.
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
 
How to remove that "hosted at (name of website url)" ?
But what to remove in that line to not get error at website?

From:

PHP:
$image_safe_html['name'] . '.' . $image['extension'] . ' hosted at ' . getSetting('website_name');

To:
PHP:
$image_safe_html['name'] . '.' . $image['extension'];
 
Very nice, I would never have noticed that is in the title. :D

Strangely, it is also not with all images so, it probably affects only uploads where no title name was specified.
 
Back
Top