Needs work
Project:
Views Slideshow: Dynamic Display Block
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
27 Oct 2010 at 09:44 UTC
Updated:
24 Aug 2013 at 04:07 UTC
Jump to comment: Most recent file
Comments
Comment #1
ppblaauw commentedDid not have a look at views_slideshow version 3 yet
Comment #2
ppblaauw commentedInstalled views 3.0 alpha and views_slideshow 6.x-3.0-beta1 but was not able to save the display style settings of views_slideshow.
Are you able to set the display style setting of views_slideshow?
Comment #3
mandreato commentedYes I was...
But I reverted to Views 2 now.
When I tried DDblock on 6.x.3, the page with its specific settings was shown, but pressing on the update button pointed to no changes: the screen remained the same (obviously I tried to press more than once).
Instead, the setting page for views_slideshow was OK.
Comment #4
mandreato commentedI was wrong ! After further investigation, I've found it to be a Views Slideshow module problem.
I've a web site in development where I've set up a panel with a view using slideshow DDB style. That view (6.x.2) is complex (using contexts and arguments), but the slideshow is working correctly.
Now I need to leverage some 6.x-3 new features (better grouping, translating, etc.), so I've tried to upgrade Views and Views Slideshow to 6.x-3.x-dev.
The site is still running correctly, but the slideshow DDB settings form is behaving strange: it shows all the properties and I can change something (e.g. the transition effect), but when I press the Update bottom, the form remains there (it should close and give me the ability to save).
Anyway, when I press "Cancel" and save the view form... the changes are applied on the site (i.e. the transition effect is affected).
I also tried to change the slideshow mode from DDblock to Cycle (integrated in Views Slideshow), and the strange behaviour is the same. So, I'm turning my attention to Views Slideshow module.
Comment #5
mattcasey commented+1 to make DDBlock compatible with Slideshow 6.3
Comment #6
Macronomicus commentedSubscribe
Comment #7
Roulion commentedsubscribe
Comment #8
carlos.macao commentedsubscribe
Comment #9
igorik commentedsubscribe
Comment #10
igorik commentedHi Ppblauw, do you have some (rough) ETA for this?
Thanks a lot.
Comment #11
ppblaauw commentedIt should work with views 3, but it will not work with views_slideshow 3.x
You will need to use views_slideshow 2.x till a version of views_slideshow_ddblock is created which is compatible with views_slideshow 3.x
Views_slideshow 3.x is still actively developed and it has a different API as views_slideshow 2.x
If you don't need to use views_slideshow functionality and views_slideshow_ddblock functionality in different slideshows at the same time, there is no need for version 3.x of the views_slideshow module.
Set status to postponed for now, till there is more clarity about the final API for views slideshow 3.x
Comment #12
igorik commentedthanks!
Comment #13
igorik commentedmaybe now the time has come for that (to thinking about that at least :)
because views slideshow is final 3.0 finally (and views 6.3 is rc 1)
so api couldn't be changed more.
what do you think?
Thank you.
Comment #14
ppblaauw commentedFeel free to create a patch if views_slideshow does now supports plugins like it did with version 6.x-2
Comment #15
astutonetI also have this problem...
Comment #16
summit commentedHi @ppblaauw, see answer of views_slideshow: http://drupal.org/node/1488762#comment-5748504
Will this now work with views_slideshow 3.0?
Greetings, Martijn
Comment #17
spgd01 commentedAny Update?
Comment #18
damienmckennaClosed #1172912: Views 3 Compatibility as a duplicate.
Comment #19
damienmckennaSome WIP, this adds hook_views_slideshow_slideshow_info() so the plugin shows up in Views 3. It isn't finished, I had to disable views_slideshow_ddblock.admin.js because the DOM structure changed, but I'll get to those; I also haven't tested the output yet.