ADVIS Get User Web Part Version 1.1.0.0, 13.10.2005 ------------------------------------------------------------------------- (c) 2005 ADVIS AG, Switzerland, www.advis.ch ------------------------------------------------------------------------- Comments and feedback are welcome: webparts@advis.ch WHAT'S NEW ---------- V1.1 The user name / logon name is now linked to userdisp.aspx instead of mysite. OVERVIEW -------- The ADVIS Get User Web Part returns the user name (display name or login name) of the currently logged on user. The output can be formatted and linked to the users "My Site" if desired. If no user is logged on, "Anonymous" is displayed. INSTALLATION ------------ 1) Place GetUser.cab somewhere on your SharePoint server 2) Run stsadm.exe to register the web part the way you like. i.e. STSADM.exe -o addwppack -filename C:\GetUser.CAB -force -globalinstall 3) iisreset USAGE ----- Place the GetUser web part on the page you want. Set the following web part properties according to your preferences: NameType User information to be shown: display name or login name Values: [LoginName|DisplayName] Default: DisplayName MySite Should the user information be linked to the users "My Site"? Values: Default: true StyleTag HTML tags to wrap up the user information Values: Default: SPAN Class CSS style class to use in the StyleTag Values: Default: ms-wpbody