Jump to content

Manager Homepage skinnable?


SSGTroyer

Recommended Posts

I see the two pulldown sections and a call to 'human inbox panel.xml'. Maybe the latter could be replaced with more of the pulldown sections, though I don't know how they'd be arraned vertically - they are hardcoded to number 1 and 2 in 'manager home.xml', though, and maybe if they were able to be used instead of the inbox panel, changing one would change the other...

'eh. I just don't know how to arrange the two boxes vertically, and to set it up so the one-pane inbox would get split into two panes...

Link to post
Share on other sites

So umm I've seen other people have been able to do this in their skins, I've had my thread locked with no response and no replies in over threads, is someone going to actually post a simple explanation for it?

I find it pretty disgusting that a moderator can't post a solution to a simple problem that shouldn't even exist, why on earth aren't the boxes editable to begin with when there are other editable boxes on the home page which is 1 of the best parts of the GUI

Link to post
Share on other sites

So umm I've seen other people have been able to do this in their skins, I've had my thread locked with no response and no replies in over threads, is someone going to actually post a simple explanation for it?

I find it pretty disgusting that a moderator can't post a solution to a simple problem that shouldn't even exist, why on earth aren't the boxes editable to begin with when there are other editable boxes on the home page which is 1 of the best parts of the GUI

Us mods aren't Sports Interactive employees, we aren't part of the development process and we don't get any extra information. We are regular users and know as much as everyone else.

If the thing isn't editable then we had nothing to do with it and we can't magic up a solution out of nowhere.

Link to post
Share on other sites

So umm I've seen other people have been able to do this in their skins, I've had my thread locked with no response and no replies in over threads, is someone going to actually post a simple explanation for it?

I find it pretty disgusting that a moderator can't post a solution to a simple problem that shouldn't even exist, why on earth aren't the boxes editable to begin with when there are other editable boxes on the home page which is 1 of the best parts of the GUI

It isn't so simple, or I would have been able to figure it out...I'm a bit of an "amateur" skinner, and have edited several panels to my own liking on occasion. This one is beyond my knowledge, so I asked for some more "expert" help. But, as Radestock says, mods are just users, too, not employees of SI. We have the exact same access to this stuff you do. In fact, I taught myself most of what I know by downloading a modded skin and looking at the .xmls to see what the other guy did. Maybe you should try that...maybe you can figure this out. You have every bit of access and ability we all do -- all you need is desire. If you don't have the desire, it would be nice if you didn't have the attitude, either.

Link to post
Share on other sites

Just took a proper look at this. It's possible to have a maximum of three customisable panels on the home screen. Each box needs an ID and there are only 3 available (cos1, cos2 and cos3). You can get a box to appear but it won't populate with data (cos4 doesn't work as an ID):

th_example.jpg

Notice how 'training performances' doesn't get any data. That's been given the ID 'cos4'. If I swap the IDs around then that box shows information. So really the only options are to have three along the bottom and an extended 'next match' panel or have it the same way it was in FM10.

To make it three along the bottom with a longer 'next patch panel' save the following code as an xml file called 'manager home'


<panel>
 <layout class="stick_to_sides_attachment" alignment="all" inset="0" />
 <layout class="arrange_vertical_attachment" alignment="fill" offset="0" gap="0"/>
 <layout class="stick_to_sides_attachment" alignment="all" layout_children="true" inset="0"/>

 <container class="plain_box">

   <layout class="arrange_vertical_attachment" alignment="fill" offset="0" gap="0" />
   <layout class="stick_to_sides_attachment" alignment="horizontal" layout_children="true" inset="0"/>

   <container>
     <layout class="arrange_horizontal_attachment" layout="-1,1" offset="0" gap="0"/>
     <layout class="stick_to_sides_attachment" alignment="vertical" layout_children="true"/>

     <!--top part of the panel-->
     <container id="top">
       <layout class="arrange_vertical_attachment" layout="-4, -3" offset="0" gap="0"/>
       <layout class="stick_to_sides_attachment" alignment="horizontal" layout_children="true" inset="0"/>


       <widget class="team_upcoming_fixture_panel" id="tufp"/>

       <!--bottom part of the panel-->
       <container>

         <layout class="stick_to_sides_attachment" alignment="vertical" layout_children="true" inset="3"/>
         <layout class="stick_to_sides_attachment" alignment="horizontal" layout_children="true" inset="4"/>

         <!-- these are visible if you have a job (club and/or nation) -->
         <container id="empl">
           <layout class="arrange_horizontal_attachment" alignment="fill" offset="0" gap="8"/>
           <layout class="stick_to_sides_attachment" alignment="vertical" layout_children="true" inset="0"/>

           <!--snapshot selector 1-->
           <container class="client_object_viewer_selector_panel" id="cos1">
             <widget class="board_confidence_snapshot_panel" id="bcsn" title="Board Confidence" default_for_international_teams="true" valid_for_international_youth_teams="false"/>
             <widget class="squad_status_snapshot_panel" id="sssn" title="Squad Status">
               <boolean id="should_force_refresh" value="true"/>
             </widget>
             <widget class="team_transfer_snapshot_panel" id="ttsn" title="Pending Transfers" valid_for_international_teams="false" valid_for_international_youth_teams="false">
               <boolean id="should_force_refresh" value="true"/>
             </widget>
             <widget class="available_jobs_summary_panel" id="ajsn" title="Available Jobs[COMMENT:title for a box containing a list of available manager jobs]"/>
             <widget class="insecure_jobs_summary_panel" id="ijsn" title="Insecure Jobs[COMMENT:title for a box containing a list of insecure manager jobs]"/>
             <widget class="team_snapshot_contract_panel" id="tsco" title="Contract Expiry Dates[COMMENT: team contract snapshot panel heading]" valid_for_international_teams="false" valid_for_international_youth_teams="false"/>
             <widget class="team_snapshot_injury_panel" id="tsin" title="Team Injuries[COMMENT:title for a box containing a list of a team's injuries]" default_for_international_youth_teams="true"/>
             <widget class="team_snapshot_training_panel" id="tstr" title="Training Performances[COMMENT: training snapshot panel heading]" valid_for_international_teams="false" valid_for_international_youth_teams="false"/>
             <widget class="team_snapshot_scout_panel" id="tssc" title="Scout Reports[COMMENT: scout snapshot panel heading]"/>
             <widget class="finances_short_summary_panel" id="fssu" title="Finances[COMMENT: manager home section: finances summary panel heading]" valid_for_international_teams="false" valid_for_international_youth_teams="false"/>
             <widget class="finances_short_wage_summary_panel" id="fsws" title="Salary[COMMENT: manager snapshot/home: finances wage summary panel heading]" valid_for_international_teams="false" valid_for_international_youth_teams="false"/>
             <widget class="team_stats_summary_panel" id="tssu" title="Team Stats[COMMENT: manager snapshot/home: team stats summary panel heading]"/>
             <widget class="player_stats_summary_panel" id="pssu" title="Player Stats[COMMENT: manager home section: player stats summary heading]"/>
             <widget class="manager_competitions_panel" id="mcom" title="Team Competitions[COMMENT: manager snapshot/home: manager/team competition summary list title]"/>
             <widget class="team_league_table_panel" id="tlta" title="League Table[COMMENT - competition stage panel: title for league table]" valid_for_international_teams="false" valid_for_international_youth_teams="false" default_for_club_teams="true"/>
           </container>

           <!--snapshot selector 2-->
           <container class="client_object_viewer_selector_panel" id="cos2">
             <widget class="board_confidence_snapshot_panel" id="bcsn" title="Board Confidence" valid_for_international_youth_teams="false"/>
             <widget class="squad_status_snapshot_panel" id="sssn" title="Squad Status" default_for_international_teams="true" default_for_international_youth_teams="true" default_for_club_teams="true">
               <boolean id="should_force_refresh" value="true"/>
             </widget>
             <widget class="team_transfer_snapshot_panel" id="ttsn" title="Pending Transfers" valid_for_international_teams="false" valid_for_international_youth_teams="false">
               <boolean id="should_force_refresh" value="true"/>
             </widget>
             <widget class="available_jobs_summary_panel" id="ajsu" title="Available Jobs[COMMENT:title for a box containing a list of available manager jobs]"/>
             <widget class="insecure_jobs_summary_panel" id="ijsu" title="Insecure Jobs[COMMENT:title for a box containing a list of insecure manager jobs]"/>
             <widget class="team_snapshot_contract_panel" id="tsco" title="Contract Expiry Dates[COMMENT: team contract snapshot panel heading]" valid_for_international_teams="false" valid_for_international_youth_teams="false"/>
             <widget class="team_snapshot_injury_panel" id="tsin" title="Team Injuries[COMMENT:title for a box containing a list of a team's injuries]"/>
             <widget class="team_snapshot_training_panel" id="tstr" title="Training Performances[COMMENT: training snapshot panel heading]" valid_for_international_teams="false" valid_for_international_youth_teams="false"/>
             <widget class="team_snapshot_scout_panel" id="tssc" title="Scout Reports[COMMENT: scout snapshot panel heading]"/>
             <widget class="finances_short_summary_panel" id="fssu" title="Finances[COMMENT: manager home section: finances summary panel heading]" valid_for_international_teams="false" valid_for_international_youth_teams="false"/>
             <widget class="finances_short_wage_summary_panel" id="fsws" title="Salary[COMMENT: manager snapshot/home: finances wage summary panel heading]" valid_for_international_teams="false" valid_for_international_youth_teams="false"/>
             <widget class="team_stats_summary_panel" id="tssu" title="Team Stats[COMMENT: manager snapshot/home: team stats summary panel heading]"/>
             <widget class="player_stats_summary_panel" id="pssu" title="Player Stats[COMMENT: manager home section: player stats summary heading]"/>
             <widget class="manager_competitions_panel" id="mcom" title="Team Competitions[COMMENT: manager snapshot/home: manager/team competition summary list title]"/>
             <widget class="team_league_table_panel" id="tlta" title="League Table[COMMENT - competition stage panel: title for league table]" valid_for_international_teams="false" valid_for_international_youth_teams="false"/>
           </container>

		 <!--snapshot selector 3-->
           <container class="client_object_viewer_selector_panel" id="cos3">
             <widget class="board_confidence_snapshot_panel" id="bcsn" title="Board Confidence" valid_for_international_youth_teams="false"/>
             <widget class="squad_status_snapshot_panel" id="sssn" title="Squad Status" default_for_international_teams="true" default_for_international_youth_teams="true" default_for_club_teams="true">
               <boolean id="should_force_refresh" value="true"/>
             </widget>
             <widget class="team_transfer_snapshot_panel" id="ttsn" title="Pending Transfers" valid_for_international_teams="false" valid_for_international_youth_teams="false">
               <boolean id="should_force_refresh" value="true"/>
             </widget>
             <widget class="available_jobs_summary_panel" id="ajsu" title="Available Jobs[COMMENT:title for a box containing a list of available manager jobs]"/>
             <widget class="insecure_jobs_summary_panel" id="ijsu" title="Insecure Jobs[COMMENT:title for a box containing a list of insecure manager jobs]"/>
             <widget class="team_snapshot_contract_panel" id="tsco" title="Contract Expiry Dates[COMMENT: team contract snapshot panel heading]" valid_for_international_teams="false" valid_for_international_youth_teams="false"/>
             <widget class="team_snapshot_injury_panel" id="tsin" title="Team Injuries[COMMENT:title for a box containing a list of a team's injuries]"/>
             <widget class="team_snapshot_training_panel" id="tstr" title="Training Performances[COMMENT: training snapshot panel heading]" valid_for_international_teams="false" valid_for_international_youth_teams="false"/>
             <widget class="team_snapshot_scout_panel" id="tssc" title="Scout Reports[COMMENT: scout snapshot panel heading]"/>
             <widget class="finances_short_summary_panel" id="fssu" title="Finances[COMMENT: manager home section: finances summary panel heading]" valid_for_international_teams="false" valid_for_international_youth_teams="false"/>
             <widget class="finances_short_wage_summary_panel" id="fsws" title="Salary[COMMENT: manager snapshot/home: finances wage summary panel heading]" valid_for_international_teams="false" valid_for_international_youth_teams="false"/>
             <widget class="team_stats_summary_panel" id="tssu" title="Team Stats[COMMENT: manager snapshot/home: team stats summary panel heading]"/>
             <widget class="player_stats_summary_panel" id="pssu" title="Player Stats[COMMENT: manager home section: player stats summary heading]"/>
             <widget class="manager_competitions_panel" id="mcom" title="Team Competitions[COMMENT: manager snapshot/home: manager/team competition summary list title]"/>
             <widget class="team_league_table_panel" id="tlta" title="League Table[COMMENT - competition stage panel: title for league table]" valid_for_international_teams="false" valid_for_international_youth_teams="false"/>
           </container>

         </container>

         <!-- these are visible if you are unemployed -->
         <container id="unem">
           <layout class="arrange_horizontal_attachment" alignment="fill"/>
           <layout class="stick_to_sides_attachment" alignment="vertical" layout_children="true" inset="0"/>

           <container class="subsection_box" title="Available Jobs[COMMENT:title for a box containing a list of available manager jobs]">
             <layout class="stick_to_sides_attachment" alignment="all" layout_children="true"/>
             <widget class="available_jobs_summary_panel" id="ajsp"/>
           </container>
           <container class="subsection_box" title="Insecure Jobs[COMMENT:title for a box containing a list of insecure manager jobs]">
             <layout class="stick_to_sides_attachment" alignment="all" layout_children="true"/>
             <widget class="insecure_jobs_summary_panel" id="ijsp"/>
           </container>
         </container>
       </container>
     </container>

    <!-- <container>
       <layout class="arrange_vertical_attachment" alignment="fill" gap="0"/>
       <layout class="stick_to_sides_attachment" alignment="horizontal" layout_children="true" inset="0"/>

       <widget class="human_inbox_panel" id="inbx"/>
     </container>-->


   </container>

 </container>

</panel>

For the FM10 view just use the manager home.xml file from fm10.

Link to post
Share on other sites

here 'tis:

<panel>
<layout class="stick_to_sides_attachment" alignment="all" inset="0" />
<layout class="arrange_vertical_attachment" alignment="fill" offset="0" gap="0"/>
<layout class="stick_to_sides_attachment" alignment="all" layout_children="true" inset="0"/>

<container>

	<layout class="arrange_vertical_attachment" alignment="fill" offset="0" gap="0" />
	<layout class="stick_to_sides_attachment" alignment="horizontal" layout_children="true" inset="0"/>

   <container>
     <layout class="arrange_vertical_attachment" layout="-4,-3" offset="0" gap="0"/>
     <layout class="stick_to_sides_attachment" alignment="horizontal" layout_children="true"/>

     <!--top part of the panel-->
     <container id="top">
       <layout class="arrange_horizontal_attachment" layout="-2,-1" offset="0" gap="0"/>
       <layout class="stick_to_sides_attachment" alignment="vertical" layout_children="true"/>

       <widget class="team_upcoming_fixture_panel" id="tufp"/>

       <container>
         <layout class="arrange_vertical_attachment" alignment="fill" gap="10"/>
         <layout class="stick_to_sides_attachment" alignment="horizontal" layout_children="true"/>

         <widget class="news_snapshot_headline_panel" id="nshp">
           <boolean id="should_force_refresh" value="true"/>
         </widget>
       </container>

     </container>

     <!--bottom part of the panel-->
     <container>

       <layout class="stick_to_sides_attachment" alignment="all" layout_children="true"/>

       <!-- these are visible if you have a job (club and/or nation) -->
       <container id="empl">
         <layout class="arrange_horizontal_attachment" alignment="fill" offset="0" gap="10"/>
         <layout class="stick_to_sides_attachment" alignment="vertical" layout_children="true"/>

         <!--snapshot selector 1-->
         <container class="client_object_viewer_selector_panel" id="cos1">
           <widget class="board_confidence_snapshot_panel" id="bcsn" title="Board Confidence" default_for_international_teams="true"/>
           <widget class="squad_status_snapshot_panel" id="sssn" title="Squad Status">
             <boolean id="should_force_refresh" value="true"/>
           </widget>
           <widget class="team_transfer_snapshot_panel" id="ttsn" title="Pending Transfers" valid_for_international_teams="false">
             <boolean id="should_force_refresh" value="true"/>
           </widget>
           <widget class="available_jobs_summary_panel" id="ajsn" title="Available Jobs[COMMENT:title for a box containing a list of available manager jobs]"/>
           <widget class="insecure_jobs_summary_panel" id="ijsn" title="Insecure Jobs[COMMENT:title for a box containing a list of insecure manager jobs]"/>
           <widget class="team_snapshot_contract_panel" id="tsco" title="Contract Expiry Dates[COMMENT: team contract snapshot panel heading]" valid_for_international_teams="false"/>
           <widget class="team_snapshot_injury_panel" id="tsin" title="Team Injuries[COMMENT:title for a box containing a list of a team's injuries]"/>
           <widget class="team_snapshot_training_panel" id="tstr" title="Training Performances[COMMENT: training snapshot panel heading]" valid_for_international_teams="false"/>
           <widget class="team_snapshot_scout_panel" id="tssc" title="Scout Reports[COMMENT: scout snapshot panel heading]"/>
           <widget class="finances_short_summary_panel" id="fssu" title="Finances[COMMENT: manager home section: finances summary panel heading]" valid_for_international_teams="false"/>
           <widget class="finances_short_wage_summary_panel" id="fsws" title="Salary[COMMENT: manager snapshot/home: finances wage summary panel heading]" valid_for_international_teams="false"/>
           <widget class="team_stats_summary_panel" id="tssu" title="Team Stats[COMMENT: manager snapshot/home: team stats summary panel heading]"/>
           <widget class="player_stats_summary_panel" id="pssu" title="Player Stats[COMMENT: manager home section: player stats summary heading]"/>
           <widget class="manager_competitions_panel" id="mcom" title="Team Competitions[COMMENT: manager snapshot/home: manager/team competition summary list title]"/>
           <widget class="team_league_table_panel" id="tlta" title="League Table[COMMENT - competition stage panel: title for league table]" valid_for_international_teams="false" default_for_club_teams="true"/>
         </container>

         <!--snapshot selector 2-->
         <container class="client_object_viewer_selector_panel" id="cos2">
           <widget class="board_confidence_snapshot_panel" id="bcsn" title="Board Confidence"/>
           <widget class="squad_status_snapshot_panel" id="sssn" title="Squad Status" default_for_international_teams="true" default_for_club_teams="true">
             <boolean id="should_force_refresh" value="true"/>
           </widget>
           <widget class="team_transfer_snapshot_panel" id="ttsn" title="Pending Transfers" valid_for_international_teams="false">
             <boolean id="should_force_refresh" value="true"/>
           </widget>
           <widget class="available_jobs_summary_panel" id="ajsu" title="Available Jobs[COMMENT:title for a box containing a list of available manager jobs]"/>
           <widget class="insecure_jobs_summary_panel" id="ijsu" title="Insecure Jobs[COMMENT:title for a box containing a list of insecure manager jobs]"/>
           <widget class="team_snapshot_contract_panel" id="tsco" title="Contract Expiry Dates[COMMENT: team contract snapshot panel heading]" valid_for_international_teams="false"/>
           <widget class="team_snapshot_injury_panel" id="tsin" title="Team Injuries[COMMENT:title for a box containing a list of a team's injuries]"/>
           <widget class="team_snapshot_training_panel" id="tstr" title="Training Performances[COMMENT: training snapshot panel heading]" valid_for_international_teams="false"/>
           <widget class="team_snapshot_scout_panel" id="tssc" title="Scout Reports[COMMENT: scout snapshot panel heading]"/>
           <widget class="finances_short_summary_panel" id="fssu" title="Finances[COMMENT: manager home section: finances summary panel heading]" valid_for_international_teams="false"/>
           <widget class="finances_short_wage_summary_panel" id="fsws" title="Salary[COMMENT: manager snapshot/home: finances wage summary panel heading]" valid_for_international_teams="false"/>
           <widget class="team_stats_summary_panel" id="tssu" title="Team Stats[COMMENT: manager snapshot/home: team stats summary panel heading]"/>
           <widget class="player_stats_summary_panel" id="pssu" title="Player Stats[COMMENT: manager home section: player stats summary heading]"/>
           <widget class="manager_competitions_panel" id="mcom" title="Team Competitions[COMMENT: manager snapshot/home: manager/team competition summary list title]"/>
           <widget class="team_league_table_panel" id="tlta" title="League Table[COMMENT - competition stage panel: title for league table]" valid_for_international_teams="false"/>
         </container>

         <!--snapshot selector 3-->
         <container class="client_object_viewer_selector_panel" id="cos3">
           <widget class="board_confidence_snapshot_panel" id="bcsn" title="Board Confidence"/>
           <widget class="squad_status_snapshot_panel" id="sssn" title="Squad Status">
             <boolean id="should_force_refresh" value="true"/>
           </widget>
           <widget class="team_transfer_snapshot_panel" id="ttsn" title="Pending Transfers" valid_for_international_teams="false" default_for_club_teams="true">
             <boolean id="should_force_refresh" value="true"/>
           </widget>
           <widget class="available_jobs_summary_panel" id="ajsu" title="Available Jobs[COMMENT:title for a box containing a list of available manager jobs]"/>
           <widget class="insecure_jobs_summary_panel" id="ijsu" title="Insecure Jobs[COMMENT:title for a box containing a list of insecure manager jobs]"/>
           <widget class="team_snapshot_contract_panel" id="tsco" title="Contract Expiry Dates[COMMENT: team contract snapshot panel heading]" valid_for_international_teams="false"/>
           <widget class="team_snapshot_injury_panel" id="tsin" title="Team Injuries[COMMENT:title for a box containing a list of a team's injuries]"/>
           <widget class="team_snapshot_training_panel" id="tstr" title="Training Performances[COMMENT: training snapshot panel heading]" valid_for_international_teams="false"/>
           <widget class="team_snapshot_scout_panel" id="tssc" title="Scout Reports[COMMENT: scout snapshot panel heading]"/>
           <widget class="finances_short_summary_panel" id="fssu" title="Finances[COMMENT: manager home section: finances summary panel heading]" valid_for_international_teams="false"/>
           <widget class="finances_short_wage_summary_panel" id="fsws" title="Salary[COMMENT: manager snapshot/home: finances wage summary panel heading]" valid_for_international_teams="false"/>
           <widget class="team_stats_summary_panel" id="tssu" title="Team Stats[COMMENT: manager snapshot/home: team stats summary panel heading]"/>
           <widget class="player_stats_summary_panel" id="pssu" title="Player Stats[COMMENT: manager home section: player stats summary heading]"/>
           <widget class="manager_competitions_panel" id="mcom" title="Team Competitions[COMMENT: manager snapshot/home: manager/team competition summary list title]" default_for_international_teams="true"/>
           <widget class="team_league_table_panel" id="tlta" title="League Table[COMMENT - competition stage panel: title for league table]" valid_for_international_teams="false"/>
         </container>
       </container>

       <!-- these are visible if you are unemployed -->
       <container id="unem">
         <layout class="arrange_horizontal_attachment" alignment="fill"/>
         <layout class="stick_to_sides_attachment" alignment="vertical" layout_children="true"/>

         <container class="subsection_box" title="Available Jobs[COMMENT:title for a box containing a list of available manager jobs]">
           <layout class="stick_to_sides_attachment" alignment="all" layout_children="true"/>
           <widget class="available_jobs_summary_panel" id="ajsp"/>
         </container>
         <container class="subsection_box" title="Insecure Jobs[COMMENT:title for a box containing a list of insecure manager jobs]">
           <layout class="stick_to_sides_attachment" alignment="all" layout_children="true"/>
           <widget class="insecure_jobs_summary_panel" id="ijsp"/>
         </container>
       </container>
     </container>

   </container>

</container>

</panel>

This is 'manager home.xml' and is located in C:\user\<me>\my docs\SI\FM11\skins\base2011_dark\panels

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...