gallery all list

blindmime
@blindmime
10 years ago
772 posts
On the "domain.com/gallery" link, if I have a gallery called, say, "misc" or "general" in more than one profile, only one of those galleries will be displayed.
updated by @blindmime: 03/05/15 07:54:33PM
brian
@brian
10 years ago
10,149 posts
blindmime:
On the "domain.com/gallery" link, if I have a gallery called, say, "misc" or "general" in more than one profile, only one of those galleries will be displayed.

Do you mean when you click on a gallery name? The gallery name should go to the profile page, so it shouldn't matter.


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
blindmime
@blindmime
10 years ago
772 posts
No, I mean if I click the ALL link which is http://domain.com/gallery. If I have 2 or more profiles using the same name for a gallery, say "misc," only one of them will display. The ALL link should show all the galleries, I'm thinking.
brian
@brian
10 years ago
10,149 posts
blindmime:
No, I mean if I click the ALL link which is http://domain.com/gallery. If I have 2 or more profiles using the same name for a gallery, say "misc," only one of them will display. The ALL link should show all the galleries, I'm thinking.

Where is the "ALL" link found at?


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
blindmime
@blindmime
10 years ago
772 posts
It's in index.tpl.
douglas
@douglas
10 years ago
2,806 posts
blindmime:
It's in index.tpl.

Which skin are you using?


--

Douglas Hackney
Jamroom Team - Designer/Developer/Support
FAQ-Docs-Help Videos
blindmime
@blindmime
10 years ago
772 posts
It's from Elastic. The code is:

{if jrCore_module_is_active('jrGallery')}
                <div style="margin-top:7px;">
                    <div class="title">
                        <h2>{jrCore_lang skin=$_conf.jrCore_active_skin id="11" default="newest"}&nbsp;{jrCore_lang skin=$_conf.jrCore_active_skin id="59" default="images"}</h2>
                        {jrCore_module_url module="jrGallery" assign="gallery_murl"}
                        <div class="title-more"><a href="{$jamroom_url}/{$gallery_murl}">{jrCore_lang skin=$_conf.jrCore_active_skin id="22" default="all"}</a></div>
douglas
@douglas
10 years ago
2,806 posts
I'm seeing it too and have opened a ticket to get it fixed.

Thanks!


--

Douglas Hackney
Jamroom Team - Designer/Developer/Support
FAQ-Docs-Help Videos

Tags