Forums / Setup & design / displaying images

displaying images

Author Message

risto CMS user

Friday 25 November 2005 12:35:44 am

I have this:

{section show=$node.object.data_map.image.content}
     {attribute_view_gui attribute=$node.object.data_map.image}
{/section}

my problem is that it includes the name of the file and a link to the image object. How do i remove this?

risto CMS user

Friday 25 November 2005 3:45:48 am

forget it. I got it. :-)

Nathan Kelly

Friday 25 November 2005 3:57:33 am

Hey risto, just for the sake of others who may have a similar issue it never hurts to tell how you solved this problem, you might save someone else the trouble of posting the same question. ;)

Cheers!

Pardon me while I burst into flames...

risto CMS user

Friday 25 November 2005 4:52:27 am

Nathan you are right. So this was my solution

I was referancing the image object and not the image it self.

this is how i referanced the image:

{attribute_view_gui attribute=$node.object.data_map.image.content.data_map.image}