By hoppurr on
the problem is such, i'm trying to use a computed field based on the value of another field to add an image in the server's path into the imagecache for the node
such as
if ($field->code['value'] == "red") {
set image to red image
}
Comments
here is something i did that
looks like i figured it out myself, hope it helps anyone else doing this
You rock .
Thank you for doing this research...and making it easy for me. I have been fretting over this for under an hour thanks to your fine work.