• 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

    • ⚠️ Got a Something went wrong message? Read this guide and provide the actual error. Do not skip this.
    • ✅ Confirm that the server meets the System Requirements
    • 🔥 Check for any available Hotfix - your issue could be already reported/fixed
    • 📚 Read documentation - It will be required to Debug and understand Errors for a faster support response

Change the links + shortcut ?

M

matou19

Guest
Hello,

It's possible to change the links of the images ?
Exemple, my website is abc.fr and also def.fr. But when we upload an image on abc.fr, in the links after upload we can see def.fr/image...

It's possible ? How to do ?

Other question, in the old version of chevereto, we had a shortcut link for the images, like abc.fr/xLadp - it's not available on the last version ?

(I'm on nginx.)
Thank you
 
Exemple, my website is abc.fr and also def.fr. But when we upload an image on abc.fr, in the links after upload we can see def.fr/image...

It's possible ? How to do ?

You can use def.fr as an external storage server for abc.fr, in that way all the image URLs will be on that website and not in abc.fr

in the old version of chevereto, we had a shortcut link for the images, like abc.fr/xLadp - it's not available on the last version ?
No, it has been removed by /username
 
Thank you for your answer. I tried the external storage, it works but in the viewer link I still have abc.fr - but the direct link is okay (def.fr).
Possible to put def.fr for the viewer link ?

Thank you
 
Thank you for your answer. I tried the external storage, it works but in the viewer link I still have abc.fr - but the direct link is okay (def.fr).
Possible to put def.fr for the viewer link ?

Thank you

Possible? yes but you will need to edit both image view and embed_codes snippet. Also you will need to map the request like /image/xyz to rewrite or something to realwebsite/image/xyz. Honestly this is an odd customization I can't image why you need this.
 
It's because my second domain name is a shortcut link for the images, but I want that the website is only accessible with the first domain.
Can you tell me what files I have to edit ? Thank you
 
It's because my second domain name is a shortcut link for the images, but I want that the website is only accessible with the first domain.
Can you tell me what files I have to edit ? Thank you

I think that for this case the best for you should dig into the app/lib/classes/class.image.php functions. Check the "fill" functions where I generate the image URLs.
 
Finally, it's really simple. :)
Last thing, I use Nginx on my own server, and for the image folder I have to put CHMOD 777 otherwise the images can't be upload. It's a risk ?
 
Back
Top