I'm trying to set up block visibility to roles for some of my blocks and am *very* frustrated at this point. I choose Show if the following PHP code returns TRUE (PHP-mode, experts only). Then enter my code...and it is completely ignored. I've even tried just entering

return FALSE;

Which should never show the block, but it still shows up on every page.

ideas?

Comments

anner’s picture

Never mind...
id10T error...
it has to be:

<?php
return FALSE;
?>

You have to indicate that it's php. *sigh* sorry if I wasted anyone's time.