Adding a macro to all pages in a space

AccountName:AIB September 12, 2017

Is there a way to add a macro to all pages of a space?

I have a user macro that creates some specific actionable icons. I want to include this macro on every page within a space.

How can this be done?

2 answers

1 accepted

4 votes
Answer accepted
AccountName:AIB September 15, 2017

and....found it

Prereq:

The space should have the Gloabl Look and Feel theme enabled or the process wouldn't work. 

Process:

  1.  Space tools > Look and Feel
  2.  Themes > Change to Global Look and Feel
  3.  Layout > Page Layout > Edit or Create Custom
  4. Find the code: (towards the top)
    • #if ($mode == "view")
      <content tag="page-metadata-banner">
      #skiplink("page-banner", $i18n.getText("assistive.skiplink.to.banner.start"), $i18n.getText("assistive.skiplink.to.banner.end"))
      #webPanelForLocation("atl.page.metadata.banner", {"action": $action})
      $helper.renderConfluenceMacro("{MacroNameNoSpace}")
      #end
      </content>
      #end
  5.  Save
  6.  Refresh space and voila!

Hope this helps anyone else looking for a similar solution. You are welcome! :)

1 vote
Shannon S
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
September 13, 2017

Hi there,

You can add the macro either in the Header/Footer of a space, such as under Space Tools > Look and Feel, or you can click Layout and create a special page layout.

There is more information on how to do this on this past Community post.

Let us know if you have any questions about this.

Kind Regards,
Shannon

AccountName:AIB September 15, 2017

Hi,

The past community post does talk about the same issue/question I have but doesn't necessarily provide the best example on where the $helper.renderConfluenceMacro("{testmacro}") should go within the multitude of page decorators found within Page Layout for the space. Also, not certain if it needs to be enclosed within other tags e.g. <content></content> etc.

I would very highly appreciate If you/your team could provide some more guided help on this. 

Like # people like this

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events