Closed (fixed)
Project:
Media Gallery
Version:
7.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
27 Aug 2012 at 21:32 UTC
Updated:
2 Dec 2013 at 17:41 UTC
Jump to comment: Most recent
Comments
Comment #0.0
marktheshark commentedformatting
Comment #1
lsolesen commentedThere are a lot of issues for this bug, see e.g.:
- #1333674: Conflicts with other modules so media_gallery_collection not called which creates Huge Images On Main Gallery Page
- #1668068: Galleries page shows big thumbs when using sky theme
Comment #2
marktheshark commentedOK, so the problem with the callback not being called explains the all galleries display (it falls back to a taxonomy listing?)
What about the path continuously changing to gallery-collections/galleries, ignoring the user supplied path?
Also, is the broken Edit all galleries also a result of the same root cause as the previous issues?
Thank you
Comment #3
lsolesen commentedCould you please revise the original bug report so it is clear what to address here.
Comment #3.0
lsolesen commentedtypo
Comment #4
marktheshark commentedUpdated the first post
Comment #5
moloc commentedsecond point:
if i enter an alias in the menu system, i get the following message:
So it is no bug.
third point:
You can edit the "all galleries" name and alias, which is a taxonomy term. This does not have any effect on media gallery. The path admin/config/media/galleries is hardcoded and links to the taxonomy, which is created on installation time. If you delete the taxonomy (which should be hidden by default), this link may not return a correct result.
Please provide a step by step instruction, what you have done.
Comment #6
vulfox commentedSame problem.
My Menu link "My Galleries Name" always points to gallery-collections/my-galleries-name. I want it to be just /my-Galleries-name. I have not been able to change it from the menu. I try to change the path from taxonomy/term/1 to my-Galleries-name and get the:
So could I solve this by changing taxonomy name? How can do it if it's hidden?
How can i prevent Media Gallery from creating a menu link. De-activating or deleting the menu link wont do anything.
Comment #7
moloc commentedAre you using pathauto or similar modules? Pathauto generates these URL-Patterns and you can change it either in the general pathauto configuration settings or specific to one taxonomy (see admin/config/media/galleries ).
The menu link is created, when you install media_gallery. You can disable, edit or delete it.
Comment #8
vulfox commentedGreat! I solved it!
I had already set:
This results in www.sitename.com/gallery/my-example-photo-album-name which is ok! But all galleries page is /gallery-collections/my-galleries-name instead of just /my-galleries-name
Then I found under
Taxonomy Term Paths
I changed it to:
Which result in menu link displaying what I want: /my-galleries-name
btw,
The last setting at admin/config/media/galleries
is ignored when pathauto is used which confused me when I tried to change like 10 times.
Comment #9
moloc commentedGreat. So there is no open issue -> fixed.
Comment #10.0
(not verified) commentedClarification
Comment #11
bpainevtusa commentedPerhaps I'm just thick, but I still cannot remove "all-galleries" from displaying a menu link. How do I disable the "all-galleries" on the main benu bar (using a Marinelli based theme). Thanks. -Bill