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.


» 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: 48,616
Threads: 84,986
Posts: 1,031,252
Top Poster: Rindalik (4,430)
Welcome to our newest member, kucoco
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-23-2006, 02:32 AM   could someone do this skinning for me [help] Post #1
 
Join Date: Jul 2004
Posts: 3
Rep Power: 0
Willz is infamous around these parts
Default could someone do this skinning for me [help]

BLAZE SKIN
http://img181.imageshack.us/img181/3...shot0015vr.jpg

AURORA SKIN
http://img159.imageshack.us/img159/6...shot0020ha.jpg

-----------------------------------------------
i want logo on left the date stuff in top far right and team name beside badge i sent the aurora skin want titlebar at top same on my skin if someone could do that for me id appreciate it...i could send them the header xml file & skin if they need it...would someone with skinning experience do this for me.

thanks 2 how can help
Willz is offline   Reply With Quote
Old 04-23-2006, 02:33 AM   could someone do this skinning for me [help] Post #2
 
Join Date: Jul 2004
Posts: 3
Rep Power: 0
Willz is infamous around these parts
Default

were on my skin it says news it cause my news flashes when news comes in
Willz is offline   Reply With Quote
Old 04-23-2006, 03:50 AM   could someone do this skinning for me [help] Post #3
Member
 
Join Date: Jan 1970
Posts: 81
Rep Power: 40
michaeltmurrayuk is on a distinguished road
Default

Easiest thing for you to do, is to open the header.xml for Aurora in notepad (or a webpage editor if you have one - something with line numbers and colour coded code helps you to spot mistakes and not lose your place - but notepad is fine and is free if you don't have anything else).

When you open the header file you'll see most of the sections are well commented about what they are and what they do anything within the <!-- Tags is a comment --> and won't display on your skin (so you can add your own notes to help you out when you know what stuff does just make sure they are inside the tags above).

Just edit the bits you want changing.

The bit commented <!-- TITLE TEXT & LOGO --> controls the placement of the team name and logo, so you'll want to leave that alone.

However if you want your manager, options, links etc... layout, then you'll want to adjust the code below <!-- NAVIGATIONAL ELEMENTS ================================================== ====================== -->

- If you are not having the breadcrumbs menu in the header then just delete all this code:

<pre class="ip-ubbcode-code-pre"> &lt;!-- Breadcrumbs --&gt;&lt;container id="crum"&gt;...&lt;/container&gt; </pre>
- Making sure you remove the the last container tag above.

- You could just delete everything below &lt;!-- NAVIGATIONAL ELEMENTS...

APART from the &lt;/panel&gt; tag right at the bottom.

Then just paste in the code from your header file for continue, and manager buttons.

If you want the date in the header, like it is the Aurora footer, open the footer.xml file for Aurora and copy and paste the date code into your header file.

Or paste in this bit of code:
<pre class="ip-ubbcode-code-pre"> &lt;widget class="date_cell" id="date" text="date" size="8" style="shadowed" auto_size="all" colour="date"&gt;&lt;layout class="stick_to_sides_attachment" alignment="top" inset="8"/&gt;&lt;attachment class="get_global_attachment" get_property="date" set_property="valu"/&gt;&lt;attachment class="test_global_attachment" get_property="cont" value="-8" set_property="hidn" skip_if_null="false" skip_if_resetting="false" priority="1"/&gt;&lt;string id="format"&gt;[%date#1-day] [%date#1-time], [%date#1-long_no_day]&lt;/string&gt;&lt;/widget&gt; </pre>

into your header file after this bit of code:

<pre class="ip-ubbcode-code-pre"> &lt;!-- MANAGER & TEAM NAMES --&gt;&lt;container id="ZDr1"&gt;&lt;layout class="stick_to_sides_attachment" alignment="horizontal" layout_children="true" inset="-1"/&gt;&lt;layout class="arrange_vertical_attachment" alignment="top" gap="0" offset="4"/&gt; </pre>

That should position the date with your user name and team, you may need to mess around with the text size and offset to fit them in.

(Its nearly 3a.m so there maybe some typos/mistakes above - but basicly open the header file for aurora and play around with the code until you get something you like/want).
michaeltmurrayuk is offline   Reply With Quote
Old 04-23-2006, 04:01 AM   could someone do this skinning for me [help] Post #4
 
Join Date: Jul 2004
Posts: 3
Rep Power: 0
Willz is infamous around these parts
Default

michael i want too move the stuff from the aurora skin too my skin copy & paste it over too the skin im doing so it looks like the aurora skin...dont want too do anthing 2 the aurora skin at all
Willz is offline   Reply With Quote
Old 04-23-2006, 04:15 AM   could someone do this skinning for me [help] Post #5
 
Join Date: Jul 2004
Posts: 3
Rep Power: 0
Willz is infamous around these parts
Default

aurora header XML
http://www.zshare.net/download/header-xml-cf7.html

blaze header XML
http://www.zshare.net/download/header-xml-qrb.html
===============================================
michael could you try it please for me would like it done quick i dont realy get stuff you put up really i am greatful for your time...so i sent you the 2 header xml's.thanks if you can do it.
Willz is offline   Reply With Quote
Old 04-23-2006, 04:33 AM   could someone do this skinning for me [help] Post #6
Member
 
Join Date: Jul 2003
Posts: 63
Rep Power: 7
radestock is on a distinguished road
Default

What is wrong with giving this a go yourself? Asking someone else to do the work for you is a bit of a cop out if you ask me.

Use the Turnstyle files - look at them, see what they do. Then see how they differ from the files in the skin you want to alter. Yes it might take a while, yes there might be annoying times where nothing seems to work.

But you need to stick with it. This is how every skinner starts.
radestock is offline   Reply With Quote
Old 04-23-2006, 01:14 PM   could someone do this skinning for me [help] Post #7
 
Join Date: Jul 2004
Posts: 3
Rep Power: 0
Willz is infamous around these parts
Default

rad...know your right just though someone with more skinning knowledge about this could do it n like 5mins or something just so i can move on too something else been at trying this for 3days now hours evernight non-stop...im about too give it in.
Willz is offline   Reply With Quote
Old 04-23-2006, 03:02 PM   could someone do this skinning for me [help] Post #8
 
Join Date: Jul 2004
Posts: 3
Rep Power: 0
Willz is infamous around these parts
Default

i have the date & time together...how do i get it over beside user name & team???
Willz is offline   Reply With Quote
Old 04-23-2006, 06:13 PM   could someone do this skinning for me [help] Post #9
Member
 
Join Date: Jan 1970
Posts: 81
Rep Power: 40
michaeltmurrayuk is on a distinguished road
Default

To get the time and date on the right above your user name.

Open your header file

Scroll down to this line (assuming you based your header on aurora's):

<pre class="ip-ubbcode-code-pre">&lt;!-- MANAGER & TEAM NAMES --&gt;&lt;container id="ZDr1"&gt;&lt;layout class="stick_to_sides_attachment" alignment="horizontal" layout_children="true" inset="-1"/&gt;&lt;layout class="arrange_vertical_attachment" alignment="top" gap="0" offset="4"/&gt;</pre>

And paste this code below the last line above:

<pre class="ip-ubbcode-code-pre">&lt;widget class="date_cell" id="date" text="date" standard_spec="text" style="shadowed" alignment="top, right" auto_size="vertical"&gt; &lt;attachment class="get_global_attachment" get_property="date" set_property="valu"/&gt; &lt;attachment class="test_global_attachment" get_property="cont" value="-8" set_property="hidn" skip_if_null="false" skip_if_resetting="false" priority="1"/&gt; &lt;attachment class="get_global_attachment" get_property="fcol" set_property="colr"/&gt; &lt;string id="format"&gt; [%date#1-day] [%date#1-time] [%date#1-long_no_day] &lt;/string&gt; &lt;/widget&gt;</pre>

Which will give you a header looking like This

To get rid of the shadow change the style="shadowed" line above to style="none"
michaeltmurrayuk is offline   Reply With Quote
Old 04-23-2006, 07:23 PM   could someone do this skinning for me [help] Post #10
 
Join Date: Jul 2004
Posts: 3
Rep Power: 0
Willz is infamous around these parts
Default

michael thanks for your help...but im giving up on it i have tried & tried what i wanna do but its being a pain in the butt dont have patients so give up on my skin i was working on just couple things wanna do...wish it was easier.
Willz is offline   Reply With Quote
Reply

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

Bookmarks

Thread Tools
Display Modes


Similar threads to could someone do this skinning for me [help]
Thread Thread Starter Forum Replies Last Post
Skinning on a Mac
Skinning on a Mac: Does anyone know where you have to put logos,...
James Looker Skinning Hideout 1 10-24-2007 09:05 PM
Skinning Bug
Skinning Bug: Bit of a skinning bug I've noticed. If you...
radestock Skinning Hideout 0 08-06-2007 05:35 PM
Skinning Q:
Skinning Q:: Where do I go in a skin to edit this thin lines...
StAyCoOL Skinning Hideout 2 03-07-2006 09:59 PM
Skinning with XML
Skinning with XML: I'm trying to modify some skins for fm2006....
oSa Skinning Hideout 2 10-06-2005 10:38 PM
skinning question
skinning question: was wondering if some one could help me ...
acidmonkey Skinning Hideout 2 08-01-2005 10:40 PM

More threads of Willz
Thread Date Forum Replies Last Post
what is...Carnegie Premier League
what is...Carnegie Premier League: whats the Carnegie Premier League????anyone have...
04-14-2006 Skinning Hideout 2 04-17-2006 06:53 PM
is royal league in fm06
is royal league in fm06: is the royal league in fm06 but under another name
04-02-2006 Skinning Hideout 5 04-03-2006 06:26 PM
moving stuff on titlebar (HELP)
moving stuff on titlebar (HELP): how do you move stuff about on the titlebar at...
03-22-2006 Skinning Hideout 0 03-22-2006 12:17 AM
lost my morale icons what have i do
lost my morale icons what have i do: i have lost my morale icons in my skin does...
03-07-2006 Skinning Hideout 0 03-07-2006 09:54 PM
club name changing in my INC FILE???
club name changing in my INC FILE???: how can i add name changing San Jose Earthquakes...
03-07-2006 Skinning Hideout 2 03-07-2006 06:46 PM

Other threads in forum Skinning Hideout
Thread Date Thread Starter Replies Last Post
About Resources Archiever Tool
About Resources Archiever Tool: i had download it... but i wan to ask ...Can...
02-02-2008 Siang1988 0 02-02-2008 08:55 AM
I've lost all the default kits, please help
I've lost all the default kits, please help: I've got the folder still but for some reason no...
01-26-2006 superbocksuperstar 1 01-28-2006 10:10 AM
Anyone have Italy Seria A logo ?
Anyone have Italy Seria A logo ?: i'm looking for the Seria A logo which in...
12-27-2005 tp291203 1 12-27-2005 03:12 PM
[removed]
[removed]:
10-23-2005 Starskjaer 1 10-23-2005 04:20 AM
2D Players
2D Players: Has anybody heard something of alternative 2d...
10-26-2004 mark_oni 15 02-13-2005 01:04 PM

» Online Users: 28
0 members and 28 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 01:17 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 could someone do this skinning for me [help].