Trigger working across multiple Tree locations

Hi


I'm setting up a trigger that creates thumbnails of images in a folder. This works fine with one tree location, but wondered if it is possible to do this with multiple tree locations? I think not - because I tried to add another tree location the trigger would not work.



Anybody got any ideas?



Cheers

Graham

You would have to create two triggers for this, as using the tree location condition twice treats it as an && (and) condition, rather than || (or).

Yeh. Nic is correct.