English > Scripts and Templates

Template PVD Classic Tabs modification

(1/1)

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

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

--- End code ---

2.a) Link colors are controlled by the (missing) LINKDEF statement:

--- Code: ---  <labelfont><bold></bold></labelfont>
  <fieldfont><size>10</size></fieldfont>
  <linkdefs>
   <linkcolor_record>$ff0000</linkcolor_record>
   <linkcolor_visrecord>$00b000</linkcolor_visrecord>
  </linkdefs>
--- End code ---

2.b) Bolding doesn't seem to work, so use a bold font for the 'human' categories:

--- Code: ---            <human category="2"><font><name>arial bold</name></font></human>

--- End code ---

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.
   

woland68:
Thanks  mgpw4me, works perfectly  :)

sorry for the late response, but I was on vacation

mgpw4me:
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.

Navigation

[0] Message Index

Go to full version