Active
Project:
SlideshowPro Integration
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 Apr 2010 at 08:35 UTC
Updated:
1 Apr 2010 at 10:54 UTC
I embedded the SSP as a block view quite nicely, however I need to limit the maximum number of slides to six. The slideshow shows banks. I do I remove them so if there is only two images uploaded only two slides show?
I started to write a little recipe of how I embedded the slideshow. http://drupal.org/node/759152
Comments
Comment #1
Adam S commentedI changed view style from slideshow pro to unformatted. Here is the output in the block. I added the delta field. What is happening?
Comment #2
Adam S commentedI added the if ($image['filepath']) condition which removes the blank slides. This is in ssp_views.module.