This topic is locked
[SOLVED]

photo in listing

11/11/2022 11:25:37 AM
PHPRunner Tips and Tricks
D
dirk author

How can I show a photo in the listing, this photo is not included in the database but is passed on as path ("images/test.png")

thank you
Dirk

admin 11/11/2022

Use 'View as' Custom and create the <img> tag manually:
<img src='path to image' />

View as 'Custom'

D
dirk author 11/12/2022

This is not possible because I have to get the path from the path_icon field in the listing first.
you can't get this in custom.

D
dirk author 11/12/2022

When I do this, the photos are at the top and not in the listing

D
dirk author 11/12/2022

img alt

D
dirk author 11/12/2022

Oke
dissolved