Thanks for the brilliant module.

I was wondering if you could implement the following feature on the next release.

Different presents depending on nodetype

eg: for a Forum post I want a 100x100 user pic, then for all the comments and replies to that post I would want say a 20x20 user pic

whereas for a story node I would want a 50x50 in the main post and 30x30 in the comments

Thanks a lot for the module once again

cheers

CommentFileSizeAuthor
#4 imagecache_profiles.zip10.77 KBAnonymous (not verified)
#2 imagecache_profiles_comments.patch3.71 KBv1nce

Comments

v1nce’s picture

This would be easy enough to start incorporating other modules within the UI. When I acquire a bit more free time I will get a patch posted or I always accept and review any patches that get submitted.

v1nce’s picture

Version: 5.x-1.2 » 5.x-1.3
StatusFileSize
new3.71 KB

The attached patch adds support for re-sizing of user avatars within comment postings.

droople’s picture

sorry I have absolutely no idea how apply patches.

thanks anyway

Anonymous’s picture

Status: Active » Needs review
StatusFileSize
new10.77 KB

Changing the status.

Attached is a patched version of the module.

droople’s picture

thanks works like a charm

DerTobi75’s picture

Hi,

this patch works great.

I tried to copy this for userpics, because I want them also to show in a differnt size. But I do not know the if argument for this! Can you help me with this?

Regards,

Tobi

cs8c’s picture

Thank you for the comments patch!

v1nce’s picture

Status: Needs review » Fixed

Committed to dev version.

Anonymous’s picture

Status: Fixed » Closed (fixed)

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

plan9’s picture

This is a great idea v1nce. Not being able to set custom avatar sizes per node type is one of the most frustrating things about Drupal.

I'm currently having issues with Privatemsg module, which is using imagecache but in an inconsistent way.