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

foredoc’s picture

Category: feature » support
nevets’s picture

I think the Me alias module will help.

foredoc’s picture

Thanks! 'Me alias' solves this problem. Is there any setting that will make 'Imagemenu' itself support the dynamic links? Thanks.

foredoc’s picture

For example, I need the title of the block created by imagemenu to be the login user name, as the navigation block.

marcus_clements’s picture

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.

marcus_clements’s picture

Status: Active » Closed (works as designed)