Jump to content

Transfer Status always shows None


reece1973

Recommended Posts

  • 2 months later...

Anybody know this?

On the squad page if i click on views,overview and then down to Transfer Status theres no information on whos transfer listed.

But if i click views,overview and then Loan Status it tells me whos listed for loan

So its very difficult to look at the squad list and see whos transfer listed.

Link to post
Share on other sites

The Transfer Status Column has been disabled for some reason.

To get it back you need to edit the person properties.xml file located in the sections folder for the skin you are using. (If you don't have one you'll need to extract it from the sections.fmf file located in the data folder of where you installed FM2010).

If you open the file locate this load of code (search for Transfer Status or go to line 694)

<!--

<record>

<flags id="id" value="Pctr" />

<flags id="width" value="130" />

<string id="name" value="Transfer Status" />

<boolean id="exclude_from_customisation" value="false" />

<string id="category" value="Contract" />

<boolean id="sort_ascending" value="false" />

<record id="column_properties">

<flags id="alignment" value="left,centre_y" />

</record>

<record id="column_heading">

<flags id="alignment" value="left,centre_y" />

<string id="text" value="Transfer Status" />

</record>

</record>

-->

To re-enable the code you need to delete the <!-- and --> bits.

After you have deleted them save the file, refresh your skin and the Transfer Status Column should appear letting you know who is transfer listed.

I've no idea if it was disabled by accident or for a reason, so you might just want to make sure it doesn't break anything else.

Link to post
Share on other sites

It didnt work.

Ive actually been using one of your skins but couldnt find the file there so went into the data folder and found it there.deleted what you said but no luck.

As you see here the loan status is ok

Untitled-5.jpg

But here and the transfer status is blank

Untitled1-1.jpg

Link to post
Share on other sites

It should work, are you on patch 10.3? If so copy this file (make sure it keeps the name 'person properties.xml') into the sections folder of the skin you are using (or if you want it to apply to all skins or the default skins create a sections folder in your User Data folder and copy the file there).

Screenshot:

capture19042010210006.th.jpg

Link to post
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...