It's still early, but it's done. A beta version of big backpack series for most of leagues.
Here's a snippet of our work - Premiership version (10 pics of Arsenal and rest teams have one).
http://s10.yousendit.com/d.aspx?id=0...S32SJJF40VLHEQ
remember to do this:
1. Find "global panels.xml" in folder" data/skins/[YOUR SKIN]/panels/".
2. Open this file
3. Find the following part (mostly 6th line):
<widget class="background" id="bgnd" file="backgrounds/default">
<layout class="stick_to_sides_attachment" alignment="all" inset="0"/>
</widget>
and replace it by:
<widget class="background" file="backgrounds/default">
<layout class="stick_to_sides_attachment" alignment="all" inset="0"/>
<attachment class="test_global_attachment" get_property="bgnd" mode="1" set_property="hidn" skip_if_null="false" skip_if_resetting="false"/>
</widget>
<widget class="background" file="backgrounds/default" hidden="true">
<layout class="stick_to_sides_attachment" alignment="all" inset="0"/>
<attachment class="get_global_attachment" get_property="bgnd" set_property="file" skip_if_null="false"/>
<attachment class="test_global_attachment" get_property="bgnd" mode="0" set_property="hidn" skip_if_null="false" skip_if_resetting="false"/>
</widget>
Unzip archive to data/graphics/backgrounds. Have to work if you frist change global panels.xml, then insert pictures, then open game and check Change Background box in properties screen .