Jump to content

Wells

Members+
  • Posts

    834
  • Joined

  • Last visited

  • Days Won

    1

Wells last won the day on December 12 2020

Wells had the most liked content!

Reputation

210 "I mean, funny like I'm a clown? I amuse you?"

Recent Profile Visitors

3,168 profile views
  1. I have seen a lot of people on asking how to get club colours back, while it is still possible to do, I decided to make this. It's not that hard to get club colors in header, as you can see . You will need header.xml, titlebar.xml and titlebar search panel.xml and this will work only with base skins made by @michaeltmurrayuk or skins that have not altered or modified the files I mentioned. If you are not interested on how to modify these files and just want to download, please skip to the end of the post. How to? Alright, If you are indeed using base skin, get header.xml, titlebar.xml from /fm/panels/generic in skins.fmf and titlebar search panel.xml from /generic in panels.fmf, put them into to your skin panels/generic folder. 1. Edit line 11 in header.xml and add this piece of code <container class="main_contrast_box_no_margin" red_replacement="primary"> This works fine for all clubs other than light ones, like Leeds, Spurs e.t.c, because the text and the buttons are colored in white. To solve that, You will need to edit titlebar search panel.xml for texts and titlebar.xml for the buttons . 2. In titlebar.xml, Usually you will find comments like <!-- Next Button --> relating to the button, below them and just after the widget line, add this piece of code <record id="primary_icon_properties" red_replacement="secondary" /> To these lines e.g. For the quick flicks, you only need to change it to red_replacement="secondary" e.g. 3. In titlebar search panel.xml, we do the same, just find the <!-- title area --> and <!-- description --> just below each of them, you will find widget, then you will only need to change the search icon to red_replacement="secondary" and text/desc to colour="secondary" at the end of the widget properties. e.g. Last but not least if you actually want the header to have effects/gradients like the image I posted above, it requires different step.. In line 11 of header.xml we change the class and also add an appearance property, then point it to file, which is a png file. So it will read e.g. <container class="main_box" appearance="boxes/custom/interface/titlebar/paper" red_replacement="primary" > That's all... download it below and extract it to your skin folder. 1. No rounded corners HMOD Final.zip 2. Rounded corners HMOD Final (rc).zip Optional customizations These are not essentials, but only if you need to color the sidebar and matchday titlebar. 1. Sidebar normal and rounded sidebar colored.zipsidebar colored (rc).zip 2. Matchday titlebar colored matchday titlebar colored.zip
×
×
  • Create New...