Search the Confluence 4.1.x Documentation:

Index
Downloads (PDF, HTML & XML formats)
Other versions

This documentation relates to Confluence 4.1.x
If you are using an earlier version, please view the previous versions of the Confluence documentation and select the relevant version.
Skip to end of metadata
Go to start of metadata

Confluence Administrators can define default content for a space home page. This content will appear on the home page whenever someone adds a new space. You can define different content for global spaces and for personal spaces.

The default content will appear only for new spaces created after you have defined the content. Content in existing home pages will not be changed.

To define default content for home pages in global spaces:

  1. Go to the 'Administration Console' and click 'Default Space Content' under 'Configuration' in the left-hand panel.
  2. The 'Space Home Pages' tab will open on the 'Default Space Content' page. Enter the content which you want to appear on the home page for new global spaces. You can use special characters within the content as variables (place holders). Confluence will replace the curly brackets and digits with the corresponding information as shown below:
    • {0} — The space name.
  3. Click the 'Save' button.


To define default content for home pages in personal spaces:

  1. Go to the 'Administration Console' and click 'Default Space Content' under 'Configuration' in the left panel.
  2. The 'Space Home Pages' tab will open on the 'Default Space Content' page. Click the 'Personal Space Home Pages' tab.
  3. Enter the content which you want to appear on the home page for new personal spaces. You can use special characters within the content as variables (place holders). Confluence will replace the curly brackets and digits with the corresponding information as shown below:
    • {0} — The space owner's full name.
    • {1} — The space owner's e-mail address.
    • {2} — Any personal information the space owner has entered on their user profile in the 'Information about me' section.
  4. Click the 'Save' button.

You can also undo all customisations of the default home page content, and go back to the default content as originally supplied with Confluence.

To restore the original default content:

  1. Go to the 'Administration Console' and click 'Default Space Content' under 'Configuration' in the left panel.
  2. Select either the 'Space Home Pages' tab or the 'Personal Space Home Pages' tab, as required.
  3. Click the 'Revert' button.



Screenshot above: Defining default space content

Related Topics
Page: Customising Default Space Content
Page: Editing the Site Welcome Message
Page: Editing the Site Title
Page: Configuring the Destination of View Space Links
Page: Configuring the Site Home Page
Page: Configuring the Server Base URL
Page: Editing the Global Logo

  1. Feb 11, 2009

    Anonymous

    How do I set default content for other pages?

    1. Feb 16, 2009

      Hi there,

      As far as I am concerned, you can try adding a custom layout for normal Confluence pages. Browse to Administration Console and click Layouts under Look and Feel. Click Create custom next to Page Layout and look for this line of codes:

      <div class="wiki-content">
                 $body
              </div>
      

      Edit your content in between this line of codes where the $body has been define. Save the changes and try creating new page. Please note that this will affect all of the pages in the space.

      Refer here for more details on Customising Layouts

      Cheers,
      Komathi

  2. Jun 23, 2010

    Anonymous

    Why does a separate panel with my profile and recent updates appear to the right of all my pages in my personal space.

    1. Aug 17, 2010

      Hi,

      This feature was introduced in Confluence 3.0. Here's the link to release notes that explains about this feature:

      In case, you would like to disable it, please refer to this comment. You might need to remove the line:

      altogether if you do not want it.

      Hope this helps.

      Cheers
      JSashi

  3. Aug 08, 2010

    Is it possible to Change the name of the Default Space Home Page.

    I want all new home pages to be named "Welcome" instead of "Home".

    1. Aug 10, 2010

      Hello Dhyana, I am afraid that this is already set in the code base (com.atlassian.confluence.spaces.DefaultSpaceManager). If you would like to request for this feature, feel free to raise one at http://jira.atlassian.com/browse/CONF

      1. Aug 18, 2010

        Thanks very much for the reply.

        What about customising the content of the default Home page?

        1. Aug 19, 2010

          No worries. Check out Customising Default Space Content to do so, which is this page (smile)

  4. Oct 18, 2011

    Anonymous

    I want to modify the space content by adding a taskdock macro to list all the tasks for that space. It requires the space key for that space. Can i get it as confluence replaces {0} with the space name ... i tried using {1} but it was foolish :P

    1. Aug 25, 2011

      Anonymous

      +1 for this feature

  5. Mar 26, 2011

    Anonymous

    It would be nice to allow to specify the name of the default "Personal Space Home Page" - because each one being named as "Home" makes it look unintuitive on the Recently Updated feed on the dashboard.

  6. Sep 19, 2011

    Is it possible to change the default space permissions?

    We want the Anonymous checkbox checked as default. is that possible?

    Choose who can view and comment on content:

     
     
     

     

    Best regards,

    Alex

  7. Sep 19, 2011

    Is it possible to change the default space permissions?

    We want the Anonymous checkbox checked as default. is that possible?

    Choose who can view and comment on content:

     
     
     

     

    Best regards,

    Alex

  8. Oct 15, 2011

    Anonymous

    Customizing Default Space Content appears to require knowledge of the macros.  Unfortunately with 4.0 it looks like all the macros are handled WYSIWYG through the insert macros functions, which this page lacks.

     

    Going to the Confluence help, it looks like the macros have replaced with instructions on how to insert the wysiwyg components.

     

    I can add a list of attachments to a page, and it works great.  I'd like to add attachments list as default content, under the documents tree, for all pages.  I can't find the syntax for that though.  I'll start guessing, but some help would be appreciated.  Even better would be documentation on the raw syntax someplace.

  9. Oct 16, 2011

    The wiki markup syntax for all macros is still available in the Confluence 3.5 Documentation. For example, the Popular Labels Macro is documented here.

     

  10. Jan 30, 2012

    Anonymous

    Should new pages of a space preferably be child pages of another page, such as the home page?

    I have been creating all pages in the root of my space without a parent page, but find that the Page Tree and Page Tree Search macros need a root page to display the content.

     

  11. Feb 09, 2012

    I need access to the personal space owner's username, can we have a 

    {3} - username

    Thanks.