Saturday, August 20, 2011

Sharepoint 2010: View/Update Profile Status on Any Page


If you want to allow your users to view/update their personal Status on any page in SharePoint 2010 follow these simple steps.


 1.) As with my previous post you need to add the following to the top of your custom master page right before the doctype:
<%@ Register Tagprefix="SPSWC" Namespace="Microsoft.SharePoint.Portal.WebControls" Assembly="Microsoft.SharePoint.Portal, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %>

2.) In your custom master page search for “s4-trc-container-menu” and add in the following before the “Welcome” control:

**Note that if you do not have the control specified your users will not be able to update their status…

3.) Add the CSS from this file: Download HERE.https://skydrive.live.com/?cid=ed1a37150dabcd2d&sc=documents&id=ED1A37150DABCD2D%21782  Into your own custom CSS file.

Your Result should look something like this:


So when I said anywhere, Its only where this custom master page is used… The other thing to note is that it adds significant amount of space to the ribbon area… So if you are cool with that then I hope this works for ya!





SPONSORS:

No comments:

Post a Comment