• Hey Guest, don't forget to VOTE on each RFC topic. Your voting determine Chevereto development! No votes, no development.
  • 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

Can you add a batch to fill in the picture name?

NanJingCunBa

Waiting for V4
7bd1dc5aca6fe7b0a9074ceddd79d561.png

Can you add a batch to fill in the picture name?Batch modify image name
 
I would like to have it as well. Sometimes, we require to rename multiple images at once with the same "title".

+1
 
From a SEO perspective you should have unique content with unique titles and names. Regarding multiple-editing, you could achieve it right now by using MySQL:
Code:
UPDATE chv_images SET image_title = "new image title" WHERE image_id IN (id1, id2, id3, id4, ..., idn, idn+1);

More here: http://dev.mysql.com/doc/refman/5.7/en/update.html

Since this is a no-no for SEO I won't add this functionality.
 
Last edited:
Back
Top