• Resolved zkay

    (@zkay)


    Hi there – great plugin – question – even when we disable the statuses from the admin panel – those statuses still show up on the front-end under each idea for admin to use

    Additionally they still show up on the back-end also for using

    Basically – trying to accomplish that if a status is disabled it should not be showing up anywhere so no one accidentally uses it

    Also is there a way to hide the “Admin functions” on the front end under each idea

Viewing 1 replies (of 1 total)
  • Plugin Author Northern Beaches Websites

    (@northernbeacheswebsites)

    @zkay the disable statuses function was only intended to modify the frontend display, but not necessarily disable it for the admin as well.

    I don’t have any objection to removing this from the admin buttons on the single idea page, so this will be in the next update.

    You can hide the admin function on the frontend by using the following CSS code:

    .idea-item-admin-functions {
    display: none !important;
    }

    Disabled statuses should be already hidden from the single idea edit page on the backend. Thanks,

Viewing 1 replies (of 1 total)
  • The topic ‘Disabled Statuses show up under admin functions’ is closed to new replies.