I am using the ImageField module.

I am modifying a theme to add styled pictures in teaser view and node view...

my ImageField image field is called 'image'.

When I use the code (in my node.tpl.php for my theme)

Only local images are allowed. print $field_image[0]['filepath']; ">

in teaser view, the page correctly renders the image,

but in full node view, the border shows up compressed, with no image in it, but the page source correctly reflects that the image should be displayed. Which seems confusing to me, the image should be there....

Anyone heard of anything like this? I am able to do the work, just thought someone may be able to point me in the correct direction...

Any comments would be appreciated. Thanks.

Aaron

Comments

ft_evolution’s picture

it was a path problem due to the fact that the teaser page an node page reside in different folders on my install.

thanks.