Closed (won't fix)
Project:
Slideshow
Version:
4.7.x-0.9
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
20 Aug 2007 at 15:43 UTC
Updated:
26 Aug 2007 at 19:24 UTC
There are couple of issues pertaining to the teasers displayed for slideshow nodes:
1) There is no teaser option (I removed the "$node->teaser = $output line in order to restore the teaser).
2) If the slideshow node is displayed on homepage, the "next/previous" links do not change the image if javascript version is not enabled. It instead changes to the next page.
3) The javascript code gets loaded onto the homepage even though I restored the teaser. What changes to the code do I have to make to get the javascript to not load only on the homepage.
Comments
Comment #1
kkaefer commentedSorry, but I won't fix issues with the 4.7 version. If you can write a patch, post it here and I'll review and probably commit it.
Comment #2
GC_Chi commentedI'm not a programmer. It would be greatly appreciated if you could tell me what part of the code I needed to modify to prevent the javascript stuff from loading on the homepage if its a quick fix. Otherwise, I understand that this version is no longer being maintained. Thank you for responding.
Comment #3
kkaefer commentedDelete the following line from your module:
$node->teaser = $output; // yes, overwriting as the images are the main contentComment #4
GC_Chi commentedRemoving that line restores the teaser, but doesn't prevent unnecessary javascript from being loaded into the HTML header.
Comment #5
GC_Chi commentedI was referring to this code that gets loaded into the header: