When users upload their pics, they are resized to the settings specified in admin->settings->user. Is there a way to ALSO have a smaller, thumbnail sized user pics created?

My thought is that you want a large sized picture displayed in the user's profile, but elsewhere in the site, like on comments, you want to only show the thumbnail sized version.

Thanks!

Comments

martinb9999’s picture

http://phpthumb.sourceforge.net/

Requires GD and/or ImageMagick (works best with both to hand).

potential’s picture

Hi Martin.

Thanks for the link. Can you go into a little more detail how I would implement phpthumb and how I would refer to newly created thumbnails in my theme?

Thanks!