Fitness.com
Advertisement

Go Back   Sports Forum > Community > Football Manager > Skinning Hideout

Skinning Hideout

Use this forum to help edit the cosmetic side of Football Manager.


» Site Navigation
 > Shop
» Current Poll
Best 5 club teams in history of Football:
Liverpool 1977-1978 - 100.00%
1 Vote
Real Madrid 1956-1960 - 0%
0 Votes
Juventus 1985 - 0%
0 Votes
Milan 1989-1990 - 100.00%
1 Vote
Ajax 1971-1973 - 0%
0 Votes
Santos 1962-1963 - 0%
0 Votes
Torinho 1940's - 100.00%
1 Vote
Ajax 1995 - 0%
0 Votes
Flamengo 1981 - 100.00%
1 Vote
Benfica 1961-1962 - 100.00%
1 Vote
Total Votes: 1
You may not vote on this poll.
» Stats
Members: 103,703
Threads: 85,025
Posts: 1,031,308
Top Poster: Karky (9,548)
Welcome to our newest member, chilliboy69
» Fitness Shop
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.

Reply
 
LinkBack Thread Tools Display Modes
Old 04-18-2006, 09:24 PM   [[help]] with colour-changing Post #11
Registered User
 
Join Date: May 2007
Posts: 17
Rep Power: 0
Norfolk_boy is an unknown quantity at this point
Default

What you need to do is create a graphic that is say 80% transparent, then get it to be shown over the top of the logo.

Look in the header xml, see how the logo is done there and display the graphic in the same way. If the graphic is physically created below the logo in the xml, it will apear above the logo on the screen.
Norfolk_boy is offline   Reply With Quote
Old 04-18-2006, 10:16 PM   [[help]] with colour-changing Post #12
Registered User
 
Join Date: May 2007
Posts: 0
Rep Power: 0
retired_vpoorni is an unknown quantity at this point
Default

Quote:
Originally posted by Willz:
why is is the part at the bottom not changed with the rest...part with...release comments,team selection etc...any help???
You need to edit this bit of code as well:

<pre class="ip-ubbcode-code-pre">&lt;!-- bottom of the sections area --&gt; &lt;widget class="picture" id="bott" auto_size="horizontal" file="navigation/treelower" cached="true" group="1"&gt;</pre>

Do the same as you did for the top part of the sections panel.
retired_vpoorni is offline   Reply With Quote
Old 04-18-2006, 10:31 PM   [[help]] with colour-changing Post #13
Newb
 
Join Date: Jan 2008
Posts: 0
Rep Power: 0
retired_charityjayne is an unknown quantity at this point
Default

michael think i have already that line of text here is what i have can you see where it is im going wrong.
-----------------------------------------------
&lt;?xml version="1.0" encoding="UTF-8"?&gt;
&lt;!DOCTYPE panel SYSTEM "http://www.sigames.com/dtds/sios/panel.dtd"&gt;

&lt;panel title="sections"&gt;
&lt;layout class="stick_to_sides_attachment" alignment="left" inset="0" layout_children="true"/&gt;
&lt;layout class="arrange_vertical_attachment" alignment="bottom,extend" gap="-1"/&gt;



&lt;!-- top bit with sections in --&gt;
&lt;container id="scts" appearance="navigation/tree"&gt;
&lt;layout class="fit_children_attachment" alignment="horizontal" offset="0"/&gt;

&lt;!-- top of the sections area --&gt;
&lt;widget class="picture" id="pict" auto_size="horizontal" file="navigation/tree" cached="true" rthr="68"&gt;
&lt;layout class="stick_to_sides_attachment" alignment="all" inset="0"/&gt;
&lt;attachment class="get_global_attachment" get_property="bkcl" set_property="colr"/&gt;
&lt;/widget&gt;

&lt;container class="scrolling_box"&gt;

&lt;flags id="scroll_bar_class" value="scroll_bar_vertical_blue" /&gt;

&lt;layout class="stick_to_sides_attachment" alignment="left,extend" inset="8"/&gt;
&lt;layout class="stick_to_sides_attachment" alignment="right" inset="8"/&gt;
&lt;layout class="stick_to_sides_attachment" alignment="vertical" inset="35"/&gt;

&lt;widget class="tree_menu" id="tree" auto_size="vertical"&gt;

&lt;layout class="stick_to_sides_attachment" alignment="horizontal" inset="0"/&gt;
&lt;attachment class="get_global_attachment" get_property="subo" set_property="itms" skip_if_null="false"/&gt;
&lt;attachment class="get_global_attachment" get_property="ssub" set_property="slct" skip_if_null="true"/&gt;
&lt;flags id="spec" value="text,small"/&gt;

&lt;record id="sele" event_id="none" event_target="scrn"/&gt;
&lt;/widget&gt;
&lt;/container&gt;
&lt;/container&gt;

&lt;!-- bottom bit with actions in --&gt;
&lt;container id="acts"&gt;
&lt;layout class="fit_children_attachment" alignment="horizontal" offset="0" group="1"/&gt;
&lt;layout class="fit_children_attachment" alignment="vertical" offset="12" group="0"/&gt;

&lt;!-- bottom of the sections area --&gt;
&lt;widget class="picture" id="bott" auto_size="horizontal" file="navigation/treelower" cached="true" group="1"&gt;
&lt;layout class="stick_to_sides_attachment" alignment="all" inset="0"/&gt;



&lt;!-- setting group=1 ensures that this widget isn't included in the widgets
that the vertical fit_children_attachments operate on --&gt;
&lt;/widget&gt;

&lt;!-- Actions Panels --&gt;
retired_charityjayne is offline   Reply With Quote
Old 04-18-2006, 10:42 PM   [[help]] with colour-changing Post #14
Registered User
 
Join Date: May 2007
Posts: 0
Rep Power: 0
retired_vpoorni is an unknown quantity at this point
Default

You need to change this lot of code:

Quote:
&lt;!-- bottom of the sections area --&gt;
&lt;widget class="picture" id="bott" auto_size="horizontal" file="navigation/treelower" cached="true" group="1"&gt;
&lt;layout class="stick_to_sides_attachment" alignment="all" inset="0"/&gt;
&lt;/widget&gt;
To this:

<pre class="ip-ubbcode-code-pre">&lt;!-- bottom of the sections area --&gt;&lt;widget class="picture" id="bott" auto_size="horizontal" file="navigation/treelower" cached="true" group="1" rthr="68"&gt;&lt;layout class="stick_to_sides_attachment" alignment="all" inset="0"/&gt;&lt;attachment class="get_global_attachment" get_property="bkcl" set_property="colr"/&gt;&lt;/widget&gt;</pre>
retired_vpoorni is offline   Reply With Quote
Old 04-18-2006, 10:46 PM   [[help]] with colour-changing Post #15
Newb
 
Join Date: Jan 2008
Posts: 0
Rep Power: 0
retired_charityjayne is an unknown quantity at this point
Default

thanks michael sorry about being pain in butt :thup:
retired_charityjayne is offline   Reply With Quote
Old 04-18-2006, 11:25 PM   [[help]] with colour-changing Post #16
Newb
 
Join Date: Jan 2008
Posts: 0
Rep Power: 0
retired_charityjayne is an unknown quantity at this point
Default

keep getting an error
retired_charityjayne is offline   Reply With Quote
Old 04-19-2006, 12:40 AM   [[help]] with colour-changing Post #17
Registered User
 
Join Date: May 2007
Posts: 0
Rep Power: 0
retired_vpoorni is an unknown quantity at this point
Default

Whats the error?
retired_vpoorni is offline   Reply With Quote
Old 04-19-2006, 01:00 AM   [[help]] with colour-changing Post #18
Newb
 
Join Date: Jan 2008
Posts: 0
Rep Power: 0
retired_charityjayne is an unknown quantity at this point
Default

XML PARSING ERROR

mismatched tag at line 54 of the panel/sections

has lot more but be to much too type.
retired_charityjayne is offline   Reply With Quote
Old 04-19-2006, 01:32 AM   [[help]] with colour-changing Post #19
Newb
 
Join Date: Jan 2008
Posts: 0
Rep Power: 0
retired_charityjayne is an unknown quantity at this point
Default

michael....i got it finally had too leave &lt;/widget&gt; out at end of it...thanks 2 you and radestock for help been at it for couple days.

my next thing i would like too do is.

-----------------------------------------------
its just like the aurora skin...would like badge on left hand side (i can do this myself)with the team name beside it on left and in the far corner right on top time & date year & ur name undernearth it.
retired_charityjayne is offline   Reply With Quote
Reply

Go Back   Sports Forum > Community > Football Manager > Skinning Hideout

Bookmarks

Thread Tools
Display Modes


Similar threads to [[help]] with colour-changing
Thread Thread Starter Forum Replies Last Post
Skin changing colour?!
Skin changing colour?!: Hi, whichever skin i try, i've downloaded a few,...
cdeacon Skinning Hideout 3 01-19-2008 02:30 PM
Changing the colour of your custom kit...
Changing the colour of your custom kit...: How do you do it because i am on paintshop pro...
Ben5ive Skinning Hideout 4 05-28-2007 10:14 PM
Changing competitions colour
Changing competitions colour: I want to change the competitions colour, e.g....
Indy B Skinning Hideout 0 10-22-2006 06:24 PM
Panel Colour Changing
Panel Colour Changing: Hey People how do i change the colours of the...
Alan Key Skinning Hideout 0 08-16-2006 12:24 AM
Colour changing breadcrumb?
Colour changing breadcrumb?: Right, Ive just started making a skin and Ive...
Geordie_Gaz Skinning Hideout 5 04-25-2006 07:38 PM

More threads of Willz
Thread Date Forum Replies Last Post
removing my league logo from squad screen
removing my league logo from squad screen: how can i take the league logo off my titlebar on...
03-03-2006 Skinning Hideout 5 03-04-2006 03:07 PM
change fonts size score
change fonts size score: how can i change fonts size in match screen for...
03-02-2006 Skinning Hideout 1 03-02-2006 07:23 PM
TLSS,MNSS - etc,etc what they mean in XML
TLSS,MNSS - etc,etc what they mean in XML: TITLE PROPERTIES "tlss" value="23" "tlsn"...
03-01-2006 Skinning Hideout 1 03-01-2006 07:02 PM
wanna become coach ater playing
wanna become coach ater playing: i edited myself in game editor...but i wanted to...
02-15-2006 Skinning Hideout 2 02-16-2006 04:29 PM
what attributes do i need for those players inside
what attributes do i need for those players inside: what attibutes would i need for a player to be...
01-18-2006 Skinning Hideout 1 01-18-2006 11:31 AM

Other threads in forum Skinning Hideout
Thread Date Thread Starter Replies Last Post
Montenegro league - download!
Montenegro league - download!: www.fm-serbia.net created unplayable Montenegro...
01-22-2007 rosoner 2 01-22-2007 09:36 PM
where to download patch 6.0.3
where to download patch 6.0.3: please help and tell me where to download the...
04-10-2006 dabrettster 1 04-10-2006 07:03 PM
Where have my Comp name's Gone
Where have my Comp name's Gone: Before starting the game i put all the real names...
01-01-2006 jaylg 14 01-03-2006 06:54 PM
Does anyone know...
Does anyone know...: I heard there is a program for fm 06 that clears...
12-22-2005 whatagawn 0 12-22-2005 04:50 AM
Manchester city skin
Manchester city skin: i have posted on the skin request for one,...
03-27-2005 ms1983 1 03-27-2005 12:25 PM

» Online Users: 24
0 members and 24 guests
No Members online
Most users ever online was 2,128, 07-21-2008 at 08:27 PM.

All times are GMT +1. The time now is 04:44 PM.


Powered by vBulletin® Version 3.8.3
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
Fitness.com | Weight Loss | Training & Fitness | BodyBuilding | Chinese | Spanish | French | Germany | Italian | Friend Codes |
You are viewing [[help]] with colour-changing - Page 2.