Page 1 of 1

solved - Images are not showing up in Listit2 module

Posted: Fri Dec 07, 2012 5:38 pm
by regnewbie
Hello there,
I have a problem with the images not showing up in my directory. I am using Listit2 module and I have this line to show the picture

<img src="{$file_location}/{$uploads_url}/{$fielddef.value|cms_escape}" />

No picture shows up although there is a placeholder for it.
I have my pictures in mysite/uploads directory.

I appreciate all the help you can give me.
Thank you.

Re: Images are not showing up in Listit2 module

Posted: Tue Dec 11, 2012 3:42 pm
by dropster
Could you link to your page ?
Or show what the links looks like, makes it a little easier.

Do you use GBFilePicker ?

Re: Images are not showing up in Listit2 module

Posted: Tue Dec 11, 2012 5:34 pm
by regnewbie
I have just figured it out!


The code was:

<img src = "{$file_location}{$uploads_url}/{$item->picture}">

Thank you.

Re: Images are not showing up in Listit2 module

Posted: Tue Jan 29, 2013 9:24 pm
by Dr.CSS