Monday 30 August 2004 8:49:29 am
Hi! I created a new datatype selection (name: rating) with three choices:
-Very good
-Good -Poor So now, I would like to show these names above in my template... I tried this code in my line view:
{$node.object.data_map.rating.content}
But this return only the word <b>"array"</b> in my result... <b>What I can do to show "Very Good" or "Good" or "Poor" separately in my result??</b> This code didn't work too :(
{$node.object.data_map.rating.0.content}
{$node.object.data_map.rating[1].content}
Thank's a lot! Leandro
|