Just installed the v1.0 for Drupal 6 and configured it. As best I can tell, it had zero effect on my site at all. It didn't resize images for the profile page, the comments or anywhere else. Also, the min size is not presented to the user as a requirement in their profile edit page.

Comments

fred0’s picture

Component: Miscellaneous » Code

Also tried the dev version since it was marked slightly later than 1.0, still nothing. After looking through the module code for a while and making adjustments to see if there were any result, the best I can tell is that the function imagecache_profiles_preprocess_user_picture routine is not overriding the one in the user module. Still not sure why though.

fred0’s picture

Status: Active » Closed (fixed)

Ugh. Finally figured it out. It was a conflict with my theme. I'm using the Genesis theme template and for some reason, the base theme includes it's own override. Closing and moving this to their bug list.