Needs review
Project:
Special menu items
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
15 Dec 2011 at 19:39 UTC
Updated:
7 Feb 2015 at 15:55 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #0.0
webadpro commentedUpdated Description
Comment #1
webadpro commentedUpdated Patch.
Comment #2
webadpro commentedWould it be possible to someone review this and push it to the Git?
Comment #3
webadpro commentedAny updates?
Comment #4
gagarine commentedHoo this is sweet! I was thinking to implement that so we can finally fusion this module and http://drupal.org/project/menu_item_container
the patch need to be review before commit. Also it's certainly need to be redone for the last -dev.
Comment #5
webadpro commentedAlthough keep in mind that this container isn't the same as the menu_item_container module. No text would be actually output for the container menu item but simple an extra HTML tag such as UL.
Comment #6
gagarine commentedI see.
Before working on that, I want all major fixed. Some issues are going to change how this module works like #1447988: Override theme_link instead of the theme_menu_link.
After 7.2 is out, I will see how I can provide a hook so people can easily extend this module.
Also if it act as a wrapper... why not name it "wrapper" :)
Comment #7
webadpro commentedIs there a hook available to provide custom code? Its been almost a year.
Comment #8
marcvangendHere's a reroll/rewrite of the patch in #1, created against version 7.x-2.0 (which is at the moment identical to the 7.x-2.x head).
The only true change I have added, is that the container link is rendered as a non-linking title in the admin back-end (for usability purposes), but invisible in the front end (as you would expect from a container).
Comment #9
marcvangendComment #9.0
marcvangendwas not showing the tag
Comment #10
marcvangendChanged title because it did not display correctly in the d.o issue overview.
Comment #11
delmarr commentedpatch failed for me
version = "7.x-2.0"
core = "7.x"
project = "special_menu_items"
Comment #12
badrange commentedPatch worked for me, against a git checkout.