I am new to Joomla 1.5 and new to the Slider Plugin. I am trying to insert the Slider Plugin in an article. I have installed v1.6 of the Slider Plugin, activated the plugin and updated the CSS path to the default plugin/content.
I placed the following code in the article -
{Slider id = "1" title = "Slider 1" direction = "1" desc = "Desc: Hide Slider 2 and 3" closeDep = "2, 3"} {Slider} {slider id="2" title="Slider 2" direction="1" closeDep="1;3"} (Slider id = "2" title = "Slider 2" direction = "0" closeDep = "1, 3") {slider} {slider id="3" title="Slider 3" direction="1" cssSuffix="_test" closeDep="1;2"} (Slider id = "3" title = "Slider 3" direction = "0" cssSuffix = "_test" closeDep = "1, 2") {slider}
When I view the article, the code is displayed, not the slider. Is there something I need to add to Index.php or one of the other files for this to work?
Thanks,
Ken
|