Active
Project:
Auto Menu
Version:
6.x-2.0
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
19 Mar 2009 at 21:41 UTC
Updated:
26 Nov 2012 at 14:36 UTC
If I could control the title, description via tokens that would be a nice feature.
head start: http://drupal.org/project/menu_token
Comments
Comment #1
metabits commentedI would really appreciated to use tokens like I use them in path settings. This would be very welcome! I think this should consider the possibility that creates or uses 'already there' menu items, so that if I am using a term token or a user token to create de menu tree for a node, it doesn't duplicate items. Also would be very important for some of us that this should works in a multilanguage enviroment.
Thanks any way for your work!
psc
Comment #2
benkallos commented+1
Comment #3
vojnar commentedChange automenu.modul 16th line:
from:
automenu_add_menu_link($params);
to
if(empty($node->menu['link_title'])) automenu_add_menu_link($params);
This will resolve the duplication error for automenu in multi language environment
Thanks,
Gabor Vojnar
weboldal.biz