When using "panel fields" as row plugin, the renderder output is still like with "field" plugin.
To work fine, the value of $row[$count] should simply be used.

Note: I suggested a patch against Panels module, to correct a bug that breaks the $view->field value and causes thumbnailhover fail: http://drupal.org/node/1262074#comment-4915414.

Comments

b-prod’s picture

redndahead’s picture

Status: Active » Closed (won't fix)

I think this should be fixed in panels.

b-prod’s picture

Status: Closed (won't fix) » Needs review

I think you misunderstood what I said. There is a bug with Panels, that is now fixed.

Now the issue only concerns Views Slideshow, that does not take care of Panels row plugin and only deals with Fields row plugin or node plugin currently. The patch above fixes that.

javi.wroom’s picture

I´ve applied the patch and now at the view appears the following error:

warning: include_once(./sites/all/modules/views_slideshow/views_slideshow.views.inc) [function.include-once]: failed to open stream: No such file or directory in C:\wamp\www\drupal\includes\theme.inc on line 644.
warning: include_once() [function.include]: Failed opening './sites/all/modules/views_slideshow/views_slideshow.views.inc' for inclusion (include_path='.;C:\php\pear') in C:\wamp\www\drupal\includes\theme.inc on line 644.
warning: include_once(./sites/all/modules/views_slideshow/contrib/views_slideshow_singleframe/views_slideshow_singleframe.theme.inc) [function.include-once]: failed to open stream: No such file or directory in C:\wamp\www\drupal\includes\theme.inc on line 644.
warning: include_once() [function.include]: Failed opening './sites/all/modules/views_slideshow/contrib/views_slideshow_singleframe/views_slideshow_singleframe.theme.inc' for inclusion (include_path='.;C:\php\pear') in C:\wamp\www\drupal\includes\theme.inc on line 644.
warning: include(./sites/all/modules/views_slideshow/contrib/views_slideshow_singleframe/views-slideshow-singleframe.tpl.php) [function.include]: failed to open stream: No such file or directory in C:\wamp\www\drupal\includes\theme.inc on line 1078.
warning: include() [function.include]: Failed opening './sites/all/modules/views_slideshow/contrib/views_slideshow_singleframe/views-slideshow-singleframe.tpl.php' for inclusion (include_path='.;C:\php\pear') in C:\wamp\www\drupal\includes\theme.inc on line 1078.
warning: include(./sites/all/modules/views_slideshow/views-slideshow.tpl.php) [function.include]: failed to open stream: No such file or directory in C:\wamp\www\drupal\includes\theme.inc on line 1078.
warning: include() [function.include]: Failed opening './sites/all/modules/views_slideshow/views-slideshow.tpl.php' for inclusion (include_path='.;C:\php\pear') in C:\wamp\www\drupal\includes\theme.inc on line 1078.

I need to show my view without problems at a panel..
Regards

b-prod’s picture

This seems normal, since the original patch applied to the DEV version of the August 27, 2011 :-)

I will take a look at this when possible.

javi.wroom’s picture

Ok... I will be waiting for an answer!

Regards

b-prod’s picture

Status: Needs review » Needs work

On which version of the slideshow module did you apply the patch? Please use the recommended release (3.x) and tell me if the panels fields bug is still alive.

b-prod’s picture

Issue summary: View changes

Spelling mistake

nickdickinsonwilde’s picture

Issue summary: View changes
Status: Needs work » Closed (outdated)

Support for Views Slideshow 6.x is mostly deprecated (ie bug fixes and major errors may be looked at and security issues, but not really anything else), so closing.