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?
Community moderators have prevented the ability to post new answers.
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>
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.