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

"?decorator=printable" wont work

Simo Suurla September 3, 2015

Hi, I need include confluence content in external site without navbar and etc. But  "decorator=printable" wont work for me, is it removed? Using version 5.7.

2 answers

0 votes
Davin Studer
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
September 3, 2015

You could create a user macro to do this. Check out the example below. Simply add the user macro to any page that you want to be "frameable". Then add "?frameable=true" to the url or if there is already a querystring  then tack on "&frameable=true". If you want every page to be able to do this then add the user macro to the page decorator and you will be able to use this anywhere.

 

## Developed by: Davin Studer
## Date created: 04/02/2015
## @noparams
#if($req.getParameter('frameable') == "true")
<style>
#header, #footer, .ia-splitter .ia-splitter-left {display: none !important;}
#main {margin-left: 0 !important; border: 0 !important;}
body {background: #FFFFFF !important;}
</style>
#end
Simo Suurla September 4, 2015

Thank you, I will test this

0 votes
Tim
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
September 3, 2015

Did you try "decorator=popup" ?

Simo Suurla September 4, 2015

It seems the decorations are removed years ago.. https://jira.atlassian.com/browse/CONF-20865

Tim
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
September 4, 2015

Yeah, your right. I completely forgot, that I have patched the sitemesh.xml to make those decorators work again.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events