Forums

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

How to add announcement banner in confluence pages

khushboo_puri
Contributor
May 31, 2023

How to add announcement banner in confluence pages

2 answers

0 votes
khushboo_puri
Contributor
June 4, 2023

How to restrict banner to some specific page tree pages in confluence?

0 votes
Kian Stack Mumo Systems
Community Champion
May 31, 2023

@khushboo_puri

 

You can follow this guide to set an announcement banner in Confluence server/Data Center.

 

Thanks,

Kian

Matthew_Christiansen_Adaptavist
Atlassian Partner
June 1, 2023

Very helpful, cheers

khushboo_puri
Contributor
June 7, 2023

@Kian Stack Mumo Systems @How to restrict banner to some specific pages in space

Kian Stack Mumo Systems
Community Champion
June 8, 2023

@khushboo_puri

Try something like this:

<div style="">
<p style="display: none;" id="demo">YOUR ANNOUNCEMENT</p>
</div>

<script>
if(document.querySelector('meta[name="ajs-space-name"]').content == "YOUR SPACE NAME"){
document.getElementById("demo").style = "display: block;";
}


</script>

 
Please note that you will need to update space name to match your space name. If you want multiple spaces to show the banner you can update the if to include multiple space names.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events