Hi,

I am trying to get views_slideshow_imageflow operational.

I downloaded:
views slideshow
imagflow
views_slideshow_imagflow

Followed the steps mentioned at each module.
But got stuck at the fields and filters in views.

Can someone tell me what I have to do or guide me to get it operational properly?

Thanks,

Mark

Comments

johnnydarkko’s picture

StatusFileSize
new42.66 KB
new23.76 KB

I'm having the same problem - Nothing is displaying when I enable imageflow. I am using a fusion theme (fusion_technoli) and the image I'm trying to display is an image field image using an imagecache setting that resizes and crops the image to 75x75.

views_slideshow_imageflow was installed in sites/all/modules/views_slideshow_imageflow.

The zip file from http://finnrudolph.de/ImageFlow was downloaded and extracted to sites/all/plugins/imageflow. So filepaths are:
sites/all/plugins/imageflow/img/img1.png
sites/all/plugins/imageflow/img/img2.png
sites/all/plugins/imageflow/img/img3.png
sites/all/plugins/imageflow/img/img4.png
sites/all/plugins/imageflow/button_left.png
sites/all/plugins/imageflow/button_pause.png
sites/all/plugins/imageflow/button_play.png
sites/all/plugins/imageflow/button_right.png
sites/all/plugins/imageflow/favicon.ico
sites/all/plugins/imageflow/imageflow.css
sites/all/plugins/imageflow/imageflow.js
sites/all/plugins/imageflow/imageflow.packed.css
sites/all/plugins/imageflow/imageflow.packed.js
sites/all/plugins/imageflow/index.html
sites/all/plugins/imageflow/reflect2.php
sites/all/plugins/imageflow/reflect3.php
sites/all/plugins/imageflow/slider.png
sites/all/plugins/imageflow/slider_dark.png
sites/all/plugins/imageflow/style.css

I enabled Views Slideshow Imageflow on the modules page of my Drupal config and created a view (see attached: imageflow-view.jpg). Nothing is displayed in the live preview.

I created a block from the view and used context to display it on particular pages but nothing is being displayed in the block content (see attached: imageflow-view-2.jpg).

In the imageflow config (admin/build/views/views_slideshow_imageflow), the path to the imageflow plugin is: sites/all/plugins/imageflow

And yes, there are nodes of this type that exist. I was able to use a carousel and another slideshow setting, but we really wanted to use imageflow.

Does anything in this particular config sound awry?

Thank you in advance and also thanks for creating this module :)
--John

johnnydarkko’s picture

After referring to other posts (i.e. http://drupal.org/node/977472) is it safe to say that 6.x-1.0-beta1 is no good? I upgraded to 6.x-2.0-dev just today as others did and found that this gets imageflow working.

boclodoa’s picture

I had the same problem (with the 6.x-1.0-beta1 version):

Installed without any warning messages, but when trying to use it (in the preferences of slideshow style for views) I saw the imageFlow option without the configuration parameters. And the image flow didn't appear.

The solution was what bocalig said (almost):

- unistall the old version
- install the 6.x-2.0-alpha1 version
- update.php
- clear all caches
- clear views cache

And now is working.

GaneshKumar’s picture

I upgraded to 6.x-2.0-dev it works :)