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 change menu structure

    Kopano WebApp
    2
    6
    730
    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,

      Can we change the menu structure for webapp? if soin what file must whe do this?

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

        i want to disable the “About button”

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

          @ckruijntjens

          0_1525809835340_ac524820-278d-4f58-b9a9-9c76d56def66-image.png

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

            Hi @ckruijntjens

            You can create a simple plugin and hide it with css for example.

            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 marty Can you help me with this? Ie how to begin?

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

                @ckruijntjens

                Have a look at the existing plugins for the plugin structure:
                https://stash.kopano.io/projects/KWA

                or for example:
                https://github.com/tsarbel/itemdata

                You can take that as a base.

                If you don’t want the plugin to be visible for users you can add this to the pluginMetaData (in the JS file below the display name)

                // Do not allow the user to disable this plugin
                allowUserDisable : false,
                
                // Do not show this plugin in the plugin list
                allowUserVisible : false
                

                Make sure your css file is included in the manifest.xml.

                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