Another problem..
If i add the mymovies rating custom field out of the custom section the skin don't show the other custom field in the customsection
This is the mod of my zwhite skin
<!--V Rating Box
-->
<column width="60%">
<section>
<border shape="none"/>
<row>
<column space="10" width="400" halign="right">
<label>
<caption>MyMovies:</caption>
<font>
<color>$000000</color>
<bold/>
</font>
</label>
<custom field="MyMovies"/>
</column>
</row>
<row>
<column/>
<column space="10" width="400" halign="right">
<fieldlabel field="imdbrating">
<font>
<color>$000000</color>
<bold/>
</font>
</fieldlabel>
<imdbrating/>
</column>
</row>
<row>
<column width="400" halign="right" space="10">
<fieldlabel field="rating">
<font>
<color>$000000</color>
<bold/>
</font>
</fieldlabel>
<rating/>
</column>
<column/>
</row>
<row>
<column width="400" halign="right" space="10">
<orname>
<font>
<size>10</size>
<name>Arial</name>
<color>$000000</color>
<bold/>
</font>
</orname>
</column>
<orating/>
<column/>
</row>
</section>
</column>
.
.
.
<row>
<column>
<customsection>
<border shape="none"/>
</customsection>
</column>
</row>
whit this code the skin don't show the other custom in the customsection
If ther'is something wrong in the skin i don't find it