Closed (fixed)
Project:
Taxonomy Menu
Version:
6.x-1.01
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
14 Oct 2008 at 05:09 UTC
Updated:
25 Aug 2009 at 18:37 UTC
Jump to comment: Most recent, Most recent file
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.