Showtime slideshow in news article [Solved]
Posted: Mon Jan 12, 2015 1:15 pm
I want to place a Showtime Slideshow in my news article, I've created a field definition for the user to add a slide show number. I originally placed the smarty {Showtime show='1'} but this was just rendered as text.
So I'm using the following in my news template:
This works and the slideshow runs, however none of my other news fields now show any data.
UPDATE
OK, I've rechecked my code and just pasting the Smarty in to my news summary field does work but again non of the other news fields are showing
Thank you,
Chris
So I'm using the following in my news template:
Code: Select all
{assign var='slideshow' value=$entry->fields.SlideShow->value}
{Showtime show=$slideshow}
UPDATE
OK, I've rechecked my code and just pasting the Smarty in to my news summary field does work but again non of the other news fields are showing
Thank you,
Chris