Hi I have 29 pages with image nodes at /admin/content/node so I don't wanna clicking on each of them "Rebuild derivative images", I'd like to run query in phpmyadmin instead, but don't know what query should I run?

Comments

joachim’s picture

Status: Active » Fixed

You don't need to click each one.
Use the form to filter to image nodes only, and then click the ticky box at the top of the table.

There isn't an SQL query to do this as this action is PHP code.

v8powerage’s picture

Status: Fixed » Active

Yup I know, but it rebuilt images only from this ONE page As I said I have 29 pages.

sun’s picture

Title: SQL query to rebuild derivative images? » Allow to rebuild all derivative images
Category: support » feature
joachim’s picture

There's a views mass operations module (can't remember the exact name), that might let you do it.

pajamajeremy’s picture

I'm having this same problem. I would love to rebuild a hundred images at once.

joachim’s picture

Status: Active » Closed (won't fix)

The module I was thinking of is http://drupal.org/project/views_bulk_operations.

That will let you select all nodes on all pages of the list at once.