Author Topic: Bug in the custom rating  (Read 6817 times)

0 Members and 1 Guest are viewing this topic.

Offline Zacca

  • User
  • ***
  • Posts: 117
    • View Profile
Bug in the custom rating
« on: March 27, 2010, 03:36:33 pm »
I v put the mymovies.it rating in a custom rating but the old name(mymovies rating) is not deleted


[attachment deleted by admin]

Offline Zacca

  • User
  • ***
  • Posts: 117
    • View Profile
Re: Bug in the custom rating
« Reply #1 on: March 27, 2010, 03:56:38 pm »
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.

Offline nostra

  • Administrator
  • *****
  • Posts: 2852
    • View Profile
    • Personal Video Database
Re: Bug in the custom rating
« Reply #2 on: March 28, 2010, 01:15:56 am »
I can't reproduce the problem here. Can you post the code of the skin?
Gentlemen, you can’t fight in here! This is the War Room!

Offline Zacca

  • User
  • ***
  • Posts: 117
    • View Profile
Re: Bug in the custom rating
« Reply #3 on: March 28, 2010, 07:47:39 am »
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: [Select]
<!--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  :(

Offline nostra

  • Administrator
  • *****
  • Posts: 2852
    • View Profile
    • Personal Video Database
Re: Bug in the custom rating
« Reply #4 on: March 28, 2010, 02:10:11 pm »
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.
Gentlemen, you can’t fight in here! This is the War Room!

Offline Zacca

  • User
  • ***
  • Posts: 117
    • View Profile
Re: Bug in the custom rating
« Reply #5 on: March 28, 2010, 06:03:33 pm »
Ahh ok now i know is normally  ;)
I had already changed the skin  ;D
But i think if you add more control for the custonsection in the skin is better

Offline nostra

  • Administrator
  • *****
  • Posts: 2852
    • View Profile
    • Personal Video Database
Re: Bug in the custom rating
« Reply #6 on: March 28, 2010, 07:43:48 pm »
Quote
But i think if you add more control for the custonsection in the skin is better

like what?
Gentlemen, you can’t fight in here! This is the War Room!

Offline Zacca

  • User
  • ***
  • Posts: 117
    • View Profile
Re: Bug in the custom rating
« Reply #7 on: March 29, 2010, 11:26:29 am »
like..
split customsection to customsectionname and customsectionvalue to split in 2 different column.
and a command that i have already write in another post to make only 1 value for line in a column....
nameforcolumn=1 it write only 1 custom for line
like....
Id IMDB: tt000000
Top 100:27

not
Id IMDB: tt000000                 Top 100:27 (random position)