Hi, <br>I will try that and keep you informed. There is an other issue regarding containers i.e; "containers" and "browse containers" are visible only to the editors and admin. How can a user be able to view them. In the <a href="http://z_containers.pl">z_containers.pl</a> file the permission to view the container is defined for the user. In usr/share/eprints3/archives/archiveid/cfg/cfg.d/<a href="http://z_containers.pl">z_containers.pl</a>, the roles are defined this way<span style="background-color:rgb(255,255,255)"><span style></span></span><br>
<span style="background-color:rgb(102,0,204)"><br></span><pre class="ep_config_viewfile"><b><span style="background-color:rgb(255,255,255)">[$c->{roles}->{"edit-container"} = [qw{
container/view
container/edit
container/create
container/remove
container/use
}];
$c->{roles}->{"use-container"} = [qw{
container/use
container/view
}];
<span style></span>
push @{$c->{user_roles}->{user}}, "use-container";
push @{$c->{user_roles}->{editor}}, "edit-container";
push @{$c->{user_roles}->{admin}}, "edit-container"; ]
</span></b><br><br>The user is given access to view and use the container, but when i login myself as a user,<br>i am not able to view the containers. Can you please help me.<br><br>Regards<br>M. Keerthana<br></pre><br>