Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter Nikolaii

    (@nikolaii)

    also, it was a custom role which was created in such a way:
    add_role( ‘client’, ‘Client’);
    $admin = get_role(‘administrator’);
    $client = get_role(‘client’);
    if($admin->capabilities){
    foreach($admin->capabilities as $cap => $bool){
    if($bool){
    $client->add_cap($cap);
    }
    }
    }

    Also, i export settings, used Deinstall options, deactivate and delete plugin, but it does not help, i does not see postexcerp.

    Thread Starter Nikolaii

    (@nikolaii)

    Sone news:
    right now i do not have admininmize, but for one user whos role was client – it does not have post excerp.
    adminimize deleted.
    Right now i registered new user with same role(Client) and it have everything what was before. I do not why it works in such a way.

    Thread Starter Nikolaii

    (@nikolaii)

    To conclude:

    Initial:
    – I created role(Clien) with same capabilities like administrator.
    – Installed Admninimize
    – Create a user(user1) with Client role
    – Disable some items in in Write options – Products (woocommerce product page)
    – Enable it, but it does not came back.
    – Export admininmize settings.
    – Create new user(user2) with Client role and it have item, which user1 did not have.
    – user1 rigth now with administrator role, but it also does not have this item, which was disabled in Write options – Products(woocommerce product page).

    Plugin Contributor Frank Bueltge

    (@bueltge)

    If you change the roles or capabilities on a role then is it important, that you save the settings in Adminimize to save also the new possibilities to the authority. Adminimize change only the settings after save options or activation.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Uncheked item does not show up’ is closed to new replies.