• Welcome to the Chevereto User Community!

    Here, users from all over the world come together to learn, share, and collaborate on everything related to Chevereto. It's a place to exchange ideas, ask questions, and help improve the software.

    Please keep in mind:

    • This community is user-driven. Always be polite and respectful to others.
    • Support development by purchasing a Chevereto license, which also gives you priority support.
    • Go further by joining the Community Subscription for even faster response times and to help sustain this space
  • 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

Image title

Chevvie$101

Chevereto Member
Hi,
When browsing an image upload, the default title shows on the modal box - title field automatically. Since I customized the form and placed it beside the image preview, how can I place the image title on the title field by default. I have been trying different approach but it doesn't work. If you have any advice that will be highly appreciated. Thank you.
 

Attachments

  • Screenshot-02-22-2018.png
    Screenshot-02-22-2018.png
    442.9 KB · Views: 30
Is quite hard indeed because it is deep in the code.

This:
Code:
CHV.fn.uploader.files[0].formValues


Look for this code in app/lib/chevereto.js
JavaScript:
$(document).on("click", anywhere_upload_queue +" [data-action=edit]", function() {
 
Hi Rodolfo,

Thank you for your feedback.
I have tried what you have suggested but it seems like it is still not working 🙁. Would it be possible if you could please take a look. I really need to place the default title name on the field.
 
Thing is that you need to hack the js file directly, you can't hook that thing.
 
Back
Top