Is there any way to remove the text below the noteboard webpart when there is no comments?
"There are no notes posted yet. You can use notes to comment on a page, document, or external site. When you create notes they will appear here and for easy retrieval. Other people can also view the notes you post.
Right click or drag and drop this link to your browser's favorites or bookmarks toolbar to use notes to comment on external sites. Click here for more information about this and other social networking features in Microsoft SharePoint Server 2010."
I tried the to remove using jquery with no sucess.
$('span.socialcomment-username > a').prop('onclick', '').unbind('click');
$('.socialcomment-username a').attr('onclick', '').unbind('click');