44
Hi voltan
my findings from last test:
1) slideshow configuration: splitting selection of slideshow and configuration of selected slideshow is fine, but after selection only the one slideshow configuration should be visible
2) same for album config
3) each gallery should have an unique id, otherwise it is not possible to use it more then one time (e.g. if I want a block with slideshow random photos and one with slideshow last photos)
4) as I know, css and js-files should be added with $xoTheme->addScript/$xoTheme->addStylesheet in php-files. With this method they will be included only one time, even if it was used two or more times. If the adding is in the html-template, it will be added as often a template is used and this may make problems.