views:

19

answers:

2

I have a Drupal setup, and have created an Imagecache preset for the user profile to create a thumbnail picture.

I have enabled user pictures on node comments, but the picture is not displaying correctly

When I view the source, it shows the correct path being "sites/default/files/pictures" etc but ecause the node path is something like /node/9 the path being output for the picture is incorrect

I could change the comment.tpl file and add in the absolute path, but im not sure if this is the best thing to do

A: 

Do you have a link to view? It's a bit hard to grasp without seeing something.

Chris
+1  A: 

Are you using the ImageCache Profiles module? If not, I'd recommend enabling it. Also, there were some recent improvements to it's detection of what context the user picture is being used, so you may want to try the latest dev release. See nid 760900 for more info.

Dave Reid