Limiting 'Add To' options

Permalink
For specific areas in my template I would like to limit the 'Add To' options.

For example, I want an image to appear in a specific area of my template for all pages created. However, for my users, I want them to have the option to change this image, but do nothing else. Essentially, I need to remove the option to "Add To" for this specific area.

In my template, I have

<? $a = new Area('Header_Image'); $a->display($c); ?>


I have set a default image to appear in my Left Sidebar page type, but as I mention above, I want other users to only have the ability to edit this image - not be able to click the "Add To Header_Image" link when in edit mode and add additional blocks.

Is there a way to make this happen?

 
Remo replied on at Permalink Reply
Remo
you might want to check this:
http://www.concrete5.org/community/features/single_block_spaces/...

it doesn't "remove" the add but rather hides it if there are "enough" blocks in the area...

the user could remove the block and would see the "add" again though..