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!

link|improve this question

2  
Any sharepoint question with the "easy way" variable always results in the same answer: no. – DA. Feb 16 '10 at 17:42
feedback

1 Answer

up vote 1 down vote accepted

Look into wrapping whatever renders the links (perhaps on the masterpage) with a SPSecurityTrimmedControl using SharePoint Designer:

http://msdn.microsoft.com/en-us/library/microsoft.sharepoint.webcontrols.spsecuritytrimmedcontrol.aspx

link|improve this answer
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 Feb 16 '10 at 21:38
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.