Thanks for the reply. I just have a list of themes for a project i'm completing that I wish to display on the front end. Just to make it easier for EES+ users to select the value via the meta data.
I actually does list the values for me on the page - however I can't get it to display the values - just for the asset it's on.
Do you mean it is only displaying the metadata value for the current page, rather than the listed assets? If so, have you tried %list_current_asset_id% as your replacement root node?
I have a meta schema that i have applied to some project assets.
I have a text field, select and WYSWIG.
The have field names of
Project_Team
Project_Themes
Project_Detail
The Project_Themes is displayed in a select in the metadata - so users can select multiple themes.
I'm then using my paint layout and a asset listing trying to list the themes - however I get all the themes from all the projects - when I also want to display the themes of the current project. ( with each option selection together on one line)
I thought I would be able to asset list the values.
instead I get is like this
<h2> Project Themes</h2>
<ul> <li>theme1:theme2:theme3:</li>
<li>theme1:theme2:theme3:</li>
<li>theme1:theme2:theme3:</li>
</ul>
when I want just one listed - with all the options that the user selected via the metadata
What is each <li> meant to represent? A child standard page of a project page?
I'm then using my paint layout and a asset listing trying to list the themes - however I get all the themes from all the projects - when I also want to display the themes of the current project. ( with each option selection together on one line)
What exactly is a "theme"? Is it a child asset?
Or are you just wanting to display the metadata select values the user has selected on the current page in an UL list?
sorry just forget I ever mentioned the word theme - there theme is just ( what I have called the metadata field - it's the name I have given it specifically)
It was just easier for the user to identify it in the metadata as the content they are wanting to display is actually their project themes. I just wanted to classify them. so really it it just content. Sorry for the confusion!
but yes - long story sort
you are right I just wanted to display the metadata select values ( of the current page) simply in a UL list.
At the moment I get all the assets of the node defined - rather than the current page. The values display - but they display in just one list item - rather than defining each item on each list item.
It did pull up the correct details for one of the assets - however it still displayed all the values in one list item - and it also repeated the values
like so
<ul>
<li>Creative Industries; Communication; Design; Visual Art </li>
<li>Creative Industries; Communication; Design; Visual Art </li>
</ul>
There were no results for the other children defined in the same root node.
I have tried listing a standard-page and meta value, with parameters of the current asset.
I must admit I am not really over modifiers so I am really a newbie there - but that worked a treat with displaying each item ( theme) in it's own list item.
I worked out where it is repeating the results. If the asset accessed has children there will be results and it repeats it for the children ( so in my case 2 children - two results. If the others have no children - then there is no results at all.
Buts thats still getting closer - and I am heaps further than what I was with your help. and I have learnt something.
slapping myself with a fish - officially! with your help Bart and the keyword modifier it clicked I was trying to complicate it with an asset listing still nested into the paint layout.