Greetings,
Thanks for creating such a module. I've been looking for an easy way to achieve this functionality for a long time now.
For me, the module is working as advertised but, I have sort of a unique setup where I have multiple user profile pictures used displayed on the user profile page (user picture at top, view of buddy list and comments). I am using the advanced profile and panels 2 module to achieve this.
Is there a way to only resize a user picture in a certain class or ID? Or perhaps another solution?
Comments
Comment #1
v1nce commentedI've created a patch that incorporates the comments module so you can use a different imagecache preset to resize user pictures within comments.
When time permits, I can incorporate other modules like buddy lists or blocks so we can resize the user picture depending on where it is being displayed. I also welcome any patches for this functionality.
You can grab the patch for the comments module here.
Comment #2
oscully commentedI fixed this by adding a few lines to the imagecache_profile.module file. I don't have the time to put a patch together right now, so here's what I did:
Find this:
change it to:
All this does is make the image size for comments the same as the default. If your default is thumbnail sized this should work for you.
Comment #3
Sinan Erdem commentedThis code doesnt work for me. I am using Guestbook 1.1 and Drupal 6. Is there any difference in Drupal 6 regarding this code? But I dont think so. Are you sure you can check if the picture is on a guestbook entry by
if ($account->cid)??Thanks,
Sinan
Comment #4
Anonymous (not verified) commented