Posted by foredoc on March 10, 2009 at 1:28am
Jump to:
| Project: | Imagemenu |
| Version: | 6.x-1.0 |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (works as designed) |
Issue Summary
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
#1
#2
I think the Me alias module will help.
#3
Thanks! 'Me alias' solves this problem. Is there any setting that will make 'Imagemenu' itself support the dynamic links? Thanks.
#4
For example, I need the title of the block created by imagemenu to be the login user name, as the navigation block.
#5
You 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.
#6