Fork me on GitHub

pagesetter : The upload images didn't display (ps 6.3.0.1 zk 1.2.0)  Bottom

  • I try to install a fresh Pagesetter on a fresh zikula and when I create an upload file image, the image is uploaded from edit form (the files are in the pictures folder and the path is in the database), but it wasn't displayed in view mode.

    In the source code of the displaying page, there's nothing in img src.
    When I edit again the publication, the pictures is listed (and it's that I can delete it...).

    I also tried with "file upload field", but nothing append, and the source of the file is replace by the word "array"

    (
  • Are you using the proper tags in your templates?

    For thumbnails, use:

    Code

    <img src="<!--[$FIELDNAME.thumbnailUrl]-->" alt="whatever" />


    For full-size, use:

    Code

    <img src="<!--[$FIELDNAME.url]-->" alt="whatever" />
  • Thanks Wendell this is the right answer.
  • Glad to be of service. icon_smile

This list is based on users active over the last 60 minutes.