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
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}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.