» Site Navigation | | | » Stats |
Members: 47,885
Threads: 82,629
Posts: 1,028,041
Top Poster: Peacemaker7 (3,025) | | Welcome to our newest member, eva19841 | |  |
11-18-2007, 04:51 PM
|
#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
|
#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
|
#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
|
#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
|
#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
|
#6 | | Senior Member
Join Date: Jul 2003
Posts: 182
Rep Power: 6 |
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 |
Posting Rules
| You may not post new threads You may not post replies You may not post attachments You may not edit your posts HTML code is Off | | |
Similar Threads | | Thread | Thread Starter | Forum | Replies | Last Post | | options menu | xlive2 | Football Manager | 1 | 11-29-2006 10:17 PM | | Menu bar freeze | badfish | General Photoshop Board | 9 | 12-07-2005 07:35 AM | | DVD Menu | ooptea | General Photoshop Board | 12 | 07-11-2005 05:40 PM | | Header Question UPDATE:: | jnick | General Photoshop Board | 5 | 11-02-2004 04:08 PM | | pop-up menu ? | qaz | General Photoshop Board | 7 | 11-20-2003 10:19 PM | » Online Users: 22 | | 0 members and 22 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 05:56 AM.