The following information is mainly for skinners to inform them what changes this skin makes so they can more easily implement the modifications into their skin, if you are an end user you shouldn't need this information unless you are trying to apply the modification to a skin that won't work with the simple method of applying it to another skin.
The following files are located in the panels folder of the Match Hightlights Skin:
client object browser.xml - this is the file that is most likely to cause problems with applying the mod to other skins, as to move the match feed dropdown back into the corner I had to disable the match help system that is controlled by this file, however this file controls varies other parts of a skin and is likely to be included with most custom skins.
Thankfully the changes I've made to this file are easy to replicate in the 'client object browser.xml' file locate this load of code:
<!-- coloured actions bar image (match)-->
<widget class="picture" id="macb" file="interface/header/match/actionbar" />
<container>
<layout class="arrange_horizontal_attachment" alignment="right, extend" gap="0" offset="0" />
<layout class="stick_to_sides_attachment" alignment="vertical" inset="0" layout_children="true" />
<!-- actions and sections bar -->
<container class="menu_strip" id="acts" appearance="" offset="5" gap="0" default_widget_type="action_button_action" submenu_type="popup_button_actions" separator_type="picture">
<record id="default_widget_properties" />
<record id="submenu_properties" fixed="true">
<event id="click_notification_event" event_id="DMCN" item="NULL" />
<event id="menu_layout_notification_event" event_id="MLNO" />
</record>
<record id="separator_properties" file="dividers/standard/vertical/line" auto_size="horizontal" height="52" />
<record id="more_button_properties" />
</container>
<widget class="help_icon_button" id="hotw" width="60" icon="icons/16px/help">
<translation id="text" translation_id="291316" type="use" value="Help[COMMENT: quick link icon hint]" />
<translation id="hint" translation_id="291316" type="use" value="Help[COMMENT: quick link icon hint]" />
</widget>
And delete or comment out the bolded lines at the bottom, note when locating the mode make sure you are editing the code refers to the match screen (as shown by code on the first two lines) this code should be located near the bottom of the file.
If you don't care about the match feed dropdown not being in the corner and thus covering up the right corner of the panel then you don't need to edit this file or even include it if copying the files over to another skin.
client object viewer selector match.xml - This controls the appearance of the panel background graphic, edited to point to a custom location.
match both formations ibh.xml - Custom file tweaked version of 'match both formations.xml' to remove an extra level of embedding that wasn't needed.
match in between highlights panel.xml - file that controls the what appears, you need this file for the mod to work, or files just make tweaks to improve the appearance of the content.
match incidents overview shirts.xml - Custom file, created to add new overview view with kits/logos side-by-side as not enabled on default files. Works with below file.
match info overview shirts.xml - Same as above.
match team stats table ibh.xml - Custom file, to fix problems with content on the match ratings screens being cut off at certain resolutions.
match team stats ibh.xml - Custom File, combined with above file to fix player ratings screen, set up in classic method of having subs always on the bench.
match team stats ibh pitch top.xml - Custom File, same as above two files but set so subbed players will appear within the first xi.
The following files are located in the graphics\ibh_box folder of the Match Hightlights Skin:
paper.png and paper@2.png are the files that determine the appearance of the panel background, if you want the panel to appear more transparent reduce the opacity of these files.
paper.xml - Edited to reduce the headers of the panels. Rest of the code is same as default file so will use the normal colours assigned rather than you having to manually adjust them.
Graphics are in a custom location for the skin to reduce problems of them overwriting files that might be used elsewhere, files are based on the default files located in boxes\subsection\match\paper so any changes you have made to those files you might want to apply to these aswell,
FMC Skin.
Due to the different appearance of the FMC Mode the following files haven't been included with the FMC version of the mod as they aren't needed:
client object browser.xml
client object viewer selector match.xml
graphics/ibh_box folder