• Since the site of role manager doesnt give any support, hopefully someone here can help me out.
    I have both role manager and the Aniga gallery installed on my blog. To give other users the possibility to add/edit/et cetera ANIGA i created the capabilities ANIGA said needed creation for use with role manager.
    But now the ANIGA tab has disappeared in the admin panel, even though I am the admin and all capabilities are part of my ‘roles’.

    I didn’t change anything else.
    So here is the question: What could have gone wrong? Or: How can I delete capabilities from role manager? (so I can go back to the original settings)

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi Boneless.

    I also had the same problem trying to implement Aniga with Role Manager (on http://frontonnais.free.fr Galeries). The Aniga tab also disappeared after I decided to remove Role Manager and keep Aniga. On the Aniga’s author forum (http://www.animalbeach.net/aniga) I posted the solution to bring it back. Here’s and excerpt. Hope it helps.

    __________________________

    Hi Naabster

    Just to let you and the others know that in order to make the ANIga button reappear in the WP Backend, one shall send me a lot of money. Seriously, the ANIga must be deactivated in the plugins area and then, you have to manually go and delete the three ANIga SQL tables and all ANIga entries in the wp_options table…and, of course, reactivate.
    __________________________

    Cheers

    Hi,

    I can’t get the Aniga Plugin to work with User Roles.

    [BTW: If the Aniga tab disappears after activating the role option in it, it’s enough to change the option “anigal_rolemgr” in “wp_options” from “yes” to “no”. So you don’t need to delete and deactivate anything.]

    So my question is if you really get Aniga to work with roles? I created all necessary role-capabilities and activated them for Admin and others, but the tab disappears everytime for every user again …. ?!?

    Anyone knows a similar plugin that works with the rolemanager?

    Wow, thanx a lot, works perfect now!

    heidi69

    (@heidi69)

    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 😉

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘trouble with role manager’ is closed to new replies.