What is Slideshow Manager?
Slideshow manager is a CMP (custom manager page) and snippet. The manager allows you to easily upload new slides and schedule them based on start date and end date. You can also just put slides in a TBD (to be determined). Slideshow Manager allows you to have as many slides shows, called albums, as you want on your site.
History
Slideshow Manager was written by Josh Gulledge to be a robust slideshow manager for MODX, first release was in spring 2011.
Demo
Coming soon.
Download
It can be downloaded from within the MODx Revolution manager via [Package Management|revolution20:Package Management], or from the MODx Extras Repository, here: [http://modx.com/extras/package/slideshowmanager]
Development and Bug Reporting
Slideshow Manager is on GitHub: https://github.com/jgulledge19/Slideshowmanager, report any issues or feature requests here: https://github.com/jgulledge19/Slideshowmanager/issues.
Install
# Install via the package manager
How to use
Basic, this will show the first album:
<div id="slider-wrapper">
[[!jgSlideShow?
&album_id=`1`
]]
</div>