• 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 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.

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