Hello and thank you for this module.

I am encountering some issues with the "all galleries" page, using version 7.x-1.0-beta8+0-dev:

  • Despite selecting a 4x5 (columns x rows) layout, I get a simple list of teasers with very big previews (see attachment all_galleries.png), with the image stack style. I expected a 4x5 grid, possibly with reordering capability enabled.
  • I have renamed the all galleries page from galleries to gallery (both name and path), while the path gallery is accepted, I am redirected to path gallery-collections/galleries. Whatever I name the menu entry to, it gets replaced with taxonomy/term/1 which is a bit annoying. The page itself looks like a taxonomy listing, which perhaps explains also the first point.
  • The link Edit all galleries does not work if the user has changed the path for all galleries. The default value admin/config/media/galleries does not get updated (admin/config/media/gallery does work for me if manually entered in the address bar)

Please advise.

Edit:

Clarifying as requested:

  • The all galleries page does not display the grid of galleries, I understand this is a known issue from the link you provided.
  • An entry in the main menu for the all galleries page points to taxonomy/term/1, even if overriden with path 'gallery'. For some reason, the path just does not get stored.
  • The "edit all galleries link" should open the corresponding config screen. However if the user has changed the title of the all galleries page, the link does not work.
CommentFileSizeAuthor
all_galleries.png683.84 KBmarktheshark
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

marktheshark’s picture

Issue summary: View changes

formatting

lsolesen’s picture

marktheshark’s picture

Status: Closed (duplicate) » Active

OK, 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

lsolesen’s picture

Status: Active » Postponed (maintainer needs more info)

Could you please revise the original bug report so it is clear what to address here.

lsolesen’s picture

Issue summary: View changes

typo

marktheshark’s picture

Status: Postponed (maintainer needs more info) » Active

Updated the first post

Moloc’s picture

second point:
if i enter an alias in the menu system, i get the following message:

  • The menu system stores system paths only, but will use the URL alias for display. gallery has been stored as taxonomy/term/1
  • Your configuration has been saved.

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.

vulfox’s picture

Same 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:

The menu system stores system paths only, but will use the URL alias for display. gallery has been stored as taxonomy/term/1

Your configuration has been saved.

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.

Moloc’s picture

My Menu link "My Galleries Name" always points to gallery-collections/my-galleries-name.

Are 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.

vulfox’s picture

Great! I solved it!

I had already set:

Default path pattern for Gallery (applies to all Gallery content types with blank patterns below)
gallery/[node:title]

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

Default path pattern (applies to all vocabularies with blank patterns below)
[term:vocabulary]/[term:name]

Pattern for all Gallery collections paths
[ ]

I changed it to:

Pattern for all Gallery collections paths
/[term:name]

Which result in menu link displaying what I want: /my-galleries-name

btw,

The last setting at admin/config/media/galleries

[ ] Generate automatic URL alias
Uncheck this to create a custom alias below. Configure URL alias patterns.
"All galleries" URL
http:// sitename.com/ gallery-collections/galleries

is ignored when pathauto is used which confused me when I tried to change like 10 times.

Moloc’s picture

Status: Active » Fixed

Great. So there is no open issue -> fixed.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

Anonymous’s picture

Issue summary: View changes

Clarification

bpainevtusa’s picture

Issue summary: View changes

Perhaps 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