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: mgpw4me
« on: September 10, 2015, 04:59:51 am »

I'm not familiar with your type of vacation.  I take time off to work on my collection.  It's just weird to me.  ;D

BTW, you're welcome.  I'm glad it's working for you.
Posted by: woland68
« on: September 07, 2015, 10:02:17 pm »

Thanks  mgpw4me, works perfectly  :)

sorry for the late response, but I was on vacation
Posted by: mgpw4me
« on: August 03, 2015, 07:44:05 pm »

1) Poster is auto-sized based on the width the column it is in.  Modification from 40% to 30% (change to whatever you want):

Code: [Select]
<column valign="top" halign="center" width="30%">
<section>
  <border shape="none"/>
  <row>
   <column>
    <poster autosize="true"/>
   </column>
  </row>
  <row>
   <column imgctrlcol="true">
    <prevposterbtn/>
<postercountlabel halign="center" width="50"/>
<nextposterbtn/>
<addposterbtn/>
   </column>
  </row>
</section>
</column>

2.a) Link colors are controlled by the (missing) LINKDEF statement:
Code: [Select]
  <labelfont><bold></bold></labelfont>
  <fieldfont><size>10</size></fieldfont>
  <linkdefs>
   <linkcolor_record>$ff0000</linkcolor_record>
   <linkcolor_visrecord>$00b000</linkcolor_visrecord>
  </linkdefs>

2.b) Bolding doesn't seem to work, so use a bold font for the 'human' categories:
Code: [Select]
            <human category="2"><font><name>arial bold</name></font></human>

Skin attached, change as you wish.  Be sure to put the skin into the skins->movie directory.  You'll need to restart PVD (if it's running) so it can pick up the new skin.
   
Posted by: woland68
« on: August 03, 2015, 11:47:34 am »

questions

1) how to reduce the cover in the theme "Classic PVD tab" (being the most complete), because it is too big  ???
I think we need to change something in the 'xml
"pvd_classic_movie_tabs.xml"
but what?

2) Actors in (Movie) links the actors in the database are red, and those not present are blue
I would like to see so
Actors in database (green, bold)
Actors not in the database (red, bold)

Thanks for your help
anything