Remove Items from Header

Is there anyway to remove "Dialpad", "filter" textbox, "dial" textbox, "available" dropdown?
I've not included anything from the dropdown options in PERMISSIONS but still the above elements are showing.
Thanks

Comments

  • edited June 2020

    I'm looking for the same! Any update about this?

  • To remove the Dialpad dropdown and Dial box and Dial action button then do not assign the "Dial" permission to the user.
    To remove the "available" dropdown, do not assign "Change Presence Menu" plugin to the user

    To remove the Filter box, try adding the following code in
    /var/www/html/fop2/css/custom_theme/theme.css

    #navinputfilter nopad {
    display: none;
    visibility: hidden;
    width:0;
    padding:0;
    margin:0;
    }

Sign In or Register to comment.