Slideshow in Template
Permalink
Hi All,
I seem to have mastered putting autonav and page-lists in my template, but now I want to put a slideshow. Has any done this before? I have:
But nothing shows? Anyone see the problem, or know how to do it?
I seem to have mastered putting autonav and page-lists in my template, but now I want to put a slideshow. Has any done this before? I have:
<?php $b = BlockType::getByHandle('slideshow'); $b->controller->type = 'FILESET'; $b->controller->playback = 'RANDOM'; $b->controller->fsID = 1; $b->controller->duration[] = 5; $b->controller->fadeDuration[] = 2; $b->render('view'); ?>
But nothing shows? Anyone see the problem, or know how to do it?
You'll have also to add the following to the header.php. The block css is loaded, by adding the Slideshow to a theme.