Userimage in Sharepoint Blog comment

☆樱花仙子☆ 提交于 2019-12-08 07:02:56

问题


I´m searching for a way to display the userimage next to the name of a Blog-comment in sharepoint 07. First idea was to add a Image column to the comment list and use a add event to fill it, but this would not catch a change of the userimage and I still have no control over the rendering.

Thanks for any suggestion

ren


回答1:


To make a long Story short , there seems to be no simple Solution to achieve this. The Listview for the comments can not be bend to show userimages. Finally I had to create a own webpart to show the Post and the corresponding comments, but be warned. You have to search all comments associated with the Post and get the Userprofile for each user that left a comment. Even I get Linq to work with MOSS07 the performance for large Blogs might suffer



来源:https://stackoverflow.com/questions/1769612/userimage-in-sharepoint-blog-comment

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!