Personalized web parts summary links
I would need to have a personalized summary links web part in a given page. So when a user logs into the site, he should see his own links as opposed to sys开发者_JS百科tem wide links inside the links web part.
Is it possible to have a personalized summary links web part? How would that work?
Thanks in advance.
W
Here's what you can do:
- Add a User column to a standard links list.
- Create a new view that shows only links of current user (use [Me] marker as column value in filter).
- Modify the Web Part to use the new view.
精彩评论