Has anyone done this before?
I have an Add page that uses a custom query to pull in a few images from a secondary table. On the primary table Add page, I want to show the image information as links, using the standard 'View As' functionality for images. (The image table has it's own add/edit page). The following steps did not meet with success.
- I generated the primary Add/Edit page
- Customized it a bit using the Visual Editor
- Removed the image fields from the primary add/edit on the "Choose Fields" control page (to eliminate update problems)
- Regenerated the project
- Changed the Smarty display tag to {$show_imagefieldname1}
The result is a table cell with nothing in it. I must be missing something. Can anyone help?
Greg