5
I think TAD pictures module contains vertical carousel in the block.
anyway, you can add it easly to any block by doing the following :
- create a css folder in your module and move all css files in the carousel foldel into it.
- create js folder in your module folder and copy all js files from the carousel forlder to it.
- copy the images (usaly they are arrows) content from the carousel folder into your image folder inside the module.
- edit any block in your module (from templates/blocks) and copy the carousel effect in it, sure by making many changes, there is a part that must be copied in the header of the block (how to reffer it to the css and js), and there is a "div"part that must be used with the smarties codes.
it isnt an easy job but not impossible at all.
after finishing it, update the module and delete the cach, and then try the block.