Needs work
Project:
Views Slideshow: Dynamic Display Block
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
27 Nov 2011 at 00:41 UTC
Updated:
27 Nov 2011 at 22:46 UTC
This is kind of a carryover from a D6 issue - #920288: pager: change slide on mouseover, go to node on click. I see that was resolved with the use of a pager_url variable. Is that variable missing from the D7 version? I can't seem to find it anywhere in the .tpl files. It shouldn't be a big deal to re-code on my own, but it seems like functionality that we would want in every version.
Comments
Comment #1
brycesenz commentedFor reference, the code change in my pager .tpl was from this:
to this:
And then I manually added a 'pager_url' variable to my mappings settings in the View itself. I feel like this functionality is fairly common though, enough so that it might be worth adding in as a standard variable.
Comment #2
ppblaauw commentedThanks for posting.
Will implement in the drupal 7 versions