With this patch, ThumbnailHover has 3 options for placement of the teasers :
* before
* after
* block

Block exposes a block to Drupal containing the teasers, allowing for free placement anywhere on the page thats required. Very handy when used with panels!

I expect this could be ported to the SinglePane as well.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

redndahead’s picture

Status: Active » Needs work

I think you need to reroll this patch. There are some unnecessary changes in here.

redndahead’s picture

Status: Needs work » Postponed

Postponing this.

redndahead’s picture

Status: Postponed » Needs work

I would really like to implement this since it's a really cool idea. Can you please reroll this patch?

juroon’s picture

This is exciting. I've been waiting for something like this for a very long time, and it would be incredibly useful to me. I don't use panels - I just need to not have to strong arm the location of the breakouts with CSS every time I use views slideshow. Is this patch usable? I'd be happy to test.

redndahead’s picture

Not really usable and since there is a lot of unnecessary code co-mingled in I need to have time to sit and try to decipher what is going on. Hopefully someone can pick this up.

a_c_m’s picture

Version: 6.x-2.x-dev » 6.x-2.3
Status: Needs work » Needs review
FileSize
7.11 KB

Rerolled, better. Sorry for the last one.

miaoulafrite’s picture

sub

miaoulafrite’s picture

hi
i would love to use this patch but once applied and "block" selected, i get the following errors

    * recoverable fatal error: Object of class view could not be converted to string in /var/www/drupal/sites/all/modules/views_slideshow/contrib/views_slideshow_thumbnailhover/views_slideshow_thumbnailhover.module on line 130.
    * warning: Invalid argument supplied for foreach() in /var/www/drupal/sites/all/modules/views_slideshow/contrib/views_slideshow_thumbnailhover/views_slideshow_thumbnailhover.theme.inc on line 180.
    * warning: Invalid argument supplied for foreach() in /var/www/drupal/sites/all/modules/views_slideshow/contrib/views_slideshow_thumbnailhover/views_slideshow_thumbnailhover.theme.inc on line 180.
    * warning: Invalid argument supplied for foreach() in /var/www/drupal/sites/all/modules/views_slideshow/contrib/views_slideshow_thumbnailhover/views_slideshow_thumbnailhover.theme.inc on line 180.
    * warning: Invalid argument supplied for foreach() in /var/www/drupal/sites/all/modules/views_slideshow/contrib/views_slideshow_thumbnailhover/views_slideshow_thumbnailhover.theme.inc on line 180.
    * warning: Invalid argument supplied for foreach() in /var/www/drupal/sites/all/modules/views_slideshow/contrib/views_slideshow_thumbnailhover/views_slideshow_thumbnailhover.theme.inc on line 180.
    * warning: Invalid argument supplied for foreach() in /var/www/drupal/sites/all/modules/views_slideshow/contrib/views_slideshow_thumbnailhover/views_slideshow_thumbnailhover.theme.inc on line 180.
    * warning: Invalid argument supplied for foreach() in /var/www/drupal/sites/all/modules/views_slideshow/contrib/views_slideshow_thumbnailhover/views_slideshow_thumbnailhover.theme.inc on line 180.
    * warning: Invalid argument supplied for foreach() in /var/www/drupal/sites/all/modules/views_slideshow/contrib/views_slideshow_thumbnailhover/views_slideshow_thumbnailhover.theme.inc on line 180.
    * warning: Invalid argument supplied for foreach() in /var/www/drupal/sites/all/modules/views_slideshow/contrib/views_slideshow_thumbnailhover/views_slideshow_thumbnailhover.theme.inc on line 180.
    * warning: Invalid argument supplied for foreach() in /var/www/drupal/sites/all/modules/views_slideshow/contrib/views_slideshow_thumbnailhover/views_slideshow_thumbnailhover.theme.inc on line 180.
    * warning: Invalid argument supplied for foreach() in /var/www/drupal/sites/all/modules/views_slideshow/contrib/views_slideshow_thumbnailhover/views_slideshow_thumbnailhover.theme.inc on line 180.
    * warning: Invalid argument supplied for foreach() in /var/www/drupal/sites/all/modules/views_slideshow/contrib/views_slideshow_thumbnailhover/views_slideshow_thumbnailhover.theme.inc on line 180.
    * warning: Invalid argument supplied for foreach() in /var/www/drupal/sites/all/modules/views_slideshow/contrib/views_slideshow_thumbnailhover/views_slideshow_thumbnailhover.theme.inc on line 180.
    * warning: Invalid argument supplied for foreach() in /var/www/drupal/sites/all/modules/views_slideshow/contrib/views_slideshow_thumbnailhover/views_slideshow_thumbnailhover.theme.inc on line 180.
    * warning: Invalid argument supplied for foreach() in /var/www/drupal/sites/all/modules/views_slideshow/contrib/views_slideshow_thumbnailhover/views_slideshow_thumbnailhover.theme.inc on line 180.

any suggestion? why am i getting these messages?
thanks in advance.

redndahead’s picture

Version: 6.x-2.3 » 7.x-3.x-dev
Status: Needs review » Needs work

New features will be 3.x only.

NickDickinsonWilde’s picture

Issue summary: View changes
Status: Needs work » Closed (won't fix)

Thumbnail hover is gone. If needed , you can customize theming/preprocess and position it where needed by that methods.
Re-open if still an issue.