Is there an easy way to get rid of "Guest Links" in the Share Project dialog?
I do not want to show the "Guest Links" section of the Share Project dialog. Is there an easy way to remove this section o fthe Share Project dialog?

Thanks!
Michael
0
-
Hi Michael
Try adding this to the custom Desktop.css file for the vewer in question:
.share-project-links {
display: none;
}
Cheers
Chris0 -
Thanks Chris,
That worked!
Michael0 -
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
Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.
Kommentare
3 Kommentare