The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
2answers
186 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 ...
0
votes
1answer
266 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); ...
1
vote
0answers
34 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
91 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 ...