Tagged Questions
The target-audience tag has no wiki summary.
9
votes
5answers
2k views
Viewing a MOSS 2007 page as another user would see it - without logging in as that user
In Moss 2007 you have the ability to set the target audience for each individual web part within a page. Is there a way to preview how the page will look to another user without logging in as that ...
1
vote
1answer
133 views
In SharePoint compiled audiences, how would you create a rule for members NOT in an AD group?
You can define Rules to determine what are members of an audience. There is a "Member Of" Operator, but no way to define "include all users that are NOT part of an AD Group, or Dist Group or SP ...
1
vote
2answers
115 views
Docbook publishing for different target audiences
I like to have one docbook xml document that has content for serveral target audiences. Is there a filter that enables me to filter out the stuff only needed for "advanced" users?
The level attribute ...
0
votes
1answer
84 views
how to retrieve target security group for a SharePoint list item?
I am developing a web part in C# which is reading the contents of a SharePoint list.
I can retrieve the values in all the fields I need, except the Target Audience field (which uses AD security ...
0
votes
2answers
174 views
How to parse Audiences from list item
I have a SPList which is audience aware and I need to parse it's audiences from a SPListItem.
string Audiences;
public Class1(SPListItem item)
{
this.Audiences = item[FieldId.AudienceTargeting] as ...
0
votes
0answers
346 views
SharePoint 2010: How to target content to contributors of ANY site in site collection?
I want to add a Relevant Documents web part to the My Sites home page to allow users to easily see what documents they still have checked out or unpublished. Obviously, I only want this web part to be ...
0
votes
0answers
390 views
get & remove Target Audience of a webpart
i want to know, how to get the target audience & remove some audience of a web part programatically ?
i know there are some by which we can Set target audience of a web part by code (sharepoint ...
0
votes
2answers
454 views
unable to Start Profile Synchronization in sharepoint 2010
i am unable to Start Profile Synchronization in sharepoint 2010 from central admin
due to which the Compile Audiences does not work
an error message pop up when i click on Start Profile ...
0
votes
1answer
257 views
target Audience in MOSS2007
Well done on the great postings!
I have a query:
How can I add a single name/user/person in the target audience field of MOSS2007?
Currenlty I am only allowed to add a MOSS group.
However, many ...
0
votes
1answer
626 views
different homepage to different group in sharepoint?
how can i show a different homepage to different audience (or group) in sharepoint moss?
0
votes
1answer
598 views
Anonymous target audience in sharepoint
The biggest problem I have faced so far in sharepoint, is to be able to make a certain webparts invisible or hide if the user is not logged in, basically to be able to make an audience for anonymous ...
0
votes
1answer
778 views
How do I set a default Target Audience on a calendar event in Sharepoint?
I’ve got some concerns with an approach I’m taking to centralize a calendar in MOSS. The scenario is that there is 1 calendar for the Enterprise and Events are filtered via audience targeting. It’s ...