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:
How many words are in this question?:

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


Topic Summary

Posted by: Zacca
« on: February 26, 2010, 07:54:31 pm »

Option 3  ;)

I v write only "INFO".. i think is international  :)

i v add a separator near and now it's ok
Posted by: mgpw4me@yahoo.com
« on: February 26, 2010, 07:18:17 pm »

If you could type anything into a caption, the skin wouldn't be portable between languages.  PVD depends having a standard word list for it's translation process.  That said, you have 2 choices:

1) create a custom language file to rename the caption
2) make the skin non-standard and (more) likely to break in future releases of PVD

Option 1 (recommended)
http://www.videodb.info/forum_en/index.php?topic=763.0
- copy one of the language files
- rename it to custom.lng
- put updated custom.lng in the directory where PVD is installed

Option 2 (example assumes page background color of $FFEFCF)
                      <row>
                       <column>
                        <label>
                         <caption>Some custom text</caption>
                        </label>
                        <fieldlabel field="wish"><font><color>$FFEFCF</color></font></fieldlabel>
                       </column>
                      </row>
Posted by: Zacca
« on: February 25, 2010, 07:53:00 pm »

Why if i write e label/caption near a field the output is ok
but if i write only a label/caption the output is nothing....

<row>
<column>
<fieldlabel field="description">
<font>
 <size>9</size>
 <name>Georgia</name>
 </font>
 </fieldlabel>
<label>
 <caption>INFO</caption>
<font>
 <size>24</size>
 <bold/>
 <name>Arial</name>
 <color>$000000</color>
 </font>
 </label>
 </column>
 </row>
 
The output is "Description: INFO"



<row>
<column>
<label>
 <caption>INFO</caption>
<font>
 <size>24</size>
 <bold/>
 <name>Arial</name>
 <color>$000000</color>
 </font>
 </label>
 </column>
 </row>
 
The output is nothing


I have to write something like Info or Movie details if is possible  :)
anything