» Stats
Members: 48,608
Threads: 84,984
Posts: 1,031,248
Top Poster: Rindalik (4,430) Welcome to our newest member, opqr967
» Fitness.com 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.
11-18-2007, 04:51 PM
Question regarding the icons in the header menu Post #1 Junior Member
Join Date: Jan 1970
Posts: 19
Rep Power:
0
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.
)
11-18-2007, 05:07 PM
Question regarding the icons in the header menu Post #2 Senior Member
Join Date: Nov 2007
Posts: 249
Rep Power:
2
Sure thing, there are:
graphics/icons/quicklinks
11-18-2007, 06:33 PM
Question regarding the icons in the header menu Post #3 Junior Member
Join Date: Jan 1970
Posts: 19
Rep Power:
0
thanks. i have the folders to be seen in thumbnails and in the preview they didn't appear. silly me.
11-18-2007, 06:35 PM
Question regarding the icons in the header menu Post #4 Junior Member
Join Date: Jan 1970
Posts: 19
Rep Power:
0
sorry for double post but do you know the xml that manages these icons?
11-18-2007, 06:56 PM
Question regarding the icons in the header menu Post #5 Senior Member
Join Date: Nov 2007
Posts: 249
Rep Power:
2
Sure the quicklink code is
<pre class="ip-ubbcode-code-pre"> <!-- Quicklinks --> <container> <layout class="stick_to_sides_attachment" alignment="bottom" inset="-2" layout_children="true"/> <layout class="arrange_horizontal_attachment" alignment="right" gap="10" /> <layout class="stick_to_sides_attachment" alignment="right" inset="10"/> <layout class="stick_to_sides_attachment" alignment="bottom" inset="20"/> <layout class="fit_children_attachment" alignment="vertical" offset="0"/><widget class="action_button" id="HOME" appearance="icons/quick links/home/button" auto_size="all"> <event id="click_event" event_id="GCMH" event_target="scrn"/> <!-- we redirect some mouse events directly to the 'quick links hint' widget somewhere else on this screen. --> <record id="mouse_entered_event"> <flags id="event_id" value="inte" /> <flags id="event_target" value="qlhi" /> <string id="hint" value="Home"/> </record> <record id="mouse_exited_event"> <flags id="event_id" value="intx" /> <flags id="event_target" value="qlhi" /> <string id="hint" value="" /> </record> </widget> <!-- Calendar Button --> <widget class="action_button" appearance="icons/quick links/calendar/button" auto_size="all"> <attachment class="test_global_attachment" get_property="cont" value="-8" set_property="hidn" skip_if_null="false" skip_if_resetting="false" priority="1"/> <event id="click_event"> <flags id="event_id" value="GCCA" /> <flags id="event_target" value="scrn" /> </event> </widget><widget class="action_button" appearance="icons/quick links/squad/button" auto_size="all"> <event id="click_event" event_id="GCMS" event_target="scrn"/> <attachment class="test_global_attachment" get_property="mgiu" mode="0" value="1" set_property="hidn"/> <!-- we redirect some mouse events directly to the 'quick links hint' widget somewhere else on this screen. --> <record id="mouse_entered_event"> <flags id="event_id" value="inte" /> <flags id="event_target" value="qlhi" /> <string id="hint" value="Squad"/> </record> <record id="mouse_exited_event"> <flags id="event_id" value="intx" /> <flags id="event_target" value="qlhi" /> <string id="hint" value="" /> </record> </widget><widget class="action_button" id="TACT" appearance="icons/quick links/tactics/button" auto_size="all"> <event id="click_event" event_id="GCMT" event_target="scrn"/> <attachment class="test_global_attachment" get_property="mgiu" mode="0" value="1" set_property="hidn"/> <!-- we redirect some mouse events directly to the 'quick links hint' widget somewhere else on this screen. --> <record id="mouse_entered_event"> <flags id="event_id" value="inte" /> <flags id="event_target" value="qlhi" /> <string id="hint" value="Tactics"/> </record> <record id="mouse_exited_event"> <flags id="event_id" value="intx" /> <flags id="event_target" value="qlhi" /> <string id="hint" value="" /> </record> </widget><widget class="action_button" appearance="icons/quick links/shortlists/button" auto_size="all"> <event id="click_event" event_id="GCSH" event_target="scrn"/> <!-- we redirect some mouse events directly to the 'quick links hint' widget somewhere else on this screen. --> <record id="mouse_entered_event"> <flags id="event_id" value="inte" /> <flags id="event_target" value="qlhi" /> <string id="hint" value="Shortlist"/> </record> <record id="mouse_exited_event"> <flags id="event_id" value="intx" /> <flags id="event_target" value="qlhi" /> <string id="hint" value="" /> </record> </widget><widget class="action_button" appearance="icons/quick links/training/button" auto_size="all"> <event id="click_event" event_id="GMTR" event_target="scrn"/> <attachment class="test_global_attachment" get_property="mgcm" mode="0" value="0" set_property="hidn"/> <!-- we redirect some mouse events directly to the 'quick links hint' widget somewhere else on this screen. --> <record id="mouse_entered_event"> <flags id="event_id" value="inte" /> <flags id="event_target" value="qlhi" /> <string id="hint" value="Training"/> </record> <record id="mouse_exited_event"> <flags id="event_id" value="intx" /> <flags id="event_target" value="qlhi" /> <string id="hint" value="" /> </record> </widget><widget class="action_button" appearance="icons/quick links/scouting/button" auto_size="all"> <event id="click_event" event_id="GMSC" event_target="scrn"/> <attachment class="test_global_attachment" get_property="mgcm" mode="0" value="0" set_property="hidn"/> <!-- we redirect some mouse events directly to the 'quick links hint' widget somewhere else on this screen. --> <record id="mouse_entered_event"> <flags id="event_id" value="inte" /> <flags id="event_target" value="qlhi" /> <string id="hint" value="Scouting"/> </record> <record id="mouse_exited_event"> <flags id="event_id" value="intx" /> <flags id="event_target" value="qlhi" /> <string id="hint" value="" /> </record> </widget><widget class="action_button" appearance="icons/quick links/finances/button" auto_size="all"> <event id="click_event" event_id="GMFI" event_target="scrn"/> <attachment class="test_global_attachment" get_property="mgcm" mode="0" value="0" set_property="hidn"/> <!-- we redirect some mouse events directly to the 'quick links hint' widget somewhere else on this screen. --> <record id="mouse_entered_event"> <flags id="event_id" value="inte" /> <flags id="event_target" value="qlhi" /> <string id="hint" value="Finances"/> </record> <record id="mouse_exited_event"> <flags id="event_id" value="intx" /> <flags id="event_target" value="qlhi" /> <string id="hint" value="" /> </record> </widget> <widget class="action_button" appearance="icons/quick links/national pool/button" auto_size="all"> <event id="click_event" event_id="GMNP" event_target="scrn"/> <attachment class="test_global_attachment" get_property="mgnm" mode="0" value="0" set_property="hidn"/> <!-- we redirect some mouse events directly to the 'quick links hint' widget somewhere else on this screen. --> <record id="mouse_entered_event"> <flags id="event_id" value="inte" /> <flags id="event_target" value="qlhi" /> <string id="hint" value="National Pool"/> </record> <record id="mouse_exited_event"> <flags id="event_id" value="intx" /> <flags id="event_target" value="qlhi" /> <string id="hint" value="" /> </record> </widget> <widget class="action_button" appearance="icons/quick links/world rankings/button" auto_size="all "> <event id="click_event" event_id="EGWR" event_target="scrn"/> <attachment class="test_global_attachment" get_property="mgnm" mode="0" value="0" set_property="hidn"/> <!-- we redirect some mouse events directly to the 'quick links hint' widget somewhere else on this screen. --> <record id="mouse_entered_event"> <flags id="event_id" value="inte" /> <flags id="event_target" value="qlhi" /> <string id="hint" value="World Rankings"/> </record> <record id="mouse_exited_event"> <flags id="event_id" value="intx" /> <flags id="event_target" value="qlhi" /> <string id="hint" value="" /> </record> </widget> <widget class="action_button" appearance="icons/quick links/job centre/button" auto_size="all"> <event id="click_event" event_id="GCJC" event_target="scrn"/> <attachment class="test_global_attachment" get_property="mgiu" mode="0" value="0" set_property="hidn"/> <!-- we redirect some mouse events directly to the 'quick links hint' widget somewhere else on this screen. --> <record id="mouse_entered_event"> <flags id="event_id" value="inte" /> <flags id="event_target" value="qlhi" /> <string id="hint" value="Job Centre"/> </record> <record id="mouse_exited_event"> <flags id="event_id" value="intx" /> <flags id="event_target" value="qlhi" /> <string id="hint" value="" /> </record> </widget> <widget class="action_button" appearance="icons/quick links/send message/button" auto_size="all"> <event id="click_event" event_id="SMAH" event_target="scrn"/> <attachment class="test_global_attachment" get_property="isng" mode="0" value="0" set_property="hidn"/> <!-- we redirect some mouse events directly to the 'quick links hint' widget somewhere else on this screen. --> <record id="mouse_entered_event"> <flags id="event_id" value="inte" /> <flags id="event_target" value="qlhi" /> <string id="hint" value="Send Message"/> </record> <record id="mouse_exited_event"> <flags id="event_id" value="intx" /> <flags id="event_target" value="qlhi" /> <string id="hint" value="" /> </record> </widget><widget class="action_button" id="news" appearance="icons/quick links/no mail/button" auto_size="all"> <event id="click_event" event_id="INBX" event_target="scrn"/> <attachment class="test_global_attachment" get_property="mgru" mode="1" value="0" set_property="hidn"/> <!-- we redirect some mouse events directly to the 'quick links hint' widget somewhere else on this screen. --> <record id="mouse_entered_event"> <flags id="event_id" value="inte" /> <flags id="event_target" value="qlhi" /> <string id="hint" value="News"/> </record> <record id="mouse_exited_event"> <flags id="event_id" value="intx" /> <flags id="event_target" value="qlhi" /> <string id="hint" value="" /> </record> </widget> <!-- the new news icon, this gets hidden if there is no new news --><widget class="action_button" id="news" appearance="icons/quick links/mail/button" auto_size="all"> <event id="click_event" event_id="INBX" event_target="scrn"/> <attachment class="test_global_attachment" get_property="mgru" mode="0" value="0" set_property="hidn"/> <!-- we redirect some mouse events directly to the 'quick links hint' widget somewhere else on this screen. --> <record id="mouse_entered_event"> <flags id="event_id" value="inte" /> <flags id="event_target" value="qlhi" /> <string id="hint" value="News"/> </record> <record id="mouse_exited_event"> <flags id="event_id" value="intx" /> <flags id="event_target" value="qlhi" /> <string id="hint" value="" /> </record> </widget> <!-- the bit with the number of unread news (text) --><widget class="text_button" auto_size="all" size="10" alignment="centre" colour="yellow"> <layout class="stick_to_sides_attachment" alignment="top" inset="12"/> <layout class="stick_to_sides_attachment" alignment="right" inset="16"/> <attachment class="get_global_attachment" get_property="mgru" set_property="text"/> <attachment class="test_global_attachment" get_property="mgru" mode="0" value="0" set_property="hidn"/> <event id="click_event" event_id="INBX" event_target="scrn"/> </widget> </container> <!--Quicklinks Container--></pre>
11-18-2007, 07:31 PM
Question regarding the icons in the header menu Post #6 Senior Member
Join Date: Jul 2003
Posts: 172
Rep Power:
7
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.
Thread Tools Display Modes Linear Mode
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 09: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 07: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 04: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 08: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 06: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 05: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 05: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 01: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 01: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 05:30 PM
» Online Users: 11 1 members and 10 guests pqrs725 Most users ever online was 2,128, 07-21-2008 at 08:27 PM.
All times are GMT +1. The time now is 05:10 AM .