If you register for free, you will be able to post threads, vote on polls and lots more. If you have problems with the registration or logging in, please contact the administrator.
I want to modify the visualization of a screen, showing the "Date of birth" of a player too, together with other information.
In particular I modified "team squad.xml" file modifying the view that shows the player unique IDs in a list (visible if 'show unique id' preference set), in this way: New Show Id
This is how I modified the .xml file:
<record id="unid">
<boolean id="hidden" value="true" />
<string id="name" value="Unique IDs" />
<record id="view">
<flags id="Pclb"/> <!-- person club -->
<flags id="pdob"/> <!-- birthdate -->
<flags id="Pnam"/> <!-- name -->
<flags id="Ppos"/> <!-- position -->
<flags id="duni"/> <!-- unique id -->
<flags id="Phei"/> <!-- height -->
<flags id="Pwei"/> <!-- weight -->
<flags id="Pnat"/> <!-- nationality -->
<flags id="Piap"/> <!-- International caps -->
<flags id="Pigl"/> <!-- International goals -->
</record>