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
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

ALT83 - April 21, 2009 - 01:22

Is anyone else experiencing this and found the solution?

#2

ALT83 - April 22, 2009 - 09:38

Kind of desperate for a solution, any quick help would be much appreciated thanks.

Alex

#3

edster. - April 29, 2009 - 23:33

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

ALT83 - May 1, 2009 - 00:02

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

Digital Deployment - August 8, 2009 - 16:24

Worked like a charm. Thanks! Perhaps this should be added to the readme.txt...

#6

manop - August 14, 2009 - 05:02

Thank you for this. I found a similar problem when I work with Author Pane; however, this is really my good start.

#7

andypost - August 29, 2009 - 14:13
Status:active» fixed

Check theme settings admin/build/themes/settings

There's setting for pictures in posts and comments

#8

System Message - September 12, 2009 - 14:20
Status:fixed» closed

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

 
 

Drupal is a registered trademark of Dries Buytaert.