Dear authors!

I've add some features in taxonomy_menu:
- "Add nodes to menu" feature.
- "Add parent menu" feature.

Regards,
Oliver

CommentFileSizeAuthor
#4 taxonomy_menu.inc-320926-4.patch15.67 KBAnonymous (not verified)
#4 taxonomy_menu.module-320926-4.patch680 bytesAnonymous (not verified)
taxonomy_menu.module.patch1.07 KBoliver huynh
taxonomy_menu.inc_.patch16.14 KBoliver huynh

Comments

astronaute’s picture

Hello,

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 ?

zet’s picture

Are those patches working for tha last stable release ?

Please the autor include this pacthes in the taxonomy menu code !

lameei’s picture

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

Anonymous’s picture

Title: Taxonomy parent menu option in settings. » Taxonomy parent menu option in settings
Version: 6.x-1.x-dev » 6.x-1.01
Assigned: oliver huynh » Unassigned
StatusFileSize
new680 bytes
new15.67 KB

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

Anonymous’s picture

I'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...

indytechcook’s picture

Status: Needs review » Closed (fixed)

Applies to old version.