Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

When viewing users' home pages a "Profile" box sometimes appears and obliterates the content of the page you are trying to view. To Folow these instructions to get rid of it try clicking on the arrow (with a gray background) on the right of the box.If this doesn't work it maybe that you are using an old browser. Most confluence features should work wit recent versions of Firefox, Safari and Internet Explorer (7+) or Chrome:

  1. Go to your personal space.
  2. Access the Space Admin under the Browse menu. Then go to Layout > Page Layout (under Content Layouts) > Create custom
  3. Find the following line of code:
    Code Block
    
    <content tag="show-personal-sidebar">true</content>
    
  4. Edit the code, change 'true' to 'false' so that it will be like the following:
    Code Block
    
    <content tag="show-personal-sidebar">false</content>
    
  5. Save the layout

Return to your personal space. The profile box is gone.