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

Restrict navmaps and content by label to pagetree

Joerg Bencke
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.
March 13, 2012

Hi Folks,

has someone a (user?)macro for me to simulate a "content by label" or "navmaps", restricted to the current pagetree instead of the whole space ?

Regards, Josh

1 answer

1 accepted

1 vote
Answer accepted
MatthewC
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.
March 14, 2012

You could use the reporting macro.... i did some similar for showing recent updates under the current page, so it's not a lot different:

{report-block}
{local-reporter:page:descendents}
{content-filter:reference:value|label=MYLABEL}
{local-reporter}
{report-header} {report-header}
{report-body}
{report-info:content:title|link=true} 
{report-body}
{report-empty}No local content found{report-empty}
{report-block}

You could convert it into a user macro by using

{report-block}
{local-reporter:page:descendents}
{content-filter:reference:value|label=$paramLabel}
{local-reporter}
{report-header} {report-header}
{report-body}
{report-info:content:title|link=true} 
{report-body}
{report-empty}No local content found{report-empty}
{report-block}

and then call it something like:

{local-label-content:label=MYLABEL}

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events