Hi thanks for this great module, i use it in ly website as a list but it doesn't work for the teaser list, only the list and fullnodes work

you can see in my french website www.biladi.ma

CommentFileSizeAuthor
#10 slideshow_teaser_fix.patch1.06 KBodious
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

aaron’s picture

Assigned: toma » aaron
Priority: Normal » Critical

ah, whoops. i'll have to look into that...

ericpugh’s picture

Priority: Critical » Normal

The 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!

Venim’s picture

Any update on the slideshow teaser yet?

Shai’s picture

I've got the same problem.

MagicMatze’s picture

yes, 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]

Wouter Van den Bosch’s picture

As 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 !

ac’s picture

subscribing

westwesterson’s picture

this 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.

davemybes’s picture

Dude! That's freaking awesome! Why didn't I think of that before?? This has been bugging me for a while now.

odious’s picture

FileSize
1.06 KB

{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

TRUNCATE TABLE `cache`;

on your database, as the views module caches plugins.

aaron’s picture

Priority: Normal » Critical

yep, 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

Xabi’s picture

This patch does not work for me. When I try to select "Slideshow teasers", the view gets saved as "Full nodes" anyway.

manimal’s picture

That 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 ..

cmseasy’s picture

After 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?

westwesterson’s picture

Status: Active » Reviewed & tested by the community

probably because its not marked as having a patch, thanks for testing, marking rtbc.

ac’s picture

Has this been committed?

redndahead’s picture

Status: Reviewed & tested by the community » Fixed

This was committed at some point. I can see the database update code in install.txt

redndahead’s picture

blah I mean views_slideshow.install

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.