Jump to content

Isolate Media Types


CMoore

Recommended Posts

We are in the process of re-writing our details page layout for a new listing type. We'd like to display just the videos in one area, just that attachments in another, and just the photos in yet another area of the detail page. I think I used to have a syntax for displaying the separate media objects but can't recall. Is there a way to display them separately wherever I'd like by using a specific variable or syntax for each. I prefer to use the filmstrip with lightbox view for these. Example:

echo $this->element('listing_detail_media','attachment'));?>

echo $this->element('listing_detail_media','video'));?>

echo $this->element('listing_detail_media','image'));?>

Link to comment
  • 11 months later...
  • 9 months later...
×
×
  • Create New...