I have updated my small company's SP site (WSS 3.0) to use a custom dropdown navigation bar, replacing the stock SP navbar since it didn't fulfill our requirements. One of the nice things about the stock top-level (horizontal) navbar, though, was that it would only show a child site if a user had access. My custom implementation is hard-coded HTML (which is fine, as the overall top-level navigation will rarely change for us), but therefore shows all sites/options to all users.
That said, if a user without access clicks on a forbidden link, they are just presented with an access denied page. But, I'd rather be able to programatically hide these links from displaying to anyone that doesn't have access. Thoughts?
Thanks in advance.
That said, if a user without access clicks on a forbidden link, they are just presented with an access denied page. But, I'd rather be able to programatically hide these links from displaying to anyone that doesn't have access. Thoughts?
Thanks in advance.