=============================================================================== ADVIS PAGE HEADER WEB PART Version 1.2.0.0A, 26.07.2005 =============================================================================== (c) 2005 ADVIS AG, Switzerland, http://www.advis.ch =============================================================================== Comments and feedback are always welcome. Please use our forums at http://sharepoint.advis.ch or - in case you don't want to post your message publicly - email us to webparts@advis.ch. =============================================================================== IMPORTANT =============================================================================== || BY INSTALLING AND USING THE SOFTWARE, YOU ARE CONFIRMING YOUR ACCEPTANCE || || OF THE SOFTWARE AND AGREEING TO THE TERMS OF THE FOLLOWING LICENSE || || AGREEMENT. IF YOU DO NOT AGREE TO THE TERMS OF THIS LICENSE AGREEMENT, || || THEN DO NOT INSTALL THE SOFTWARE. || =============================================================================== LICENSE AGREEMENT =============================================================================== THIS SOFTWARE (PAGE HEADER WEB PART) CAN BE FREELY COPIED AND USED ON AS MANY SITES AND SERVERS AS YOU WANT. THE SOFTWARE (PAGE HEADER WEB PART) IS PROVIDED 'AS-IS', WITHOUT ANY EXPRESS OR IMPLIED WARRANTY. IN NO EVENT WILL THE AUTHORS (ADVIS AG) BE HELD LIABLE FOR ANY DAMAGES ARISING FROM THE USE OF THIS SOFTWARE. THE GRANTED PERMISSION IS SUBJECT TO THE FOLLOWING RESTRICTIONS: 1. THE ORIGIN OF THIS SOFTWARE MUST NOT BE MISREPRESENTED; YOU MUST NOT CLAIM THAT YOU WROTE THE ORIGINAL SOFTWARE. 2. THE SOFTWARE MAY NOT BE ALTERED IN ANY FORM. 3. THE SOFTWARE MAY NOT BE DISSASSEMBLED, INHERITED, DECOMPILED, OR OTHERWISE BROKEN DOWN TO DETERMINE SOURCE CODE ORIGIN AND ALTER SOURCE CODE LOGIC. OVERVIEW =============================================================================== ADVIS Page Header is a customizable replacement of the standard SharePoint Portal page header, including a logon button for anonymous users. It allows you to show only those page header elements you want: - Show/hide an image on the left side, linked to the portal home. - Show/hide the "My Site" link with either a custom title (i.e. "My Homepage") or the logged in user name as title - Show/hide the "Site Settings". In any case, the Site Settings link is only shown for users who are member of the "Administrator" Site Group. - Show/hide the Help link. - Show/hide a Logon Button for anonymous users. WHAT's NEW =============================================================================== V1.2.0.0A - Improved the way how PageHeader checks the current user for Admin role V1.2.0.0 - New property: LogonText - Major code rework / optimization - Minor bug fixes - Reworked this readme file V1.1.0.0 - internal bug fix release V1.0.0.0 Initial Release INSTALLATION =============================================================================== 1) Copy PageHeader.cab to a local directory on your SharePoint server. 2) Run stsadm.exe to register the web part the way you like. e.g. STSADM.exe -o addwppack -filename PageHeader.cab -force -globalinstall 3) Restart IIS (e.g. by running iisreset.exe) USAGE / WEB PART PROPERTIES =============================================================================== Place the PageHeader web part on a page. Usually, you replace the default SharePoint Portal Server page header web part using FrontPage 2003. Set the following web part properties according to your preferences: ShowPortalPicture Show / hide the portal picture Values: Default: true PortalPicture Url of image to be used as portal picture Values: Default: "/_layouts/images/sitelogo.gif" ShowMySite MySite link to be shown Values: DontShow: hide the MySite link ShowMySite: Show "MySite" ShowUsername: Show the current logged on username as MySite link ShowCustom: Show text from CustomMySiteText Default: ShowMySite CustomMySiteText Text to be shown for the MySite link if ShowMySite is ShowCustom Values: Default: "My Site" ShowSiteSettings Show / hide the Site Settings link Values: Default: true ShowHelp Show / hide the Help link Values: Default: true ShowLogin Show / hide a logon button for anonymous users Values: Default: true LogonText Text to show for the logon link Values: Default: "Log on"