Posted by g.k on June 3, 2010 at 10:28pm
3 followers
Jump to:
| Project: | Views Slideshow: ImageFlow |
| Version: | 6.x-2.x-dev |
| Component: | Miscellaneous |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
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
#1
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
#2
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.