The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

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

Page include macro

ashan
Contributor
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

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
David at David Simpson Apps
Atlassian Partner
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
Contributor
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.

TAGS
AUG Leaders

Atlassian Community Events