Closed (fixed)
Project:
Views Slideshow
Version:
5.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Reporter:
Created:
19 Jul 2007 at 09:47 UTC
Updated:
8 Sep 2009 at 21:40 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
aaron commentedah, whoops. i'll have to look into that...
Comment #2
ericpughThe same thing is happening to me. If I create a view selecting "teaser slideshow" when I save, the view will revert back to regular "full node." However, the "list slideshow" works, and doesn't seem to be any different than a teaser view, since it shows all the fields set up in the view.
I also have jquery_update. (if that makes a difference.)
Thanks for a great little module!
Comment #3
Venim commentedAny update on the slideshow teaser yet?
Comment #4
Shai commentedI've got the same problem.
Comment #5
MagicMatze commentedyes, same problem here, too!
It seems that something in the code is missing?
[code]
/**
* Display the nodes of a view as teasers.
*/
function theme_views_slideshow_view_teasers($view, $nodes, $type) {
return theme('views_slideshow_view_nodes', $view, $nodes, $type, true);
}
[/code]
Comment #6
Wouter Van den Bosch commentedAs I already double posted elsewhere, I've got the same problem.
Will you be working on this at some point ? Otherwise I'll get my hands dirty if I can find the time.
Thumbs up for a very nice module though !
Comment #7
acsubscribing
Comment #8
westwesterson commentedthis doesn't work for me either, however you can achieve the same result by using list, and adding in the title field and body field with teaser selected.
Comment #9
davemybes commentedDude! That's freaking awesome! Why didn't I think of that before?? This has been bugging me for a while now.
Comment #10
odious commented{view_view}.block_type is VARCHAR(20), which is a few characters too short for the array key 'views_slideshow_teaser' returned by views_slideshow_views_style_plugins().
This patch solves the problem.
Note you may have to run
on your database, as the views module caches plugins.
Comment #11
aaron commentedyep, that seems to be the problem. however, updating isn't as simple as that -- we also have to change all existing views with those types and rebuild the views tables :(
thanks for the start, though, odious
Comment #12
Xabi commentedThis patch does not work for me. When I try to select "Slideshow teasers", the view gets saved as "Full nodes" anyway.
Comment #13
manimal commentedThat patch worked for me. I just have to do some more problem solving with panels and our custom theme now, but I love this module.. its the answer I've been looking for ..
Comment #14
Anonymous (not verified) commentedAfter upgrading:
This problem is also in Beta release january 11, 2008 - 13:09.
This patch solved it again, for me.
Why is this patch not integrated in the last release?
Comment #15
westwesterson commentedprobably because its not marked as having a patch, thanks for testing, marking rtbc.
Comment #16
acHas this been committed?
Comment #17
redndahead commentedThis was committed at some point. I can see the database update code in install.txt
Comment #18
redndahead commentedblah I mean views_slideshow.install