It will be possible if only the administrator can choose in its account settings if he can see or not a block?
I try to explain:
- in block settings I should say: let admin to hide the block but leave it visible for all other users.
- in the account settings only the admin will have the check for the block visibility.

Is it possible?

Comments

devbox’s picture

The same for the show of a block: the administrator my see a block but other users not.

devbox’s picture

Assigned: Unassigned » devbox
Status: Active » Closed (fixed)

Ok, I find this way:

Go to

Administer › Site building › Blocks

Configure the block and for "Show block on specific pages" set

Show if the following PHP code returns TRUE (PHP-mode, experts only).

In the textbox write

global $user;
return $user->uid != 1;

This show the block to all except to the first user (the admin).