E
Electrified Research
So I've been playing with WebParts. Very cool stuff. The
personalization scope has "Shared" and "User". "Shared" allows for an
admin to customize a page and how other users see that page. "User"
allows for that user to customize a page how they specifically want.
What I want to do is a fusion of the the two.
The personaliztion settings appear to be based on the request path.
For example.
/Default.aspx and /MyPage.aspx can have different WebParts layouts and
settings.
How can I make it so that a user can customize their own page...
/MyPage.aspx?user=currentusername
.... but when other users view that same URL, they see the
personalization settings for the user specified in the query string.
Any help on this would be great.
personalization scope has "Shared" and "User". "Shared" allows for an
admin to customize a page and how other users see that page. "User"
allows for that user to customize a page how they specifically want.
What I want to do is a fusion of the the two.
The personaliztion settings appear to be based on the request path.
For example.
/Default.aspx and /MyPage.aspx can have different WebParts layouts and
settings.
How can I make it so that a user can customize their own page...
/MyPage.aspx?user=currentusername
.... but when other users view that same URL, they see the
personalization settings for the user specified in the query string.
Any help on this would be great.