Postponed (maintainer needs more info)
Project:
Views Slideshow: Dynamic Display Block
Version:
7.x-2.x-dev
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
1 Oct 2012 at 15:28 UTC
Updated:
9 Oct 2012 at 09:11 UTC
Comments
Comment #1
andrew smith commentedAnyone?
Comment #2
ppblaauw commentedYou should be able to place ?slidenum=[xxx] behind the URL to the slideshow
e.g. node/10?slidenum=2, if node/10 contains your slideshow.
Hope this helps you further, please let me know.
Comment #3
andrew smith commentedThank-you very much for that - and for the module - I think that's most of the solution... I can now determine the slide number to be shown when landing on a page with a Dynamic Display Block... by inserting "?slidenum=x" in the Views link field in the initial (thumbnail view) page.
Now though, in Views, I need to work out how to make "x" correspond to the thumbnail being clicked and the sort order number of the slide on the ddblock page. I suppose I could just create a new field for that content type, which is just a number, and use that both in the slidenum link on the initial page and as sort order in the ddblock. But that's Views I need to investigate.
Thanks again.