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,179
Threads: 84,969
Posts: 1,031,302
Top Poster: Fitnessdotcom (3,317)
Welcome to our newest member, pacman77
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 11-18-2007, 03:51 PM   Question regarding the icons in the header menu Post #1
Junior Member
 
Join Date: Jan 1970
Posts: 19
Rep Power: 0
boogiesbc is on a distinguished road
Default Question regarding the icons in the header menu

http://img86.imageshack.us/img86/5632/iconsasdpj1.jpg

I was wondering if you could tell me where these little things are located. I searched and researched all the graphics folder...

Maybe I am blind...

I'm working on a skin and this I'm one step away from releasing it. This is that step. )
boogiesbc is offline   Reply With Quote
Old 11-18-2007, 04:07 PM   Question regarding the icons in the header menu Post #2
Senior Member
 
Join Date: Nov 2007
Posts: 249
Rep Power: 2
SmurfDude is on a distinguished road
Default

Sure thing, there are:

graphics/icons/quicklinks

SmurfDude is offline   Reply With Quote
Old 11-18-2007, 05:33 PM   Question regarding the icons in the header menu Post #3
Junior Member
 
Join Date: Jan 1970
Posts: 19
Rep Power: 0
boogiesbc is on a distinguished road
Default

thanks. i have the folders to be seen in thumbnails and in the preview they didn't appear. silly me.
boogiesbc is offline   Reply With Quote
Old 11-18-2007, 05:35 PM   Question regarding the icons in the header menu Post #4
Junior Member
 
Join Date: Jan 1970
Posts: 19
Rep Power: 0
boogiesbc is on a distinguished road
Default

sorry for double post but do you know the xml that manages these icons?
boogiesbc is offline   Reply With Quote
Old 11-18-2007, 05:56 PM   Question regarding the icons in the header menu Post #5
Senior Member
 
Join Date: Nov 2007
Posts: 249
Rep Power: 2
SmurfDude is on a distinguished road
Default

Sure the quicklink code is

<pre class="ip-ubbcode-code-pre"> &lt;!-- Quicklinks --&gt; &lt;container&gt; &lt;layout class="stick_to_sides_attachment" alignment="bottom" inset="-2" layout_children="true"/&gt; &lt;layout class="arrange_horizontal_attachment" alignment="right" gap="10" /&gt; &lt;layout class="stick_to_sides_attachment" alignment="right" inset="10"/&gt; &lt;layout class="stick_to_sides_attachment" alignment="bottom" inset="20"/&gt; &lt;layout class="fit_children_attachment" alignment="vertical" offset="0"/&gt;&lt;widget class="action_button" id="HOME" appearance="icons/quick links/home/button" auto_size="all"&gt; &lt;event id="click_event" event_id="GCMH" event_target="scrn"/&gt; &lt;!-- we redirect some mouse events directly to the 'quick links hint' widget somewhere else on this screen. --&gt; &lt;record id="mouse_entered_event"&gt; &lt;flags id="event_id" value="inte" /&gt; &lt;flags id="event_target" value="qlhi" /&gt; &lt;string id="hint" value="Home"/&gt; &lt;/record&gt; &lt;record id="mouse_exited_event"&gt; &lt;flags id="event_id" value="intx" /&gt; &lt;flags id="event_target" value="qlhi" /&gt; &lt;string id="hint" value="" /&gt; &lt;/record&gt; &lt;/widget&gt; &lt;!-- Calendar Button --&gt; &lt;widget class="action_button" appearance="icons/quick links/calendar/button" auto_size="all"&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;event id="click_event"&gt; &lt;flags id="event_id" value="GCCA" /&gt; &lt;flags id="event_target" value="scrn" /&gt; &lt;/event&gt; &lt;/widget&gt;&lt;widget class="action_button" appearance="icons/quick links/squad/button" auto_size="all"&gt; &lt;event id="click_event" event_id="GCMS" event_target="scrn"/&gt; &lt;attachment class="test_global_attachment" get_property="mgiu" mode="0" value="1" set_property="hidn"/&gt; &lt;!-- we redirect some mouse events directly to the 'quick links hint' widget somewhere else on this screen. --&gt; &lt;record id="mouse_entered_event"&gt; &lt;flags id="event_id" value="inte" /&gt; &lt;flags id="event_target" value="qlhi" /&gt; &lt;string id="hint" value="Squad"/&gt; &lt;/record&gt; &lt;record id="mouse_exited_event"&gt; &lt;flags id="event_id" value="intx" /&gt; &lt;flags id="event_target" value="qlhi" /&gt; &lt;string id="hint" value="" /&gt; &lt;/record&gt; &lt;/widget&gt;&lt;widget class="action_button" id="TACT" appearance="icons/quick links/tactics/button" auto_size="all"&gt; &lt;event id="click_event" event_id="GCMT" event_target="scrn"/&gt; &lt;attachment class="test_global_attachment" get_property="mgiu" mode="0" value="1" set_property="hidn"/&gt; &lt;!-- we redirect some mouse events directly to the 'quick links hint' widget somewhere else on this screen. --&gt; &lt;record id="mouse_entered_event"&gt; &lt;flags id="event_id" value="inte" /&gt; &lt;flags id="event_target" value="qlhi" /&gt; &lt;string id="hint" value="Tactics"/&gt; &lt;/record&gt; &lt;record id="mouse_exited_event"&gt; &lt;flags id="event_id" value="intx" /&gt; &lt;flags id="event_target" value="qlhi" /&gt; &lt;string id="hint" value="" /&gt; &lt;/record&gt; &lt;/widget&gt;&lt;widget class="action_button" appearance="icons/quick links/shortlists/button" auto_size="all"&gt; &lt;event id="click_event" event_id="GCSH" event_target="scrn"/&gt; &lt;!-- we redirect some mouse events directly to the 'quick links hint' widget somewhere else on this screen. --&gt; &lt;record id="mouse_entered_event"&gt; &lt;flags id="event_id" value="inte" /&gt; &lt;flags id="event_target" value="qlhi" /&gt; &lt;string id="hint" value="Shortlist"/&gt; &lt;/record&gt; &lt;record id="mouse_exited_event"&gt; &lt;flags id="event_id" value="intx" /&gt; &lt;flags id="event_target" value="qlhi" /&gt; &lt;string id="hint" value="" /&gt; &lt;/record&gt; &lt;/widget&gt;&lt;widget class="action_button" appearance="icons/quick links/training/button" auto_size="all"&gt; &lt;event id="click_event" event_id="GMTR" event_target="scrn"/&gt; &lt;attachment class="test_global_attachment" get_property="mgcm" mode="0" value="0" set_property="hidn"/&gt; &lt;!-- we redirect some mouse events directly to the 'quick links hint' widget somewhere else on this screen. --&gt; &lt;record id="mouse_entered_event"&gt; &lt;flags id="event_id" value="inte" /&gt; &lt;flags id="event_target" value="qlhi" /&gt; &lt;string id="hint" value="Training"/&gt; &lt;/record&gt; &lt;record id="mouse_exited_event"&gt; &lt;flags id="event_id" value="intx" /&gt; &lt;flags id="event_target" value="qlhi" /&gt; &lt;string id="hint" value="" /&gt; &lt;/record&gt; &lt;/widget&gt;&lt;widget class="action_button" appearance="icons/quick links/scouting/button" auto_size="all"&gt; &lt;event id="click_event" event_id="GMSC" event_target="scrn"/&gt; &lt;attachment class="test_global_attachment" get_property="mgcm" mode="0" value="0" set_property="hidn"/&gt; &lt;!-- we redirect some mouse events directly to the 'quick links hint' widget somewhere else on this screen. --&gt; &lt;record id="mouse_entered_event"&gt; &lt;flags id="event_id" value="inte" /&gt; &lt;flags id="event_target" value="qlhi" /&gt; &lt;string id="hint" value="Scouting"/&gt; &lt;/record&gt; &lt;record id="mouse_exited_event"&gt; &lt;flags id="event_id" value="intx" /&gt; &lt;flags id="event_target" value="qlhi" /&gt; &lt;string id="hint" value="" /&gt; &lt;/record&gt; &lt;/widget&gt;&lt;widget class="action_button" appearance="icons/quick links/finances/button" auto_size="all"&gt; &lt;event id="click_event" event_id="GMFI" event_target="scrn"/&gt; &lt;attachment class="test_global_attachment" get_property="mgcm" mode="0" value="0" set_property="hidn"/&gt; &lt;!-- we redirect some mouse events directly to the 'quick links hint' widget somewhere else on this screen. --&gt; &lt;record id="mouse_entered_event"&gt; &lt;flags id="event_id" value="inte" /&gt; &lt;flags id="event_target" value="qlhi" /&gt; &lt;string id="hint" value="Finances"/&gt; &lt;/record&gt; &lt;record id="mouse_exited_event"&gt; &lt;flags id="event_id" value="intx" /&gt; &lt;flags id="event_target" value="qlhi" /&gt; &lt;string id="hint" value="" /&gt; &lt;/record&gt; &lt;/widget&gt; &lt;widget class="action_button" appearance="icons/quick links/national pool/button" auto_size="all"&gt; &lt;event id="click_event" event_id="GMNP" event_target="scrn"/&gt; &lt;attachment class="test_global_attachment" get_property="mgnm" mode="0" value="0" set_property="hidn"/&gt; &lt;!-- we redirect some mouse events directly to the 'quick links hint' widget somewhere else on this screen. --&gt; &lt;record id="mouse_entered_event"&gt; &lt;flags id="event_id" value="inte" /&gt; &lt;flags id="event_target" value="qlhi" /&gt; &lt;string id="hint" value="National Pool"/&gt; &lt;/record&gt; &lt;record id="mouse_exited_event"&gt; &lt;flags id="event_id" value="intx" /&gt; &lt;flags id="event_target" value="qlhi" /&gt; &lt;string id="hint" value="" /&gt; &lt;/record&gt; &lt;/widget&gt; &lt;widget class="action_button" appearance="icons/quick links/world rankings/button" auto_size="all "&gt; &lt;event id="click_event" event_id="EGWR" event_target="scrn"/&gt; &lt;attachment class="test_global_attachment" get_property="mgnm" mode="0" value="0" set_property="hidn"/&gt; &lt;!-- we redirect some mouse events directly to the 'quick links hint' widget somewhere else on this screen. --&gt; &lt;record id="mouse_entered_event"&gt; &lt;flags id="event_id" value="inte" /&gt; &lt;flags id="event_target" value="qlhi" /&gt; &lt;string id="hint" value="World Rankings"/&gt; &lt;/record&gt; &lt;record id="mouse_exited_event"&gt; &lt;flags id="event_id" value="intx" /&gt; &lt;flags id="event_target" value="qlhi" /&gt; &lt;string id="hint" value="" /&gt; &lt;/record&gt; &lt;/widget&gt; &lt;widget class="action_button" appearance="icons/quick links/job centre/button" auto_size="all"&gt; &lt;event id="click_event" event_id="GCJC" event_target="scrn"/&gt; &lt;attachment class="test_global_attachment" get_property="mgiu" mode="0" value="0" set_property="hidn"/&gt; &lt;!-- we redirect some mouse events directly to the 'quick links hint' widget somewhere else on this screen. --&gt; &lt;record id="mouse_entered_event"&gt; &lt;flags id="event_id" value="inte" /&gt; &lt;flags id="event_target" value="qlhi" /&gt; &lt;string id="hint" value="Job Centre"/&gt; &lt;/record&gt; &lt;record id="mouse_exited_event"&gt; &lt;flags id="event_id" value="intx" /&gt; &lt;flags id="event_target" value="qlhi" /&gt; &lt;string id="hint" value="" /&gt; &lt;/record&gt; &lt;/widget&gt; &lt;widget class="action_button" appearance="icons/quick links/send message/button" auto_size="all"&gt; &lt;event id="click_event" event_id="SMAH" event_target="scrn"/&gt; &lt;attachment class="test_global_attachment" get_property="isng" mode="0" value="0" set_property="hidn"/&gt; &lt;!-- we redirect some mouse events directly to the 'quick links hint' widget somewhere else on this screen. --&gt; &lt;record id="mouse_entered_event"&gt; &lt;flags id="event_id" value="inte" /&gt; &lt;flags id="event_target" value="qlhi" /&gt; &lt;string id="hint" value="Send Message"/&gt; &lt;/record&gt; &lt;record id="mouse_exited_event"&gt; &lt;flags id="event_id" value="intx" /&gt; &lt;flags id="event_target" value="qlhi" /&gt; &lt;string id="hint" value="" /&gt; &lt;/record&gt; &lt;/widget&gt;&lt;widget class="action_button" id="news" appearance="icons/quick links/no mail/button" auto_size="all"&gt; &lt;event id="click_event" event_id="INBX" event_target="scrn"/&gt; &lt;attachment class="test_global_attachment" get_property="mgru" mode="1" value="0" set_property="hidn"/&gt; &lt;!-- we redirect some mouse events directly to the 'quick links hint' widget somewhere else on this screen. --&gt; &lt;record id="mouse_entered_event"&gt; &lt;flags id="event_id" value="inte" /&gt; &lt;flags id="event_target" value="qlhi" /&gt; &lt;string id="hint" value="News"/&gt; &lt;/record&gt; &lt;record id="mouse_exited_event"&gt; &lt;flags id="event_id" value="intx" /&gt; &lt;flags id="event_target" value="qlhi" /&gt; &lt;string id="hint" value="" /&gt; &lt;/record&gt; &lt;/widget&gt; &lt;!-- the new news icon, this gets hidden if there is no new news --&gt;&lt;widget class="action_button" id="news" appearance="icons/quick links/mail/button" auto_size="all"&gt; &lt;event id="click_event" event_id="INBX" event_target="scrn"/&gt; &lt;attachment class="test_global_attachment" get_property="mgru" mode="0" value="0" set_property="hidn"/&gt; &lt;!-- we redirect some mouse events directly to the 'quick links hint' widget somewhere else on this screen. --&gt; &lt;record id="mouse_entered_event"&gt; &lt;flags id="event_id" value="inte" /&gt; &lt;flags id="event_target" value="qlhi" /&gt; &lt;string id="hint" value="News"/&gt; &lt;/record&gt; &lt;record id="mouse_exited_event"&gt; &lt;flags id="event_id" value="intx" /&gt; &lt;flags id="event_target" value="qlhi" /&gt; &lt;string id="hint" value="" /&gt; &lt;/record&gt; &lt;/widget&gt; &lt;!-- the bit with the number of unread news (text) --&gt;&lt;widget class="text_button" auto_size="all" size="10" alignment="centre" colour="yellow"&gt; &lt;layout class="stick_to_sides_attachment" alignment="top" inset="12"/&gt; &lt;layout class="stick_to_sides_attachment" alignment="right" inset="16"/&gt; &lt;attachment class="get_global_attachment" get_property="mgru" set_property="text"/&gt; &lt;attachment class="test_global_attachment" get_property="mgru" mode="0" value="0" set_property="hidn"/&gt; &lt;event id="click_event" event_id="INBX" event_target="scrn"/&gt; &lt;/widget&gt; &lt;/container&gt; &lt;!--Quicklinks Container--&gt;</pre>
SmurfDude is offline   Reply With Quote
Old 11-18-2007, 06:31 PM   Question regarding the icons in the header menu Post #6
Senior Member
 
Join Date: Jul 2003
Posts: 172
Rep Power: 6
postal postie is on a distinguished road
Default

quick question if i may on the same path. could any one tell me where the colours for the player stats are hidden please? so that i can try and change them.
postal postie is offline   Reply With Quote
Reply

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

Bookmarks

Thread Tools
Display Modes


Similar threads to Question regarding the icons in the header menu
Thread Thread Starter Forum Replies Last Post
All 2D player icons for FM07 (also tactis icons) ??
All 2D player icons for FM07 (also tactis icons) ??: Pls ne1 here knw where to get all 2d player...
spaceman Skinning Hideout 0 12-22-2006 07:14 PM
Small Player Icons (in Breadcrumbs menu) - deletion
Small Player Icons (in Breadcrumbs menu) - deletion: Would I 'break' the game in any manner if I just...
Mons Skinning Hideout 0 10-23-2006 12:02 AM
DVD Menu
DVD Menu: So i am reading on the adobe that encore and CS...
ooptea General Photoshop Board 12 07-11-2005 04:40 PM
Header Question UPDATE::
Header Question UPDATE::: It's me again :p. I have a quick questions...
jnick General Photoshop Board 5 11-02-2004 03:08 PM
pop-up menu ?
pop-up menu ?: Hi all, I am very curious that Can Photoshop...
qaz General Photoshop Board 7 11-20-2003 09:19 PM

More threads of boogiesbc
Thread Date Forum Replies Last Post
BlueStone skin for FM 2008 (STONE STONE STONE) :)
BlueStone skin for FM 2008 (STONE STONE STONE) :): Screenshot #1 Screenshot #2 Screenshot #3 ...
11-18-2007 Skinning Hideout 50 11-21-2007 08:52 PM
Question regarding the icons in the header menu
Question regarding the icons in the header menu: http://img86.imageshack.us/img86/5632/iconsasdpj1....
11-18-2007 Skinning Hideout 5 11-18-2007 06:31 PM
HELP...simple step guide needed..
HELP...simple step guide needed..: First untick use skin cache in preferences then...
11-16-2005 Skinning Hideout 1 11-16-2005 03:00 PM
Antoher skin, another problem
Antoher skin, another problem: Can you please tell me the name of the file(s)...
11-09-2005 Skinning Hideout 2 11-13-2005 07:02 PM
A skin problem
A skin problem: I have a small problem at a skin that I made....
10-27-2005 Skinning Hideout 3 10-28-2005 05:23 PM

Other threads in forum Skinning Hideout
Thread Date Thread Starter Replies Last Post
j-leauge
j-leauge: hi ive just recently found the j leauge patch and...
02-09-2008 dj clark boy 0 02-09-2008 04:04 PM
confused! help please newbie here!
confused! help please newbie here!: hey, if i download some kits off sortitoutsi.com,...
08-28-2007 Jon MUFC 3 08-29-2007 04:02 PM
Help needed for New League..
Help needed for New League..: Hi I've made a new league. I've replaced the...
05-13-2006 Herter 7 05-15-2006 12:25 PM
Default Match view
Default Match view: Does anyone know if its possible to change the...
12-29-2005 Shine 1 01-01-2006 12:26 AM
How do i edit Contract details with Artmoney?
How do i edit Contract details with Artmoney?: I've been trying to edit a players contract...
11-04-2005 cgiorgal 7 11-06-2005 04:30 PM

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

All times are GMT +1. The time now is 12:16 PM.


Powered by vBulletin® Version 3.8.0
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 Question regarding the icons in the header menu.