Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Page include macro

ashan July 1, 2013

Dear forum,

I use the page include macro to pull content from space A to B. Content comes up fine but the links (all relative links) still point to space A. I want the relative links to point to the current space, which is B.

Do you guys know any macros to do what I'm describing please?

1 answer

0 votes
David at David Simpson Apps
Marketplace Partner
Marketplace Partners provide apps and integrations available on the Atlassian Marketplace that extend the power of Atlassian products.
July 1, 2013

Perhaps you should build a simple user macro to do this job.

For example this user macro will link to a couple of pages in the current space:

## Macro title: Some kind of formatting macro
## Macro has a body: N
## Body processing: n/a
## Output: HTML
##
## Developed by: David Simpson, AppFusions
## Date created: 2013-07-02
## Installed by: My Name

## @noparams 

#set($spaceKey = $content.getSpace().key) 
<ul>
  <li><a href="/display/$spaceKey/Some+Page">Some page</a></li>
  <li><a href="/display/$spaceKey/Some+other+Page">Some other page</a></li>
</ul>

ashan July 1, 2013

Thanks David. Unfortunately, I am not good with code. Do you have a sample code to do the work please? I need to be able to get content from a different space so that the relative links point to the new space rather than the original one.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events