Dear authors!
I've add some features in taxonomy_menu:
- "Add nodes to menu" feature.
- "Add parent menu" feature.
Regards,
Oliver
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | taxonomy_menu.inc-320926-4.patch | 15.67 KB | Anonymous (not verified) |
| #4 | taxonomy_menu.module-320926-4.patch | 680 bytes | Anonymous (not verified) |
| taxonomy_menu.module.patch | 1.07 KB | oliver huynh | |
| taxonomy_menu.inc_.patch | 16.14 KB | oliver huynh |
Comments
Comment #1
astronaute commentedHello,
I've downloaded 6.x-1.01 and can't find same files. For example I have :
// $Id: taxonomy_menu.module,v 1.19.2.2 2008/09/09 15:00:07 afief Exp $
Where to find those files please as I really need to hide the vocabulary entry from the menu ?
Comment #2
zet commentedAre those patches working for tha last stable release ?
Please the autor include this pacthes in the taxonomy menu code !
Comment #3
lameei commentedI tried to use them but when you select Show this category in menu: Normal and also your own menu this causes the website to not work.
Comment #4
Anonymous (not verified) commentedHad the first hunk fail for each patch (trying to edit the info line), and had a fatal error in the second patch when trying to run the i18n_get_lang() function (I don't have it installed.
I therefore edited the patches to remove the editing of the info line, and added a function_exists() check for i18n_get_lang().
Let me know how it goes.
NOTE: I changed the version from .dev to .1.01 as it was updated more recently and is what I patched against.
Comment #5
Anonymous (not verified) commentedI've created another taxonomy_menu patch (http://drupal.org/node/356281) that allows you to enter a custom title for the taxonomy menu.
My patch works fine when applied to the normal taxonomy_menu.inc file, but doesn't work when applied after the patches here have been applied (I know the actual patching doesn't work, so I added my code manually, but it still doesn't work).
There's obviously a conflict between the two patches, just wondering if someone here can help me figure out how to make them work together nicely...
Comment #6
indytechcook commentedApplies to old version.