Hi,

I looked around for a solution to this and couldn't find one.

I'm using Drupal 5.8/Slideshow 5.x-2.0-c/Views 5.x-1.6/ImageField 5.x-2.1/ImageCache 5.x-2.1

I want users to see thumbnails of the images so they can navigate through the slideshow so I selected "Global hover breakout" from the 'Views Slideshow Options'. This is in a block.

Unfortunately the only two options for 'Global hover breakout' are "Full Node" or "Teaser" -- despite the fact that in the View itself, I've got 'Slideshow List' as View Type.

So my question is, is there a way to get "Global hover breakout" to recognized 'Slideshow List'?

Comments

leoklein’s picture

Opps, sorry, the version of Views Slideshow is '5.x-1.x-dev'

aaron’s picture

Category: support » bug

sounds like an oversight on my part. i'll make sure to grab this when i get around to working on this module again.

leoklein’s picture

I'm not afraid to try some hack -- if you have something off the top of your head.

The Select list for the Global Hover Break out is:

<option value="teaser" selected="selected">teaser</option>
<option value="full">full node</option>

I guess, I could try:

<option value="teaser" selected="selected">teaser</option>
<option value="full">full node</option>
<option value="list">Slideshow List</option>
leoklein’s picture

P.S. Now sure what the internal requirements are for that Drop Down Menu for the 'Global Hover Break out' but wouldn't it be better to leave this up to the View settings?

redndahead’s picture

Status: Active » Fixed

Settings are different now and this is old. Marking as fixed.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.