The audience-targeting tag has no wiki summary.
1
vote
2answers
130 views
Displaying some WebPart controls only to some user/groups
I need to hide some elements of a webpart and only show them to some specific grups of users. How can I do this ? I think it could be done with an If or Switch block, using the name of the grup of ...
2
votes
2answers
88 views
Can we avoid clunky hiding of WebParts?
It's a real drag and performance killer to have to load all the WebParts on a page and then laboriously hide and reveal all the ones relevant to user groups / permission levels. Especially when on the ...
2
votes
1answer
1k views
Navigation Audience - no exact match was found
Brand new SP 2010 install patched up to August 2011 CU. When we edit the navigation tab menu entries, We can't set an audience. If I search for Owners we get no exact match was found. If I use the ...
2
votes
2answers
529 views
No Audience Targeting Option
I wrote a web part that pretty much just grabs info from an announcements list on one site, and redisplays it on another. Everything pretty much works fine except when I edit the web part, in the ...
1
vote
3answers
4k views
“Target Audiences” property not visible in web part tool pane
Environment: SharePoint 2010 CU: December
In SharePoint page --> web parts the “Target Audiences” property not visible in web part tool pane.
I tried IISRESET, restart of the machine as well as ...
0
votes
1answer
786 views
User profile Audience Using Power shell
#Add SharePoint PowerShell SnapIn if not already added
if ((Get-PSSnapin "Microsoft.SharePoint.PowerShell" -ErrorAction SilentlyContinue) -eq $null) {
Add-PSSnapin ...