Navigation

    Kopano
    • Register
    • Login
    • Search
    • Categories
    • Get Official Kopano Support
    • Recent
    Statement regarding the closure of the Kopano community forum and the end of the community edition

    kopano webapp disable options tab

    Kopano WebApp
    2
    7
    501
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • A Former User
      A Former User last edited by

      Hi All,

      Is it possible to disable a tab inside the options menu an easy way?

      Lets say i want to disable “Over” tab?

      Any way whe can do this?

      1 Reply Last reply Reply Quote 0
      • marty
        marty Kopano (Inactive) last edited by

        I’m assuming you are talking about the “About” tab in settings?
        The information found in “About” is something we want to share; it contains a thank you to contributors and some license text.

        Disabling is always possible with JavaScript, or hide it with css, but you have to make your own plugin to do so.

        https://documentation.kopano.io/deskapp_admin_manual
        http://documentation.kopano.io/webapp_smime_manual
        https://documentation.kopano.io/webapp_admin_manual

        A Former User 1 Reply Last reply Reply Quote 0
        • A Former User
          A Former User @marty last edited by

          @marty

          Hi is there any example or documentation how this can be done?

          1 Reply Last reply Reply Quote 0
          • marty
            marty Kopano (Inactive) last edited by

            @ckruijntjens
            With CSS you can just set the element to “display: none”

            As for example plugins they are all around the place, but this one does something with css:
            https://github.com/gitsnuit/comicsansit

            https://documentation.kopano.io/deskapp_admin_manual
            http://documentation.kopano.io/webapp_smime_manual
            https://documentation.kopano.io/webapp_admin_manual

            A Former User 1 Reply Last reply Reply Quote 0
            • A Former User
              A Former User @marty last edited by

              @marty

              is it also possible to adjust the code. without making a plugin?

              1 Reply Last reply Reply Quote 0
              • A Former User
                A Former User last edited by

                Hi @marty

                how do i find what element to set to display: none?

                1 Reply Last reply Reply Quote 0
                • marty
                  marty Kopano (Inactive) last edited by

                  Open developer console, inspect the element or Ctrl - shift - c on Chrome, then hover the element.
                  But I already checked and the element has no unique class and you cannot grab a parent element with CSS. You must use JS in this case.

                  https://documentation.kopano.io/deskapp_admin_manual
                  http://documentation.kopano.io/webapp_smime_manual
                  https://documentation.kopano.io/webapp_admin_manual

                  1 Reply Last reply Reply Quote 0
                  • First post
                    Last post