Hi,
I'm looking for solution of my problem. I have website with many galleries with subagalleries. I need a solution like breadcrumbs inside Gallery module. As fara as I know, there is no breadcrumbs in Gallery. So maybe possibility of displaying parent gallery name with link to parent will be something like breadcrumbs. Is that possible?
Greetings
Aleksander
Gallery module - display parent gallery name
- aleksanderlech
- Forum Members

- Posts: 113
- Joined: Thu Jan 29, 2009 1:37 pm
Gallery module - display parent gallery name
---------------
olek@miniperfumeria.com
olek@miniperfumeria.com
Re: Gallery module - display parent gallery name
a real breadcrump navigation is not possible afaik.
there are just these variables for the first parent page:
there are just these variables for the first parent page:
edit: maybe you could insert a second gallery instance with a tree menu in your template and this could provide you a helpful navigation while browsing through the galleries# {$parent_url} - url to the parent folder
# {$parent_txt} - text to create a link with above url
- aleksanderlech
- Forum Members

- Posts: 113
- Joined: Thu Jan 29, 2009 1:37 pm
Re: Gallery module - display parent gallery name
This one shows just standard text: "go to parent gallery", not quite useful here.# {$parent_txt} - text to create a link with above url
Second gallery instance is the way I used, so, thank you for your suggestions.
Regards
Aleksander
- fearmydesign
- Power Poster

- Posts: 363
- Joined: Sun Feb 28, 2010 10:54 pm
Re: Gallery module - display parent gallery name
I realize this is an old thread, but I am just trying to search for a similar problem. I am using {cms_bradcrumbs} but it only gives the top url and not all the sub categories etc for the Gallery.
For example, this is the url:
http://www.cicounters.com/gallery/Waypo ... va/1-28-24
And the breadcrumbs only gives me this:
Thanks
For example, this is the url:
http://www.cicounters.com/gallery/Waypo ... va/1-28-24
And the breadcrumbs only gives me this:
I can't figure out where to add this {$parent_url} that was mentioned on this thread so my breadcrumbs can display a more specific url. Any help will be greatly appreciated!You are here: Home » Products & Services » Cabinets
Thanks
Rod
"Be careful who you step on your way up; because you never know who you'll meet on your way down!" - or something like that.
"Be careful who you step on your way up; because you never know who you'll meet on your way down!" - or something like that.
Re: Gallery module - display parent gallery name
Look in the templates for the Gallery module.
Also to get a sub category you could use regex and explode.
Also to get a sub category you could use regex and explode.
