Imagecache profile pictures not showing up for posts or comments
ALT83 - April 17, 2009 - 04:21
| Project: | ImageCache Profiles |
| Version: | 6.x-1.0 |
| Component: | Code |
| Category: | bug report |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
Imagecache profiles appears to generate the various sizes fine for use in profiles and views, but they don't seem to be showing up in nodes and comments (even though the settings in admin/user/settings are correct)
Do I need to update the standard picture code or template.php somehow?
<?php
print $picture;
} ?>Thanks,
Alex

#1
Is anyone else experiencing this and found the solution?
#2
Kind of desperate for a solution, any quick help would be much appreciated thanks.
Alex
#3
I've just had the same problem and after many hours of hunting around i found a solution by replacing
<?php print $picture ?>with
<?php print theme('user_picture', $comment); ?>in the themes comment.tlp.php and
<?php print theme('user_picture', $node); ?>in the themes node.tpl.php files, it worked for me so i hope this helps.
#4
YOU ARE AN ABSOLUTE LIFE-SAVER!
Your answer came in just at the last minute for what I needed - Thank you so much - Worked perfectly!
:)
Alex
#5
Worked like a charm. Thanks! Perhaps this should be added to the readme.txt...
#6
Thank you for this. I found a similar problem when I work with Author Pane; however, this is really my good start.
#7
Check theme settings admin/build/themes/settings
There's setting for pictures in posts and comments
#8
Automatically closed -- issue fixed for 2 weeks with no activity.