Active
Project:
DHTML Menu
Version:
7.x-1.x-dev
Component:
User Interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
11 Dec 2008 at 19:26 UTC
Updated:
15 Jul 2010 at 11:20 UTC
Some users find the "extra page link" confusing. They also wouldn't think to double-click the parent menu-item to open it up.
I think it would be made more clear if custom text or custom patterns could be used for that link.
In my case, I would add an "all " in front of the link, but I can see how it would be useful to make that link anything a user wanted.
Example of how it would appear:
Shapes
Comments
Comment #1
cburschkaThis is an excellent idea, and I shall try to incorporate it to HEAD and backport it to D6.
Customization settings would probably be injected into the admin/build/menu/item/%/edit page, allowing users to set and reset a custom label, as well as disable the clone for this item.
If the feature works, perhaps a collection of these custom settings could also be added to another tab of DHTML Menu.
Comment #2
Dr Jay commentedI wonder if there might be a status update on this?
Comment #3
benone commentedIs it working ?
How can I change it in the code ?
I'd like to set 'Show all (2132)' link and place it in the bottom of each list, instead of the top, like now.
I am asking about D6 code.
Thank you.
Comment #4
Sara Adams commentedThis is just a quick hack, but I might look into making a patch that does this decently:
In dhtml_menu.js Drupal.behaviors.dhtmlMenu (line 13) you can find the following code:
I simply changed the text of that link:
I think we should introduce a setting for a custom text. If it is activated, then something like effects.clone_custom_text should be used when setting the text.
-- Sara
Comment #5
samhassell commentedsubscribe
Comment #6
marcoka commentedi wanted to post exactly this a minute ago, but fortuanately i saw your request. agreed.
Comment #7
benone commentedSara Adams: Great hack, this is what I am trying to do for about an hour :)...
And how to show this 'Show all' link in the END of the list, not in the beginning ?
Anybody knows ?