Closed (works as designed)
Project:
Imagemenu
Version:
6.x-1.0
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
10 Mar 2009 at 01:28 UTC
Updated:
31 Aug 2010 at 08:26 UTC
Hi,
Is it possible to set dynamic path to imagemenu item? e.g, I want to set up a item called "My account", which should have a dynamic path like "users/%uid".
Thanks.
Hang
Comments
Comment #1
foredoc commentedComment #2
nevets commentedI think the Me alias module will help.
Comment #3
foredoc commentedThanks! 'Me alias' solves this problem. Is there any setting that will make 'Imagemenu' itself support the dynamic links? Thanks.
Comment #4
foredoc commentedFor example, I need the title of the block created by imagemenu to be the login user name, as the navigation block.
Comment #5
marcus_clements commentedYou could theme the block with a block-x.tpl.php and set the title with PHP in the template. Or use template_preprocess_block() in your template.php file.
Comment #6
marcus_clements commented