If you register for free, you will be able to post threads, vote on polls and lots more. If you have problems with the registration or logging in, please contact the administrator.
I'm currently making a skin, but I do have one problem. I've left-aligned the title and subtitle text, and I want to have the logo to the left of the text. I've done that so far. But I want to make so that when there's no logo the text should move to the left, just like when the subtitle moves to the left when there's no flag. I know some FM06 skins that have this (like Aurora and Turnstyle), but I can't figure out how to add it to FM07. Could someone please help me? I'd appreciate it.
I did that, but the header.xml files in FM06 are organized in a different way that I don't know what to do. I've found the lines that does the thing, but I don't know where to put them. If I understand it right the lines should be between the logo widget and the title text widget, but nothing happens wherever I put them.
I guess these are the lines:
<pre class="ip-ubbcode-code-pre"> <!-- SPACER between logo and title (hidden if no logo) --><container width="10"><attachment class="test_global_attachment" get_property="mnpc" skip_if_null="false" set_property="hidn"/></container></pre>
That coding should work (it is the same as the coding to move the subtitle).
You can try moving where you have put the code, sometimes the game seems to be temperamental about the placement of the code.
Or it could be due to the fact that the game doesn't want to not show logos so as far as the game is concerned a logo is always displayed. (Try removing all other standard logos and their config files apart from the one for the clubs - as the game will try show the default ones and then the national logo if no club one is present, then see if it works).
Thirdly you could try replacing "mnpc" with "rgtF" as that may now control the logo.