After upgrading to the latest Drupal (6.22), along with all required modules, the slideshow no longer works.

I am getting the following text:

"This preview does just shows the node titles of the nodes which will be show in the slideshow"

Any ideas?

Thanks for your help!

Comments

hp3kman’s picture

Status: Active » Closed (fixed)

Problem solved

abhichou’s picture

Status: Closed (fixed) » Active

I am having the same issue. Slideshow not working in Drupal 6.22. Getting the same preview error as pointed above.

Can you please tell us how you solved the problem?

dbinoj’s picture

seems that you should downgrade to fever 1.4 . am also facing the same problem. is there any way to fix it?

hp3kman’s picture

Status: Active » Closed (works as designed)

Downgrade to 1.4...solved.

dbinoj’s picture

Category: bug » support
Status: Closed (works as designed) » Active

@hp3kman, just downgrade fever to 1.4? i'm using views_slideshow_ddblock version 2.0. is it okay?

hp3kman’s picture

Should be, yes...all I did was downgrade Fever from 1.6 to 1.4, and all worked again...

LiCra’s picture

I know it has been awhile since someone has posted on this issue but I thought the theme was great and decided to give it a try..... now I have the same issue.

This preview does just shows the node titles of the nodes which will be show in the slideshow"

as I looked into this: it is showing exactly what antsin wants it to show. it is the code in views-slideshow-ddblock.tpl.php

// $Id: views-slideshow-ddblock.tpl.php,v 1.1 2010/08/05 07:52:03 antsin Exp $

/*
 * @file
 * Views Slideshow Dynamic display block module template
 *
 */  

This preview does just shows the node titles of the nodes which will be show in the slideshow

foreach ($view->result as $row):
print $row->node_title;

endforeach;

so I looked back at the older versions of the theme, that is what it says in all of those versions as well, so No version of this theme works for me either.

@antsin, can you clear this up for us? I see the issue on your site and here on drupal... little help please, is there a different tpl.php we should tell views to use?