Hi

Is it possible to place these slideshows inline at a specific point in the body of the node?

thanks.

Comments

nvoyageur’s picture

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

locomo’s picture

Category: support » feature

Thanks for getting back to me. I'll try out Insert View

Is this something you'd consider for a feature request?

nvoyageur’s picture

Status: Active » Closed (fixed)

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