I have pictures that I will add to the bottom of the list page as a map - Or even better it could be on the menu page...
When the status of the field changes , another picture must show on the map. Eg redpic - sold, greenpic - available, yellowpic - tentative.
Thus each picture will need to carry the value of a specific field's record.
How got it right by adding the code snippet form the list page corresponding to the field in the place of the picture?
I used the {$row.1Status_value} in the place of the pic, but it always shows the last picture / value. Somehow this needs to be "connected" to the id of that field, I just don't know what code to use.
I got it right to put a hardcode: Eg. Lodges_view.php?editid1=1 hyperlink on the photo to the view page, to show the details of that specific field and that works fine. Just need to get the status pics to change according to the value.
Help appreciated!