I'm using this module for an internal site and am loving it thus far. I've read that others have wanted the ability to use a different imagecache presets, for the poster picture, other then the one for profiles. I see that it is programed in the view to give the option to select another preset however when doing so it doesn't have any affect and just displays the picture in its actual dimensions instead.
I have tried both 6.x-2.2 and 6.x2.x-dev.
Any thoughts or help on how to get imagecache working properly with this would be greatly appreciated.
Comments
Comment #1
icecreamyou commentedI remember having this problem but I can't remember how I fixed it. I think I just had to flush a cache or something. I don't have time to look into it right now but I will try to figure it out when I get a chance.
I'm glad you're enjoying the module. :)
Comment #2
PMatwyuk commentedThanks IceCreamYou! I've tried flushing the cash, and running cron with no luck. I'm going to keep at it, if I find the solution before you I will post it here. No rush there are far more important things then this. :)
Thanks again.
Comment #3
icecreamyou commentedAre you by any chance using the Gravatar module? There seems to be an incompatibility with ImageCache Profiles.
Comment #4
PMatwyuk commentedNot using Gravatar. The ImageCache Profiles works fine, I just want to be able to use a different ImageCache preset for the facebook wall other then the ImageCache Profile preset. The option is there, however they don't take affect, and just display the picture in its original size.
Comment #5
icecreamyou commentedI can't reproduce this unless something (like Gravatar) is overriding
theme('user_picture'). That may be your theme, or it may be another module. Either way, not something FBSS can fix.You can try running this SQL command on your database (you may need to prefix the database table name):
That should cause Imagecache Profiles to take more precedence (since it will operate later) although I haven't actually tried it so I don't know if it has any effect.
I'm curious what makes you say "ImageCache Profiles works fine"? My criteria for working fine is that it can display avatars as different sizes in various places. If there is nowhere you have it correctly displaying avatars in different sizes than the default, then it's not working (and it's not an FBSS issue).
Comment #6
icecreamyou commentedAny news?
Comment #7
icecreamyou commentedFeel free to reopen if you have more information re: #5.
Comment #8
beautifulmindHello #5,
This worked like a charm!
Thanks for suggesting the solution.
Now only, one thing is left -- face detection.
Regards.