we would like to eliminate the directory selection from the imis public view. anybody know how to change the top nav bar?
Edit the web.sitemap file in the root of the public site's virtual directory, and remove the node with title="Directory" (and all of its children, of course). Or, if you just want to hide it, add visible="false" to the end of the element.
Edit the web.sitemap file in
Edit the web.sitemap file in the root of the public site's virtual directory, and remove the node with title="Directory" (and all of its children, of course). Or, if you just want to hide it, add visible="false" to the end of the element.