Skip to content
  1. Dec 06, 2007
    • Darrel O'Pry's avatar
      #141370 by gordon, dman, eaton, dopry. Move image actions into new hook_imagecache_action() · 650d9de9
      Darrel O'Pry authored
      patch from comment #15 applied with heavy modification...
      
      to implement an action your module need to implement hook_imagecache_actions (see php doc in
      imagecache implementation).
      
      actions can exist inside your module or in an external include
      in the same directory as the implementing module.
      
      there are two call backs for each action implemented...
      $action['action'] .'_form($data)' -- preset form....
      $action['action'] .'_image($image, $data)' -- this callback does the work...
      650d9de9
  2. Jun 16, 2007
  3. Oct 18, 2006
  4. Jul 06, 2006