The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
1answer
453 views

SocialCommentWebPart: Where can we see the comments?

I'm working with a colleague who wants to add both SocialCommentWebPart and AverageRatingFieldControl to a page template, so that our customers can rate and leave comments on certain pages of our ...
3
votes
2answers
751 views

Number of comments with SocialCommentManager.GetComments

In my custom webpart, I want to show the number of comments. I try to get this throug SocialCommentManager.GetComments and then return comments.Count. The problem is: I get only comments for the ...
1
vote
3answers
223 views

Note Board Web Part stopped accepting new messages

Anyone else having issues with Note Board Web Part not accepting new posts after April 2013 CU? On existing pages with Note Board Web Part, posting new message gets stuck to "Waiting...". When ...
1
vote
1answer
95 views

Social Notes from other users disappearing on some page loads

For random page loads social notes from other people dissapears. The persons own notes are shown. In some cases this happens every two pageloads, when doing testing by constant refreshes of the page. ...
1
vote
0answers
39 views

Only Farm Administrators can see Social Notes on a news page

I know this has been asked before, but I haven't found any satisfactory answers. I have a publishing site that has had the Social Comments user control added but users can only see their own comments ...
1
vote
0answers
92 views

Sort pages by comments (note board items) count

I'm using Note Board (SharePointPortalControls:SocialCommentControl) for comments implementation in my custom page layout which is assignet to each page in Pages library. How can I sort these pages by ...
1
vote
1answer
133 views

How does Tags & Notes work? Why Notes are not visible on the specific Library?

Myself and my colleagues are granted with contributor access on the Site. A colleague published a document into the library and another one has commented on it using the Notes part of the Tags & ...
0
votes
1answer
148 views

SharePoint 2010 social tags and notes - search dependency? [duplicate]

Possible Duplicate: How does Tags & Notes work? Why Notes are not visible on the specific Library? How does the social tags and notes work? and how does it related to search? Any ...
0
votes
1answer
267 views

How to get all Note Board notes?

I have written code like this SPServiceContext context = SPServiceContext.GetContext(site); Uri uri = new Uri("http://localhost:1000/"); var socialCommentManager = new SocialCommentManager(context); ...