Hello,

It would be nice if I could provide Author Pane an imagecache thumbnail instead of the default user picture, which we set to be very large, so we dont limit users, and we will take care of resizign with imagecache.

Cheers,
G

Comments

Michelle’s picture

Status: Active » Fixed

You can already set this in the block if you're using that, in APK if you're using that, and in AF if you're using that. If you're calling the theme function, you would do it in your preprocess. Or you can just wait a while because I'm in the process of switching things around and centralizing them that will make this easier to do if you're using the theme function.

Michelle

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

venusrising’s picture

Has anyone had luck setting this in the block. I have tried print theme('imagecache', user_image_small', $image_filepath, $alt, $title, $attributes);
and it still will not replace with specified preset.