- January 2, 2006
- 1,484
- 114
- Thread starter
- #321
Hi,
I would like to repalace Year and Genre with Director and Duration in the main screen of my film, how would I do that?
I looked at Mesfilms.xml, try to change year and genre but they didn;t work that way. Could any of you help me, I appreciate
Code:<control> <description>Year Label</description> <type>label</type> <id>1</id> <posX>960</posX> <posY>535</posY> <textcolor>ffa8cc3d</textcolor> <font>font13</font> <label>201</label> <visible>!control.isvisible(34)</visible> </control> <control> <description>Year value</description> <type>label</type> <id>1022</id> <posX>1060</posX> <posY>535</posY> <width>300</width> <font>font13</font> <label>#year</label> <visible>!control.isvisible(34)</visible> </control> <control> <description>Year Label</description> <type>label</type> <id>1</id> <posX>960</posX> <posY>565</posY> <textcolor>ffa8cc3d</textcolor> <font>font13</font> <label>174</label> <visible>!control.isvisible(34)</visible> </control> <control> <description>Genre value</description> <type>fadelabel</type> <id>1024</id> <posX>1060</posX> <posY>565</posY> <width>300</width> <font>font13</font> <label>#genre</label> <visible>!control.isvisible(34)</visible> </control>
Wait the future version 4.8.0 to do that. Whit that version all fields are loaded and can ve used in skin files (names are the same as the db).
Spain