block permission in Drupal

1.7k Views Asked by At

is it possible in Drupal to show a menu just to a special username?

1

There are 1 best solutions below

1
On BEST ANSWER

Yes, you can do it without extra modules:

  1. First, create a new role (in "Administer > User Management > Roles")

  2. then assign this new role to the user you want to show the block to (in "Administer > User Management > Users")

  3. then in the block's properties (at "Administer > Blocks"), select only that role in visibility options.