Get image url in cataloger category template

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Post Reply
climberusa
Forum Members
Forum Members
Posts: 126
Joined: Sun Feb 26, 2006 7:10 pm

Get image url in cataloger category template

Post by climberusa »

I'm trying to ge the url of an items 2nd image from a random display of items. I'm trying to do something like this:

Code: Select all

<a href="{$items[numloop].image_2_url}" id="{$items[numloop].title}"><img src="{$items[numloop].image}" alt="{$items[numloop].title}"  title="Click to Enlarge"/></a>
This way I can have the random list of items showing a thumbnail of the item and then do a popup to a different image.

How can I access the url of the 2nd image?

Thanks,

Jeff
climberusa
Forum Members
Forum Members
Posts: 126
Joined: Sun Feb 26, 2006 7:10 pm

Re: Get image url in cataloger category template

Post by climberusa »

Really, no one?
Post Reply

Return to “CMSMS Core”