is it possible in Drupal to show a menu just to a special username?
0
votes
1 Answers
8
votes
Yes, you can do it without extra modules:
First, create a new role (in "
Administer > User Management > Roles")then assign this new role to the user you want to show the block to (in "
Administer > User Management > Users")then in the block's properties (at "
Administer > Blocks"), select only that role in visibility options.