Hello,

i'm trying to add the ability to add custom onClick functionality to the script.

i've updated the form so you can place the js script, and updated the js files and inc files. but when the code is used, it simply doesn't work.
I can see that the custom js function is present in the imageflow settings in the drupal page, but for some reason beyond me it doesn't work.

I'd appreciate any help with this, i think 90% of the work here is done, just need to find that small thing i'm doing wrong - i'm a novice coder.

thanks

Idan

CommentFileSizeAuthor
views_slideshow_imageflow.zip12.73 KBarbel

Comments

ae860300’s picture

>w< no working~~~

help~~

views_slideshow + ImageFlow effect can not be displayed
I said according to a process to debug readme:
Style Select ---> slideshow
slideshow mode ---> ImageFlow

-------------------------------------------------

Oh well upset to say ~ ~ have follow suit

1. Download and install the Views Slideshow module. (Ok)
2. Extract the contents of the project into your modules directory, probably at / sites / all / modules / views_slideshow_imageflow. (Ok)
3. Download the ImageFlow Javascript plugin from http://finnrudolph.de/ImageFlow/Download. (Ok)
4. Extract the contents of that archive into / sites / all / plugins / imageflow. You may optionally install that to another folder, but will need to then specify the new location at / admin / build / views / views_slideshow_imageflow. (Ok)
5. Create a new View with images, using 'Slideshow' for the 'Style', and 'ImageFlow' for the 'Slideshow mode' when configuring the style. (Ok)

BUT ~ ~ ~ ~ totally blank page

overaph’s picture

Same thing.
I don't see the Imageflow mode in Slideshow view...

Version of Imageflow too new?

The Greenman-dupe’s picture

merrr !!! i have managed to get the option for the slide show style imageflow to appear but once selected nothing is displaying i'm creating the view in a block don't no this should affect any thing ? and does any one no if this module actually works ?

Stan.Ezersky’s picture

Open /sites/all/modules/views_slideshow_imageflow/themes/views_slideshow_imageflow.theme.inc

Find:

preg_match('@<\s*a\s+href\s*=\s*"\s*([^"]+)\s*"[^>]*>[^<]*'. preg_quote($image) .'[^<]*<\s*/a\s*>@i', $item, $urls);
 

(22 string)

Replace:

preg_match('@<\s*a\s+href\s*=\s*"\s*([^"]+)\s*"[^>]*>[^<]*'. preg_quote($node_id) .'[^<]*<\s*/a\s*>@i', $item, $urls);