Post reply

Warning: this topic has not been posted in for at least 120 days.
Unless you're sure you want to reply, please consider starting a new topic.

Note: this post will not display until it's been approved by a moderator.

Name:
Email:
Subject:
Message icon:

Attach:
(Clear Attachment)
(more attachments)
Allowed file types: gif, jpg, png, txt, tpl, lng, ini, pvd, psf, ini, cfg, csv, zip, xml, pas, 7z
Restrictions: 4 per post, maximum total size 1024KB, maximum individual size 1024KB
Note that any files attached will not be displayed until approved by a moderator.
Verification:
Type the letters shown in the picture
Listen to the letters / Request another image

Type the letters shown in the picture:
What is the best video database software?:

shortcuts: hit alt+s to submit/post or alt+p to preview


Topic Summary

Posted by: Zacca
« 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)
Posted by: nostra
« 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?
Posted by: Zacca
« 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
Posted by: nostra
« 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.
Posted by: Zacca
« 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  :(
Posted by: nostra
« on: March 28, 2010, 01:15:56 am »

I can't reproduce the problem here. Can you post the code of the skin?
Posted by: Zacca
« 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.
Posted by: Zacca
« 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]