Sir,<br><br>I have imported the kultivate containers plugin from bazaar and its pretty good. But &quot;containers&quot; and &quot;browse containers&quot; are visible only to editor and admin. They are not accessible to the users. What can be done such that &quot;browse containers&quot; option is available to the users and also they must be able to add an item to container but not edit/create/remove containers. The roles are defined in this way: <br>
<br><pre>[$c-&gt;{roles}-&gt;{&quot;edit-container&quot;} = [qw{
        container/view
        container/edit
        container/create
        container/remove
        container/use
}];

$c-&gt;{roles}-&gt;{&quot;use-container&quot;} = [qw{
        container/use
        container/view
}];

push @{$c-&gt;{user_roles}-&gt;{user}}, &quot;use-container&quot;;
push @{$c-&gt;{user_roles}-&gt;{editor}}, &quot;edit-container&quot;;
push @{$c-&gt;{user_roles}-&gt;{admin}}, &quot;edit-container&quot;;]<br><br>Any help will be appreciated.<br><br>Thank you<br><br>Regards<br>M. Keerthana <br></pre><br>