I've created a single node slideshow and I'm wondering if I can add it inline for specific placement in the body of the node?
thanks!
I've created a single node slideshow and I'm wondering if I can add it inline for specific placement in the body of the node?
thanks!
Comments
Comment #1
chriscohen commentedThere's currently no mechanism to add it within the node body itself using the content editor, but it would be possible to do this by editing the node template for the theme you are using. It would involve taking the body string, splitting it at the desired location, then inserting the theme('fancy_slide') call and joining the pieces back together again.
Comment #2
locomo commentedthanks for getting back to me.. though i don't think this will be a feasible solution. I have a need to add slideshows on a node-by-node basis at different locations within the body depending on the particular article being published
i'm going to change this to a feature request
Comment #3
klonosI believe this is a duplicate of: #577872: cck widget a.k.a. include slideshow in node