2
1)
take a look at your theme.html
now U can try sth like (this is for left blocks)
<{foreach item=block from=$xoops_lblocks}>
<{if}> <{$block.title != "block U want to hide"}>
<{$block.title}>
<{/if}>
<{$block.content}>
<{/foreach}>
2)
well I have some kind of similar idea to have ability to
toggle block content and to
set it (in)visible by default.
see in
this post how I deal with it now.
3)
I would like even some other
very convenient feature - to be able to controll Groups' access to blocks from the blocks panel. (and Groups pane would be left for manipulating member).