Closed (fixed)
Project:
Slideshow
Version:
5.x-2.0-c
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
29 Mar 2007 at 17:47 UTC
Updated:
19 Apr 2009 at 12:10 UTC
Jump to comment: Most recent file
Comments
Comment #1
dquakenbush commentedI had the same problem -- I wanted to see the slideshow in the full node, but not in the teaser.
I modified slideshow.module as follows... haven't tested extensively, so it may be buggy.... YMMV.
I would roll this up as a patch, but I don't know how :-(
On line 433 I added the teaser variable that he passes from another function, but doesn't pick up.
Then on line 440 I add $teaser to the list of things that will cause the slideshow to not render.
Hope this helps someone.
Comment #2
johnnybegood commentedHi dquakenbush,
Your solution worked fine for me. It would be great if that could be set from a tick box on the settings. I have found this module much easier than any other for average users to add their images to the nodes they create - all in one place.
Thanks!
Comment #3
Farreres commentedCan someone make a patch out of these comments?
Comment #4
Sivert Almvik commentedExcellent!
Patch did the trick. Slideshow stays out of teaser, but appears in full node.
Thanks!
Comment #5
snvs commentedHi, what file do I have to change?
Thanks
snvs
Comment #6
dquakenbush commentedslideshow.module
Comment #7
Farreres commentedPlease please please please please, generate an official version including the patch please.
Comment #8
jshuster@drupal.org commentedIt's been a long time since anyone touched this issue, but I needed to make this change -- so here's a patch. This includes a global setting to suppress display on all teasers.
Comment #9
kkaefer commentedCommitted jshuster's patch. Thanks!