Jump to content

Kits missing from club overview.


EnigMattic1
 Share

Recommended Posts

image.png.6a8db6d8a812007560f84b4cef177de9.png

I'm not entirely sure why the kits aren't showing as I have the following code for both staff and kits:

<!--staff-->
            <container class="title_link_box" force_title_borders="true" id="tstf" priority="1" default_height="-2"  hide_view_menu="true">
                <translation id="link_title" translation_id="328524" type="use" value="Key Employees[COMMENT:title for a panel showing the manager, captain and vice captain of a club]" />
                <layout class="stick_to_sides_attachment" alignment="all" inset="0" apply_to_children="true" />
                <widget class="club_overview_staff_panel" id="cloS">
                    <record id="object_property">
                        <integer id="get_property" value="objt" />
                        <integer id="set_property" value="objt" />
                    </record>
                </widget>
            </container>

            <!--kits-->
            <container class="main_box" force_title_borders="true" priority="2" default_height="-2">
                <translation id="title" translation_id="319448" type="use" value="Kits[COMMENT: title for the club kits the club overview panel]" />
                <layout class="stick_to_sides_attachment" alignment="all" inset="0" apply_to_children="true" />
                <widget class="club_overview_kits_panel" id="cloK">
                    <record id="object_property">
                        <integer id="get_property" value="objt" />
                        <integer id="set_property" value="objt" />
                    </record>
                </widget>
            </container>

They were there before, but once I got the stadium pic to show, they have stopped showing. Which is strange as I never touched the kits panel to get the stadium to show. Does anyone have any ideas?

Link to post
Share on other sites

No matter what I try, I cannot get the kits to show. I've tried changing the height of all 3 panels on the righthand side. If I change the 'key staff' panel and make it any smaller, I lose the 'hot prospect'. If I make the 'league history' any smaller, I may as well remove it. I am not familiar enough with the coding to be able to make both 'key staff' and 'kits' vertical panels, but that seems to be the better option. Can anyone help? 

Link to post
Share on other sites

I am still no closer to getting the kits to show, I have even downloaded other skins to look at their club overview panels and I'm still none the wiser. Also, Is it possible to make the stadium picture larger and behind the text? Every time I move the cursor over one of the tabs at the top of the screen (Affiliates or History), the image jumps down slightly due to the 'surface' text.

Link to post
Share on other sites

  • 2 weeks later...

You need to edit the club overview kits xml file found in the panels\club folder extracted from the panels fmf file.

That text is controlled by the label widgets - if you just want the text removed delete the widgets for each label, if you want the boxes removed elsewhere then you should be able to just delete the entire container.

Link to post
Share on other sites

Take a look a the topic posted above.

Explains a lot about resizing panels which will be needed following the inclusion of the stadium image.

Try looking at the two panel files I posted in the last post and see if they work for you.

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

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