Closed (won't fix)
Project:
Image
Version:
6.x-1.x-dev
Component:
image.module
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
20 Jun 2009 at 14:26 UTC
Updated:
8 Jun 2010 at 20:32 UTC
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
Comment #1
joachim commentedYou 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.
Comment #2
v8powerage commentedYup I know, but it rebuilt images only from this ONE page As I said I have 29 pages.
Comment #3
sunComment #4
joachim commentedThere's a views mass operations module (can't remember the exact name), that might let you do it.
Comment #5
pajamajeremy commentedI'm having this same problem. I would love to rebuild a hundred images at once.
Comment #6
joachim commentedThe 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.