I hope you have k2.
Directly do not work. The principle is as follows:
- Create the necessary categories
- We fill there pictures (materials with an embedded image)
We create a k2Content module and a template for it, which will display only the category name (without a link) + pictures from articles, something like
<? foreach($list as $item) { ?> <a rel="lightbox" href="<?=$item->imageXLarge?>"><img src="<?=$item->imageXSmall?>" /></a> <? } ?>
We insert the module and rejoice.
With ordinary materials, we are looking for a module similar to k2Content and all the same.
With the binding of the gallery to the menu I promise a lot of problems, it is not worth it.