Author Topic: Template PVD Classic Tabs modification  (Read 5231 times)

0 Members and 1 Guest are viewing this topic.

Offline woland68

  • User
  • ***
  • Posts: 31
    • View Profile
Template PVD Classic Tabs modification
« 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
« Last Edit: August 03, 2015, 11:49:09 am by woland68 »

mgpw4me

  • Guest
Re: Template PVD Classic Tabs modification
« Reply #1 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.
   
« Last Edit: August 03, 2015, 07:58:00 pm by mgpw4me »

Offline woland68

  • User
  • ***
  • Posts: 31
    • View Profile
Re: Template PVD Classic Tabs modification
« Reply #2 on: September 07, 2015, 10:02:17 pm »
Thanks  mgpw4me, works perfectly  :)

sorry for the late response, but I was on vacation

mgpw4me

  • Guest
Re: Template PVD Classic Tabs modification
« Reply #3 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.

 

anything