Loading...
 
Features / Usability

Features / Usability


Re: imagegal slideshow plugin wanted

posts: 4656 Japan

Following up on Rick's suggestion, here is an example of a wiki page with an iframe (made with plugin) loading the URL for a Tiki gallery (the same view as when you hit the pop-up link for a gallery image).

This simple method will display a slideshow, but of course it doesn't have the more elaborate navigation system and text captions that the barelyfitz slideshow has. That way could also be done probably, but would be a bit involved since all that image information needs to be in the page header. Normally Tiki pages all have the same header, so the trick would be to have it load only on the page where the slideshow is. Every wiki page is identified by the variable $page, so a Smarty filter in templates/header.tpl can be used to include the needed lines for the slideshow page. See mooShow for a (currently not working) example. As of Tiki 1.9.5 or so, there is also logic in header.tpl to load external javascript files dynamically, but I haven't tried using it yet.

-- Gary

There are no comments at this time.