Just in case s.o. is fighting with these problems, i found this:
`
First be sure to create the Capabilities in Role Manage as advised in Options page.
In “aniga_gallery.php” change the following
Code:
if (get_option(‘anigal_rolemgr’) == ‘yes’) {
$role_mng = ‘Gallery Manage’;
$role_cat = ‘Gallery Category’;
$role_alb = ‘Gallery Album’;
$role_ins = ‘Gallery Insert’;
$role_opt = ‘Gallery Options’;
}
to
Code:
if (get_option(‘anigal_rolemgr’) == ‘yes’) {
$role_mng = ‘gallery_manage’;
$role_cat = ‘gallery_category’;
$role_alb = ‘gallery_album’;
$role_ins = ‘gallery_insert’;
$role_opt = ‘gallery_options’;
}
This works for me (WP 2.0.4, ANIga v. 0.30)
Cheers ′
…it fixed my problems ??