Skip to main content

Posts

Showing posts with the label MOSS

Enable "Personalize this Page" in MOSS 2007

Problem: If you build a Report Center site in MOSS 2007, you'll notice that "Personalize this Page" option is missing from the Welcome <User Name> drop drop down on the top right of the page. This option is visible on most of the other pages in the team site.  Solution: Open the dashboard page you want to enable this option in notepad. For each web part zone in the dashboard page, update AllowPersonalization=”True” . It is set to False by default. If you want to only allow personalization of certain zones, then only change these for those zones.