Active
Project:
Fever
Version:
6.x-1.5
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
9 Jul 2011 at 19:22 UTC
Updated:
15 Jun 2013 at 22:29 UTC
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
Comment #1
hp3kman commentedProblem solved
Comment #2
abhichou commentedI 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?
Comment #3
dbinoj commentedseems that you should downgrade to fever 1.4 . am also facing the same problem. is there any way to fix it?
Comment #4
hp3kman commentedDowngrade to 1.4...solved.
Comment #5
dbinoj commented@hp3kman, just downgrade fever to 1.4? i'm using views_slideshow_ddblock version 2.0. is it okay?
Comment #6
hp3kman commentedShould be, yes...all I did was downgrade Fever from 1.6 to 1.4, and all worked again...
Comment #7
LiCra commentedI 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
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?