Active
Project:
Views Slideshow: ImageFlow
Version:
6.x-2.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
3 Jun 2010 at 22:28 UTC
Updated:
9 May 2012 at 00:43 UTC
I am using this module to create a dynamic image gallery using view arguments. Everything thinks works fine (thanks for the excellent module) except if the argument shows no results. The view slideshow still shows even if there is no images to show. Is there a way to hide the slideshow if empty?
Comments
Comment #1
mellep94 commentedHello. I have the same result. Have you found a solution ?
I use views-slideshow-imageflow.tpl.php with the condition : if (count($images)<>0)
It works
Thanks
Comment #2
coffeenmusic commentedI also still get a view even if no images are present through views. I get the message "loading images NaN/0". Not sure how to edit that if-statement into drupal code, or where I would put it.