Closed (fixed)
Project:
Jquery Slideshow
Version:
6.x-1.2
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
24 Nov 2009 at 06:08 UTC
Updated:
18 Dec 2009 at 03:37 UTC
Hi
Is it possible to place these slideshows inline at a specific point in the body of the node?
thanks.
Comments
Comment #1
nvoyageur commentedTwo ways to do this.
1. create a template specific to your photo slideshow node. For example in your theme folder create a copy the node.tpl.php file to node-photos.tpl.php. This is assuming your content type is called 'photos'. Then you could arrange the order of the objects instead of just printing out the $content variable.
2. Another way would be to get the Insert View (http://drupal.org/project/insert_view) module to include a view in the body of node.
Comment #2
locomo commentedThanks for getting back to me. I'll try out Insert View
Is this something you'd consider for a feature request?
Comment #3
nvoyageur commentedWhat you are looking for an input filter like the Insert Views project and I don't think I'll be developing that, but thanks for the suggestion.