Hi,
I have one question: I have a gallery list with 10 galleries. I want to open Lightbox directly when clicking on the thumbnail. I dont want to open the subgallery. I want to directly open full gallery in Lightbox from directory list of galleries ( {if $image->isdir} -> directly open subgallery in Lightbox)
I hope I make sense.
Gallery open directly on list
Re: Gallery open directly on list
Perhaps one of these can help http://wiki.cmsms.nl/index.php/Gallery# ... _Questions
- + - + - + - + - + - + -
LATEST TUTORIAL AT CMS CAN BE SIMPLE:
Migrating Company Directory module to LISE
Migrating Company Directory module to LISE
- + - + - + - + - + - + -
Re: Gallery open directly on list
I have looked at them before the first post, couldn't find anything useful.
Re: Gallery open directly on list
I want exactly the same thing... couldn't find a solution either. Must be simple to make though. I'll give it a try and report back when/if I succeeded.
Regards, Ron Hoenson
Regards, Ron Hoenson
Re: Gallery open directly on list
It is possible but you need to have good understanding about both the Gallery module and Lightbox.
https://tinyurl.com/zlz33f9 is made with Gallery (not LightBox)
https://tinyurl.com/zlz33f9 is made with Gallery (not LightBox)
Re: Gallery open directly on list
Thanks, i see. How do I list all images of subgallery when i use "isdir"?
Re: Gallery open directly on list
Calling gallery again from inside the template, but with another dir.
Few years ago I posted this:
viewtopic.php?p=312793#p312793
Note it's a few years old, so maybe I wasn't this smart at that time
Few years ago I posted this:
viewtopic.php?p=312793#p312793
Note it's a few years old, so maybe I wasn't this smart at that time

Re: Gallery open directly on list
Please correct the link to that post.
Re: Gallery open directly on list
I have managed to do it. Thank you for the information.