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

mellep94’s picture

Hello. 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

coffeenmusic’s picture

I 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.