all4everdragon Posted September 21, 2015 Share Posted September 21, 2015 Hello, I need some help to increase the width of this box. Does anyone know which file to edit ? Link to post Share on other sites More sharing options...
wkdsoul Posted September 23, 2015 Share Posted September 23, 2015 it'll be one of the panels in the news item folder, (sub folder in your panels folder). I cant remember the name of the file off the top of my head i'l have a look when i get home. Link to post Share on other sites More sharing options...
all4everdragon Posted September 23, 2015 Author Share Posted September 23, 2015 Thanks I had a look into the news item folder but I wasn't able to find any file about an invencible streak. Link to post Share on other sites More sharing options...
vonreichsm Posted October 3, 2015 Share Posted October 3, 2015 I´ve the same problem. Anybody know wich panel in the news item folder? Link to post Share on other sites More sharing options...
all4everdragon Posted October 14, 2015 Author Share Posted October 14, 2015 anyone ? wkdsoul ? Link to post Share on other sites More sharing options...
michaeltmurrayuk Posted October 15, 2015 Share Posted October 15, 2015 Have a look at 'team form news panel.xml' from the panels\news_item_panels folder This line near the top should affect the width of the entire panel: <layout class="arrange_horizontal_attachment" layout="250,-1" inset="0" offset="0" gap="10"/> Increasing the 250 value should increase the width of the table. Then further down the file this line should control the layout of the actual table: <widget class="table" mode="fill_rows" layout="40,-1,30" id="fxtb" column_spacing="2" row_spacing="2"> The first value (40) should control the width of the date column and the last value (30) should control the width of the score column, the middle value (-1) should then control the team name, but you don't need to adjust this as the -1 value means it will fill up the rest of the space. To make the score more visible increase the 30 value, but make sure you don't increase it more than you increased the value on the first bit of code. Link to post Share on other sites More sharing options...
all4everdragon Posted October 15, 2015 Author Share Posted October 15, 2015 Thanks First problem: I don't have that file in the news_item_panels folder. I have a team_records_news panel, could it be this one ? Link to post Share on other sites More sharing options...
michaeltmurrayuk Posted October 16, 2015 Share Posted October 16, 2015 You'll need to extract it from the panels.fmf file instructions on how to do it are here (if its not in the default one it might be located in the panels.fmf file inside the updates folder): [FM2015 Guide] How to Extract Default Files & Understanding File Structure Link to post Share on other sites More sharing options...
all4everdragon Posted October 16, 2015 Author Share Posted October 16, 2015 Thanks michael, i'll have a look later and get back with some feedback Link to post Share on other sites More sharing options...
all4everdragon Posted October 16, 2015 Author Share Posted October 16, 2015 Michael, I have located the file Now, once I change what you told me to chance, should I place the file into the panels folder mf my skin ? Link to post Share on other sites More sharing options...
all4everdragon Posted October 16, 2015 Author Share Posted October 16, 2015 Michael, you are the man thank you sir Link to post Share on other sites More sharing options...
vonreichsm Posted October 17, 2015 Share Posted October 17, 2015 Could you upload the file? I don´t understand what to do. My english is not good enough. Link to post Share on other sites More sharing options...
all4everdragon Posted October 18, 2015 Author Share Posted October 18, 2015 Could you upload the file? I don´t understand what to do. My english is not good enough. http://www.mediafire.com/view/befd8set0d70avd/team_form_news_panel.xml You have to place the file inside the news-item-panels folder that is located inside the panels folder of the skin you are using. Then reload skin. Link to post Share on other sites More sharing options...
vonreichsm Posted October 18, 2015 Share Posted October 18, 2015 Thank you very much. Link to post Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.