The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hi guys,
I searched some articles in here, but no exact answer.
Is there a out of box way, how to implement "level up" / "go to parent" page button / link into the Confluence Server / DC without any external plugin?
Customer is 15k users, there is almost no possibility to purchase any plugin in schedule less then 2-3 years of planning :)
Thanks for hints.
T.
Like @Bill Bailey said, you'll need an user macro for that.
Here is it (h/t @Thomas Schlegel):
##
@noparams
#if
(!$content.getParent()) <b>No parent page found</b>
#else
#contentLink2($content.getParent()
false
false
)
#end
To use it globally or space-wide you could place the macro in the footer (Look and Feel → Sidebar, header and footer).
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.
@frithjof falck Please elaborate on what you actually want to achieve. Your requirement seems to be different from the one above.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This user macro shows the page name of the parent page as a clickable link. Would it be possible to make a user macro that has an <a> tag so that i can change the name of the link to for example "x"?
<a url="link to parent page">LINK NAME</a>
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.
My suggestion is to write a user macro to do what you want. You will need cooperation from your admins to install the macro. AND you will have to install the macro each time you want to use it.
You may also be able to do it for every page using javascript, but I will assume that your admin team would view that as needing 2 to 3 years of planning.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi everyone, We’re always looking at how to improve Confluence and customer feedback plays an important role in making sure we're investing in the areas that will bring the most value to the most c...
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.