Confluence OnDemand - Is there a way to hide the authors name

kp June 5, 2014

Is there a simple way to hide the authors name for all pages ina OnDemand Confluence instance?

Thanks,

kp

5 answers

1 accepted

0 votes
Answer accepted
Mehmet Kazgan
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.
June 6, 2014
That is the same thing that I sent the link for. Using the css macro, not configuration files.
kp June 6, 2014

ok, sorry for that. New to Confluence so still searching and finding out how to do things.

2 votes
Michael Faux
Contributor
August 1, 2017

Updated solution:

 Matt's solution worked for me until a recent Confluence Cloud update; some page titles were getting partially hidden.

chopped-title.png

A new solution (provided by a colleague):

As before,  go to Space tools > Look and Feel > Sidedbar, header and footer tab. Add the following code to the spaces WIKI Markup header field:

{style}.ByLine_root_1io {margin: 0;}.ByLine_avatarWrapper_1Wi {display: none;}.ByLine_root_1io .ByLine_textContainer_juD {display: none;}{style}

 

Patrick Murphy
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
August 18, 2017

This worked for me - thanks! 

Michael Faux
Contributor
September 27, 2017

As of 2017-09-27, you will now get a warning in your header/footer if you use CSS there:

 

header.png

Guillaume Charland-Arcand
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
September 27, 2017

Is there a work around this issue ? 

Gregory Sheygam
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
October 11, 2017

joxi_screenshot_1507752701616.pngi getting same problem ((

How i can hide author in confluence ondemand?

Matt Clayton
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
January 21, 2018

Any news on this Atlassian Support ?

Nic Brough -Adaptavist-
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.
January 21, 2018

We're not support, we're a community of end users.

My understanding is that Atlassian are not going to change this back, the architecture is not able to support it (in favour of supporting other stuff they do want to do)

Matt Clayton
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
January 28, 2018

Oh my bad. But thats a shame, it's really annoying and not always necessary...

1 vote
Matt Peterson
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
June 7, 2016

To remove the meta data from a Confluence ondemand space one method is to use WIKI markup in the header of the space.  Note:  You will need to be a space admin to make this update

Navigation:  Space tools --> Look and Feel --> Sidedbar, header and footer tab

 

Add the following code to the spaces WIKI Markup header field:

{style} .page-metadata {display: none;} {style}

 

Michael Faux
Contributor
October 24, 2016

Thanks for the solution Matt. It worked as of last week; unfortunately, today (October 24, 2016) it looks like this solution is no longer valid (my spaces have the meta data under the page titles again).

 

0 votes
kp June 6, 2014

Hi,

I did find this from Confluence's support pages and this worked. Included in a template in a CSS Stylesheet macro, the page doesn't show the user and created/updated info.

.page-metadata
{
display:none !important;
}
Sam
Contributor
October 23, 2019

It's for Confluence Server 

0 votes
Mehmet Kazgan
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.
June 5, 2014
kp June 6, 2014

Hi,

I'm using Confluence OnDemand version and dont have access to any configuration files.

The aimed use for Confluence is public documentation and there is no need to show when a page has been created or modified and by whom. If a removal of this info is not possible just being able to hide it is a start.

Thanks.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events