2
Find this expression in your theme.
<divĀ class="blockTitle"><{$block.title}>div>
Add the if statement below.
Quote:
<{if $block.title|regex_replace:"/.*none/":"none" ne "none"}>
<{$block.title}>
<{/if}>[/quote}
Insert this code in the left block loop for instance.
Simply name the block as block_name none.
Add loop to each block loop you want to have control over.
That's it.
On the admin side the block_name none shows.
On the user side no block_name is shown.
I have been using this for years on a production site. It works!
Urging XOOPS to be the Best It Can Be.
Richard......