English > Support

[SOLVED] Position of "Duration" field

(1/3) > >>

Ally:
Hi Folks,

I am using PVD 0.9.9.21 with the PVD Classic Skin.  I like to keep everything simple and for this I wanted to make two changes in the appearance of the Movie Information screen:

(1)  I want to change the position of the "Duration:" field to appear just below the "Date Added:" field, instead of it appearing in a box beneath the "Description" field.

(2)  I want to remove the links to the Actors since I am not downloading any information on the Actors.

Could you please let me know if both of these are possible to do?

Many thanks in advance for your help.

nostra:
With PVD everything is possible :)


--- Quote ---(1)  I want to change the position of the "Duration:" field to appear just below the "Date Added:" field, instead of it appearing in a box beneath the "Description" field.
--- End quote ---

Just find the code for duration field and move it where you need it to be.


--- Quote ---(2)  I want to remove the links to the Actors since I am not downloading any information on the Actors.
--- End quote ---


--- Code: --- <linkdefs>
<underline_record>false</underline_record>
</linkdefs>

--- End code ---

Skin Engine Manual is available here: http://www.videodb.info/help/hlp_skins.html

Ally:
That's so cool, I really like that...Marvellous!!

My apologies, Nostra, but I have no idea where to find the code for duration field in order to move it  ???

Would you help, please? Or perhaps point me to where I can get the information?

Many thanks.

nostra:
You need to find this code:

--- Code: ---<row>
   <column width="120" halign="right">
        <fieldlabel field="length"/>      
   </column>
   <column>
    <length autosize="true"/>
<lengthlabel/>
   </column>
  </row>
--- End code ---

and put it after this code:

--- Code: --- <row>
   <column width="120" halign="right">
    <fieldlabel field="dateadded"/>
   </column>
   <column>
<dateadded/>
<spacer width="15"/>
   </column>
  </row>
--- End code ---

rick.ca:
You may find XML Editor easier to use than a text editor for editing skins. In its Tree view, you would just find the first branch and drag it so it's after the second.

Navigation

[0] Message Index

[#] Next page

Go to full version