Skip to main content

Is there an easy way to get rid of "Guest Links" in the Share Project dialog?

Comments

3 comments

  • Chris Roberts
    Hi Michael

     

    Try adding this to the custom Desktop.css file for the vewer in question:

     

    .share-project-links {

     

    display: none;

     

    }

     

    Cheers

     

    Chris
    0
  • Permanently deleted user
    Thanks Chris,

     

    That worked!

     

    Michael
    0
  • Nelson Dobbs
    You can go into the Desktop.json.js file for your viewer and change an object to False.

     

              {

     

                "id": "ShareProjectViewModel",

     

                "type": "geocortex.essentialsHtmlViewer.mapping.modules.project.ShareProjectViewModel",

     

                "configuration": {

     

                  "confirmSharedPublicly": true,

     

                  "showGuestLinks": false

     

                }

     

              }
    0

Please sign in to leave a comment.