Hi,
I have two Templates A and B both using Scaffolding Plugin. In B I have a list-data with content options. In A I want a report over all pages using template B where the value of that scaffolding field is the current page.
Can someone help we?
Thanks in advance
Steve
Community moderators have prevented the ability to post new answers.
Ok, it's quite easy... after some hours of trying... :D
Let's assume, we have the following snippet (in good old wikimarkup)
{list-data:page}{content-options}{list-data}
All you have to do in your report on page A is to add a content filter like:
{content-filter:data:page > collection:first|scope=@self}
This only works, as long you are not able to select mutliple pages in your list ;)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.