English > Support

Bug in the custom rating

(1/2) > >>

Zacca:
I v put the mymovies.it rating in a custom rating but the old name(mymovies rating) is not deleted


[attachment deleted by admin]

Zacca:
Uhmmm in this skin i v a custom field for mymovies rating and it show me the custom meter but the old mymovies rating don't show the rating meter.
If i delete in the skin the custom field it show me the rating meter again.

nostra:
I can't reproduce the problem here. Can you post the code of the skin?

Zacca:
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

--- Code: ---<!--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>


--- End code ---

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  :(

nostra:
It is meant to behave like this. If you position custom fields manually you must do this for all custom fields. You choose between all fields in a custom section ot all fields positioned manually.

Navigation

[0] Message Index

[#] Next page

Go to full version