• Hi,
    I’m using “Admin Menu Editor” with “WP-ecommerce” and “User Role Editor” plugins.

    In the settings of “Admin Menu Editor” near the submenu item “purchase log” (inside this item I can find all the sales of the ecommerce) there is a underline grey eye with the text “hidden form everyone except you”.
    How is it possible to show that submenu item to other users that aren’t admin?

    Thank You

Viewing 1 replies (of 1 total)
  • Plugin Author Janis Elsts

    (@whiteshadow)

    It depends on how WP-ecommerce handles user permissions. If it’s just using role capabilities as normal, all you need to do is to give the other user or roles the required capability associated with that menu item. You can do that with User Role Editor. If “sales” is a custom post type, you might also need to give them a couple of other capabilities related to that CPT (they should show up in the role editor).

    On the other hand, some plugins have hard-coded permissions where only specific users or roles can access a their menu items. In that case, you will have to change WP-ecommerce settings to allow access for non-admin users. If there’s no option to do that, it might be impossible to give anyone else access without changing WP-ecommerce source code.

Viewing 1 replies (of 1 total)

The topic ‘hidden from everyone except you’ is closed to new replies.