Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Confluence page tree title

Peter May 20, 2013

Hi,

I would like to configure such a blue title like the documenation page of confluence himself. Fe: the title "Latest Confluence Documentation" in https://confluence.atlassian.com/display/DOC/Embedding+Multimedia+Content

How can i do it? Can't find the way how to tune this.

Thx

2 answers

1 accepted

2 votes
Answer accepted
David at David Simpson Apps
Atlassian Partner
May 21, 2013

Peter, that's a custom link but is easily replicated with the following user macro:

## Macro title: space-home-link
## Macro has a body: N
## Output: HTML
## @noparams

<p class="space-home">
  <a href="$req.contextPath/display/$space.key">
    $space.name
  </a>
</p>

<link  type="text/css" rel="stylesheet" href="https://dl.dropboxusercontent.com/u/658119/tmp/confluence-space-link.css" >

Now in the documentation theme configuration, add ...

{space-home-link}
{pagetree}

And uncheck the checkboxes like so:

You'll get this:

Exactly the same as the Atlassian documentation ;)

Peter May 21, 2013

Cool man! That did the trick

Peter May 21, 2013

Hi David,

Do you maybe also know how that I can have exactly the same page titles as the Atlassian documentation? :) They look also quite nice

Peter May 21, 2013

ah lol, so that's the reason from my question above here. Thx man!

Peter May 21, 2013

Hmm actually suddenly the titles changed too :) So i have also what i asked in the last question. Maybe some cache that wasn't updated immediately - i don't know.

David at David Simpson Apps
Atlassian Partner
May 21, 2013

I've updated the CSS file on Dropbox. Now you get this:

I'm too nice to you ;)

Btw: Copy the CSS file elsewhere - I may delete it yet!

David at David Simpson Apps
Atlassian Partner
May 21, 2013

Peter, perhaps you'd like to add the <link ...> into your Custom HTML | At the end of the HEAD rather than in the macro - to prevent the style switch on load before the CSS loads.

Peter May 21, 2013

Ok thx for the tip

1 vote
Bruna Griebeler
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
May 20, 2013

Hi Peter!

I believe you are talking about the Site Welcome Message.
You can change its layout changing the basic styling:

Here are some aditional information:
https://confluence.atlassian.com/display/DOC/Editing+the+Site+Welcome+Message
https://confluence.atlassian.com/display/DOC/Basic+Styling+Tutorial

Hope it helps!

Peter May 20, 2013

Hi Bruna,

Nono - I am not talking about the welcom message. I am talking about the title you see on the top of the pagetree when using confluence. The title you see here: http://www.sendspace.com/file/nv0z5i

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events