statomatic7 Posted November 8, 2021 Share Posted November 8, 2021 I know I've seen this on a few beta skins, Can someone help me get this into my skin please Link to post Share on other sites More sharing options...
keysi Posted November 8, 2021 Share Posted November 8, 2021 You need the sidebar menu table.xml file and add this code to the bottom of it. That's how I had it in previous version(s). <!-- Primary Logo --> <widget class="picture" id="lgtF" scale_picture="true" keep_aspect_ratio="true" image_alignment="bottom"> <layout class="stick_to_sides_attachment" alignment="bottom" inset="50"/> <attachment class="test_setting_attachment" get_setting="show_badges" default_value="true" set_property="hidn"> <boolean id="value" value="false"/> </attachment> <!-- tells the picture to listen to the 'main picture' global property being set, and set its own file property from it --> <record id="object_property"> <integer id="get_property" value="mnpc" /> <integer id="set_property" value="file" /> </record> </widget> 3 Link to post Share on other sites More sharing options...
statomatic7 Posted November 8, 2021 Author Share Posted November 8, 2021 6 minutes ago, keysi said: You need the sidebar menu table.xml file and add this code to the bottom of it. That's how I had it in previous version(s). <!-- Primary Logo --> <widget class="picture" id="lgtF" scale_picture="true" keep_aspect_ratio="true" image_alignment="bottom"> <layout class="stick_to_sides_attachment" alignment="bottom" inset="50"/> <attachment class="test_setting_attachment" get_setting="show_badges" default_value="true" set_property="hidn"> <boolean id="value" value="false"/> </attachment> <!-- tells the picture to listen to the 'main picture' global property being set, and set its own file property from it --> <record id="object_property"> <integer id="get_property" value="mnpc" /> <integer id="set_property" value="file" /> </record> </widget> @keysiThanks for your help Link to post Share on other sites More sharing options...
stevemc Posted November 9, 2021 Share Posted November 9, 2021 (edited) I can't seem to find that file in FM22, should it be in the panels folder? EDIT: Ignore me, head fell off - sorted it Any way to set it so it only reads the clubs badges, so doesn't record the competition logo's in? Edited November 9, 2021 by stevemc Link to post Share on other sites More sharing options...
statomatic7 Posted November 9, 2021 Author Share Posted November 9, 2021 1 hour ago, stevemc said: I can't seem to find that file in FM22, should it be in the panels folder? EDIT: Ignore me, head fell off - sorted it Any way to set it so it only reads the clubs badges, so doesn't record the competition logo's in? I know how you feel @stevemcmy brain is fried with all these panels and coding.... Link to post Share on other sites More sharing options...
stevemc Posted November 9, 2021 Share Posted November 9, 2021 I've just added it in and it looks good, just don't want it recording in all the Competition logo's, hopefully someone knows how to make it only record Club logo's in? Link to post Share on other sites More sharing options...
Mark8213 Posted June 22, 2022 Share Posted June 22, 2022 On 08/11/2021 at 20:25, keysi said: You need the sidebar menu table.xml file and add this code to the bottom of it. That's how I had it in previous version(s). <!-- Primary Logo --> <widget class="picture" id="lgtF" scale_picture="true" keep_aspect_ratio="true" image_alignment="bottom"> <layout class="stick_to_sides_attachment" alignment="bottom" inset="50"/> <attachment class="test_setting_attachment" get_setting="show_badges" default_value="true" set_property="hidn"> <boolean id="value" value="false"/> </attachment> <!-- tells the picture to listen to the 'main picture' global property being set, and set its own file property from it --> <record id="object_property"> <integer id="get_property" value="mnpc" /> <integer id="set_property" value="file" /> </record> </widget> does this go at the very bottom??? Link to post Share on other sites More sharing options...
keysi Posted June 22, 2022 Share Posted June 22, 2022 8 hours ago, Mark8213 said: does this go at the very bottom??? Yes, check the file from my FM21 skin. sidebar menu table.xml Link to post Share on other sites More sharing options...
Mark8213 Posted June 23, 2022 Share Posted June 23, 2022 hi thanks for the reply i had a play around with mine (after making a copy) and figured it out. Was fairly easy in the end. thanks for your help 1 Link to post Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now