Active
Project:
SlideshowPro Integration
Version:
6.x-1.0-beta8
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
5 Aug 2010 at 13:24 UTC
Updated:
16 Sep 2010 at 17:13 UTC
Probably not a very commonly used situation, but I would love to be able to combine two different image fields for one slideshow in a ssp view. I tried adding both fields in my view, but right now it seems that the module just finds the first field and stops after that.
Comments
Comment #1
skov commentedsubscribe
Comment #2
sparkymark commentedsubscribe, i've been trying to work out how to do this too. kinda almost got it to work with nivo slideshow, but i get a javascript error in Internet Explorer
/jquery_update/replace/jquery.min.js?w
Comment #3
sansui commentedI had a very specific use case scenario so I did a bad thing and just hacked up the ssp_views.module directly for my specific fields :P
As you can see below, the slideshow shows my floorplans images first, then it shows my generic images field next. I don't know if this will help you or not, but it did what I needed in a pinch.
Comment #4
kylebrowning commentedYou shouldnt need to hack the ssp_views.module
You can override its theme function.
Comment #5
sansui commentedYeah, good point. That function is easily overriden in template.php