Hi there, I have a SharePoint Wiki that I'm permitting anonymous users read-only access to. However I'd like to make it so that the "Edit-History-Incoming Links" toolbar at the top vanishes if the user accesses the site so they don't get curious about that link, but a logged in editor is allowed access. Is there any easy way to permit this? Thanks!
+1
A:
Look into wrapping whatever renders the links (perhaps on the masterpage) with a SPSecurityTrimmedControl using SharePoint Designer:
zincorp
2010-02-16 18:55:04
To clarify a little, the best thing to do is to set visibility: hidden on the ms-wikieditouter stylesheet in the default.master page and wrap your securitytrimmedcontrol around that. Thanks!
tekiegreg
2010-02-16 21:38:10