Jump to content

[FM23] Skinning help


PequenoGenio
 Share

Recommended Posts

Hello.

I'm in the process of edit my own skin (not gonna lauch this year) but i need help in this:

  • What panel control the colours of the positions?

spacer.png

  • How do i make all this litlle "titles" (highlighted in yellow) that are in purple match the club colours?
  • How to increse the size of the picture, nation logo, club logo (highlighted in green) and adjust the text (highlighted in red) in order to, when i increase the logos they don't go over the text?

spacer.png

Edited by PequenoGenio
Link to post
Share on other sites

  • How to increse the size of the picture, nation logo, club logo (highlighted in green) and adjust the text (highlighted in red) in order to, when i increase the logos they don't go over the text?

Player personal details panel.xml

  • What panel control the colours of the positions?

    Usually set be the buttons xml in boxes/custom/picking/normal

 

Link to post
Share on other sites

  • How to increse the size of the picture, nation logo, club logo (highlighted in green) and adjust the text (highlighted in red) in order to, when i increase the logos they don't go over the text?

Player personal details panel.xml - donne that but ended to mess up all of it (logos on top of the text). I don't understant what value need to edit. I want to make the picture and logos go big as possible.

  • What panel control the colours of the positions?

    Usually set be the buttons xml in boxes/custom/picking/normal - so not able to do the same that i did here, right?

Thanks @wkdsoul

player personal details panel.xml

Edited by PequenoGenio
Link to post
Share on other sites

Can somebody please help me here?
i'm losing my mind over this, and i don't know what more can i do:

spacer.png

<!-- A panel showing various bits of information about a player -->
<panel>
  <layout class="stick_to_sides_attachment" alignment="all" inset="0" apply_to_children="true"/>

  <boolean id="should_force_refresh" value="true"/>

  <container>
    <layout class="stick_to_sides_attachment" alignment="all" inset="0" apply_to_children="true" />

    <container class="horizontal_adaptive_container" inset="2" gap="10" mode="distribute_equally">

      <container minimum_width="310" priority="1">
        <layout class="stick_to_sides_attachment" alignment="vertical" inset="0" apply_to_children="true" />
        <layout class="arrange_horizontal_attachment" layout="-1, 10, 1" offset="0" gap="0" />

<container class="bordered_box" priority="1" default_height="-1">
						<layout class="arrange_vertical_attachment" offset="0" gap="0"/>
						<layout class="stick_to_sides_attachment" alignment="all" inset="0" apply_to_children="true"/>

						<container>
								<layout class="stick_to_sides_attachment" alignment="all" apply_to_children="true" inset="5"
												offset="5" gap="0"/>
								<!-- KIT ICON -->
								<widget id="cKit" class="kit_icon" image_alignment="left" height="130" scale_picture="true"
												kit_zoom_level="2" priority="1">
										<layout class="stick_to_sides_attachment" alignment="left" inset="-38"/>
										<record id="object_property">
												<list id="get_properties">
														<record>
																<integer id="get_property" value="Pers"/>
																<integer id="set_property" value="objt"/>
														</record>
												</list>
										</record>
								</widget>
						</container>

						<widget class="picture" id="foto">
								<layout class="centre_in_parent_attachment" alignment="horizontal" offset="70"
												priority="1"/>
								<layout class="stick_to_sides_attachment" alignment="all" inset="0" priority="1"/>
								<boolean id="scale_picture" value="true"/>
								<boolean id="keep_aspect_ratio" value="true"/>
								<flags id="image_alignment" value="centre"/>

								<attachment class="test_setting_attachment" get_setting="show_portraits"
														default_value="true"
														set_property="hidn">
										<list id="value">
												<boolean value="false"/>
										</list>
								</attachment>

								<record id="object_property">
										<list id="get_properties">
												<record>
														<integer id="get_property" value="fcgn"/>

												</record>
												<record>
														<integer id="get_property" value="Pfke"/>

												</record>
												<record>
														<integer id="get_property" value="prpc"/>
														<integer id="set_property" value="valu"/>
												</record>
										</list>
								</record>

						</widget>

				</container>

        <!-- Personal Details -->
        <container class="icon_box">
          <layout class="arrange_vertical_attachment" alignment="top" offset="0" gap="-1" />
          <layout class="stick_to_sides_attachment" alignment="horizontal" inset="0" apply_to_children="true" />

          <record id="icon_properties"  red_replacement="primary"/>

          <!-- Get player status flags-->
          <record id="object_property" get_property="Pnfo" dont_set_object="true" dont_set_hint="true"/>

          <!-- Player status icon with a fitness donut as first item-->
          <widget class="player_status_all_button" id="secw" appearance="buttons/custom/status round" auto_size="all" alignment="bottom" offset_x="0" offset_y="4" gap="2" maximised="false" max_items_per_row_or_column="3" embed_in_frame="true">
            <layout class="stick_to_sides_attachment" alignment="top, left" inset="4" embed_in_frame="true" />

            <!-- Set icon to only show: HG, Int, Hol, Trv-->
            <integer id="type" value="0" />

            <!-- National flag image -->
            <container width="100" height="100" embed_in_frame="true">
              <widget class="object_portrait_picture" id="npiB" image_alignment="centre" scale_picture="true" width="100" height="100" wants_mouse_events="true" embed_in_frame="true">
                <layout class="centre_in_parent_attachment" alignment="all" embed_in_frame="true" />
                <record id="object_property" dont_set_hint="true" get_property="PNat" set_property="objt" />
              </widget>
            </container>
          </widget>

          <!-- Age & DoB-->
          <container>
            <layout class="fit_children_attachment" alignment="vertical" gap="0" offset="0" />
            <layout class="arrange_horizontal_attachment" alignment="left, extend" offset="40" gap="3" />
            <layout class="stick_to_sides_attachment" alignment="top" apply_to_children="true" inset="0" />
            <!-- Age -->
            <!-- We use an editable panel here just to make it disappear when editing-->
            <!-- fixed height as an attempt to fix 152615 -->-->
            <widget class="editable_client_object_property_panel" id="age" height="22" auto_size="vertical" >
              <record id="widget_info" class="formatted_label" alignment="left, top" size="10" style="bold" auto_size="horizontal">
                <translation id="format" translation_id="242551" type="use" value="[%number#1] years old" />
              </record>
              <record id="widget_properties" width="0" height="0"/>
              <record id="object_property" get_property="Page" />
            </widget>

            <!-- DoB -->
            <widget class="editable_client_object_property_panel" id="dobl" auto_size="vertical" >
              <record id="widget_info" class="game_formatted_label" alignment="left, centre_y" auto_size="vertical" size="10" format="([%date#1-short])" colour="white"/>
              <record id="widget_properties" height="20"/>
              <record id="object_property" get_property="Pdob" />
            </widget>
          </container>

          <!-- Nationality -->
	  <container>
            <layout class="fit_children_attachment" alignment="vertical" gap="0" offset="0" />
            <layout class="arrange_horizontal_attachment" alignment="left, extend" offset="40" gap="3" />
            <layout class="stick_to_sides_attachment" alignment="top" apply_to_children="true" inset="0" />
            <widget class="editable_client_object_property_panel" id="intc " auto_size="vertical" >
              <record id="widget_info" class="nation_button" icon_enabled="false" auto_size="vertical" size="10" colour="white" format="[%nation#1-nationality]"/>
              <record id="widget_properties" auto_size="vertical"/>
              <record id="object_property" dont_set_hint="true" get_property="PNat" />
            </widget>
	  </container>

          <!-- Int Caps -->
	  <container>
            <layout class="fit_children_attachment" alignment="vertical" gap="0" offset="0" />
            <layout class="arrange_horizontal_attachment" alignment="left, extend" offset="40" gap="3" />
            <layout class="stick_to_sides_attachment" alignment="top" apply_to_children="true" inset="0" />
            <widget class="international_appearances_label" id="inta" auto_size="vertical" size="10" colour="white">
              <integer id="int_apps_label_format" value="8" />
              <record id="object_property" dont_set_hint="true" get_property="Pist" />
            </widget>
	  </container>

          <!-- Youth Caps -->
	  <container>
            <layout class="fit_children_attachment" alignment="vertical" gap="0" offset="0" />
            <layout class="arrange_horizontal_attachment" alignment="left, extend" offset="40" gap="3" />
            <layout class="stick_to_sides_attachment" alignment="top" apply_to_children="true" inset="0" />
            <widget class="international_appearances_label" id="inty" height="20" size="10" colour="white">
              <integer id="int_apps_label_format" value="9" />
              <record id="object_property" dont_set_hint="true" get_property="Pist" />
            </widget>
	  </container>
        </container>

        <!-- Vertical separator line -->
        <container/>
        <widget class="picture" file="dividers/standard/vertical/line" scale_picture="false" width="1"/>
      </container>

      <!-- Contract info etc-->
      <container minimum_width="400" priority="3">
        <layout class="stick_to_sides_attachment" alignment="vertical" inset="0" apply_to_children="true"/>
        <layout class="arrange_horizontal_attachment" alignment="right, extend" offset="0" gap="10"/>

        <container class="icon_box">
          <layout class="stick_to_sides_attachment" alignment="all" inset="0" apply_to_children="true"/>

          <record id="icon_properties" red_replacement="primary"/>

          <!-- Get player status flags-->
          <record id="object_property" get_property="Pnfo" dont_set_object="true" dont_set_hint="true"/>
			<!-- Player status icon with club badge-->
			<widget class="player_status_all_button" id="secw" appearance="buttons/custom/status round" auto_size="all" alignment="bottom" offset_x="0" offset_y="4" gap="2" maximised="false" max_items_per_row_or_column="3" embed_in_frame="true">
				<layout class="stick_to_sides_attachment" alignment="top, left" inset="4" embed_in_frame="true" />

				<!-- Set icon to only show: Wnt, Bid, Trn, Lst, Loa, Yth, Wp-->
				<integer id="type" value="1" />

				<!-- Club badge image -->
				<container width="120" height="120" embed_in_frame="true">
					<widget class="object_portrait_picture" id="pclB" image_alignment="centre" scale_picture="true" width="110" height="110" wants_mouse_events="true" embed_in_frame="true">
						<layout class="centre_in_parent_attachment" alignment="all" embed_in_frame="true" />
						<record id="object_property" dont_set_hint="true" get_property="Pclb" set_property="objt" />
					</widget>
				</container>
			</widget>
			<container class="scrolling_box">
				<container class="vertical_arrange_container" auto_size="vertical" offset="0" gap="-1">


					<!--Player extra details (e.g. onloan at...)-->
					<container>
            				  <layout class="fit_children_attachment" alignment="vertical" gap="0" offset="0" />
            				  <layout class="arrange_horizontal_attachment" alignment="left, extend" offset="40" gap="3" />
            				  <layout class="stick_to_sides_attachment" alignment="top" apply_to_children="true" inset="0" />
					  <widget class="player_extra_details_text" id="plex" auto_size="vertical" size="10" colour="white" multiline="false">					
						  <record id="object_property" get_property="PExD" />
					  </widget>
					</container>	

					<!--Value-->
					<container>
            				  <layout class="fit_children_attachment" alignment="vertical" gap="0" offset="0" />
            				  <layout class="arrange_horizontal_attachment" alignment="left, extend" offset="40" gap="3" />
            				  <layout class="stick_to_sides_attachment" alignment="top" apply_to_children="true" inset="0" />
					<widget class="transfer_value_label" id="valu" auto_size="all" style="semi_bold" size="10" alignment="left" colour="white">
						<translation id="format" translation_id="383826" type="use" value="Valued at [%cash#1-roundsmall-short][COMMENT: FR 10661; player overview; string diaplyed a player's estimated monetary value]"/>
						<record id="object_property">
							<list id="get_properties">
								<record>
									<integer id="get_property" value="Pdva"/>
									<boolean id="dont_set_hint" value="true"/>
								</record>
							</list>
						</record>
					</widget>
					</container>

					<!--Wage / Expiry date-->
					<container>
            				  <layout class="fit_children_attachment" alignment="vertical" gap="0" offset="0" />
            				  <layout class="arrange_horizontal_attachment" alignment="left, extend" offset="40" gap="3" />
            				  <layout class="stick_to_sides_attachment" alignment="top" apply_to_children="true" inset="0" />
					  <container height="23" id="wged">
						  <layout class="arrange_horizontal_attachment" alignment="fill" offset="0" gap="0"/>
						  <layout class="stick_to_sides_attachment" alignment="vertical" apply_to_children="true" inset="0"/>

						  <widget class="editable_client_object_property_panel" id="Pcww">
							  <record id="object_property" get_property="Pcww" />
						  </widget>
						  <widget class="editable_client_object_property_panel" id="Pcex">
							  <record id="object_property" get_property="Pcex" />
						  </widget>
					  </container>
					  <widget class="link_text" id="wgex" section="Pcnr" auto_size="vertical" size="10" />
					</container>

					<!-- Proposed playing time-->
					<container>
            				  <layout class="fit_children_attachment" alignment="vertical" gap="0" offset="0" />
            				  <layout class="arrange_horizontal_attachment" alignment="left, extend" offset="40" gap="3" />
           				  <layout class="stick_to_sides_attachment" alignment="top" apply_to_children="true" inset="0" />
						  <widget class="playing_time_label" id="sqst" auto_size="vertical" style="bold" size="10" colour="white">
							  <record id="object_property" get_property="Pcpt" />
						  </widget>
					</container>
				</container>
			</container>

		</container>

        <!-- Vertical separator line -->
        <widget class="picture" file="dividers/standard/vertical/line" scale_picture="false" width="1" priority="4"/>
      </container>

      <!-- Scout report info etc-->
      <container class="icon_box" id="scrB" icon="" red_replacement="primary" minimum_width="306" priority="5">
        <layout class="stick_to_sides_attachment" alignment="horizontal" inset="0" apply_to_children="true" />
        <layout class="stick_to_sides_attachment" alignment="vertical" inset="0" apply_to_children="true" />

        <!-- Set icon to only show: Sct-->
        <record id="widget_properties" type="2" />

        <container class="player_scout_reports_panel" id="psco" file="player/player scout reports small">
          <record id="object_property" get_property="objt" set_property="objt" />
        </container>
      </container>

      <container class="player_scout_reports_panel" file="none" minimum_width="100" default_width="-1" priority="6">
        <layout class="stick_to_sides_attachment" alignment="all" apply_to_children="true" inset="0" />

        <record id="object_property" get_property="objt" set_property="objt" />

        <container class="horizontal_adaptive_container" id="main" inset="0" gap="20" mode="dont_distribute">
          <!-- CA -->
          <container id="caco" width="140" priority="3">
            <layout class="stick_to_sides_attachment" alignment="horizontal" inset="0" apply_to_children="true" />
            <layout class="arrange_vertical_attachment" alignment="middle" gap="0" offset="0" />

            <widget class="label" alignment="left, bottom" height="17" font="label">
              <translation id="text" translation_id="293291" type="use" value="Current Ability" />
            </widget>
           							<widget class="scout_stars_label" id="cast" height="18" alignment="left, centre_y" mode="1">
								<record id="object_property" get_property="Pcab" />
							</widget>
          </container>
          <!-- PA -->
          <container id="paco" width="140" priority="2">
            <layout class="stick_to_sides_attachment" alignment="horizontal" inset="0" apply_to_children="true" />
            <layout class="arrange_vertical_attachment" alignment="middle" gap="0" offset="0" />

            <widget class="label" alignment="left, bottom" height="17" font="label">
              <translation id="text" translation_id="293292" type="use" value="Potential Ability" />
            </widget>
							<widget class="scout_stars_label" id="past" height="18" alignment="left" mode="2">
								<record id="object_property" get_property="Ppab" />
							</widget>
          </container>

          <!-- Estimated cost -->
          <container id="ecco" width="150" priority="4">
            <layout class="arrange_vertical_attachment" alignment="fill" gap="0" offset="0" />
            <layout class="stick_to_sides_attachment" alignment="horizontal" inset="0" apply_to_children="true" />

            <widget class="text" font="label" colour="text" auto_size="vertical">
							<translation id="text" translation_id="538841" type="use" value="Transfer Value[COMMENT: AREA: Transfers; SUB-AREA: Transfer Value; FR-BN: 34410; TONE: Formal; CHARLIMIT: Shortish, column header; REF-ID: 227806; NOTE: displays the player's estimated transfer value in a range]" />
						</widget>
          </container>
          <!-- Wage demands -->
          <container id="wdco" width="150" priority="5">
            <layout class="arrange_vertical_attachment" alignment="fill" gap="0" offset="0" />
            <layout class="stick_to_sides_attachment" alignment="horizontal" inset="0" apply_to_children="true" />

            <widget class="label" alignment="left, bottom" font="label">
              <translation id="text" translation_id="335516" type="use" value="Wage Demands[COMMENT: scout report panel label]" />
            </widget>
            <widget class="label" id="wade" alignment="left, top" style="semi_bold"/>
          </container>
        </container>

What i'm missing here?
i'm leaving my xml file below.

player personal details panel.xml

Link to post
Share on other sites

Without actually testing I wouldn’t know for sure, but this container layout doesn’t look right to me. Are you sure the last section should only be “1”?

      <container minimum_width="310" priority="1">
        <layout class="stick_to_sides_attachment" alignment="vertical" inset="0" apply_to_children="true" />
        <layout class="arrange_horizontal_attachment" layout="-1, 10, 1" offset="0" gap="0" />
Link to post
Share on other sites

15 minutos atrás, Tyburn disse:

Without actually testing I wouldn’t know for sure, but this container layout doesn’t look right to me. Are you sure the last section should only be “1”?

      <container minimum_width="310" priority="1">
        <layout class="stick_to_sides_attachment" alignment="vertical" inset="0" apply_to_children="true" />
        <layout class="arrange_horizontal_attachment" layout="-1, 10, 1" offset="0" gap="0" />

I don't know. What value is that number about?

Link to post
Share on other sites

5 minutes ago, PequenoGenio said:

I don't know. What value is that number about?

Try changing that 1 (-1,10,”1”) to something bigger. -1,10 etc. 1 seems to me to be the reason the Norway flag is cut off anyway. Again, I may be wrong without testing it myself.

Edited by Tyburn
Link to post
Share on other sites

Back from scratch.

This is what i have now:

spacer.png

I want tomake the flag and club logo way bigger.
How?

<!-- A panel showing various bits of information about a player -->
<panel>
	<layout class="stick_to_sides_attachment" alignment="all" inset="0" apply_to_children="true"/>

	<boolean id="should_force_refresh" value="true"/>

	<container class="main_box_no_margin">
		<layout class="stick_to_sides_attachment" alignment="all" inset="0" apply_to_children="true" />

		<container class="horizontal_adaptive_container" inset="0" gap="10" mode="distribute_equally">

			<container minimum_width="304" priority="1">
				<layout class="stick_to_sides_attachment" alignment="vertical" inset="0" apply_to_children="true" />
				<layout class="arrange_horizontal_attachment" layout="304, -1, 10, 1" offset="0" gap="0" />

				<container class="bordered_box" priority="1" default_height="-1">
						<layout class="arrange_vertical_attachment" offset="0" gap="0"/>
						<layout class="stick_to_sides_attachment" alignment="all" inset="0" apply_to_children="true"/>

						<container>
								<layout class="stick_to_sides_attachment" alignment="all" apply_to_children="true" inset="5"
												offset="5" gap="0"/>
								<!-- KIT ICON -->
								<widget id="cKit" class="kit_icon" image_alignment="left" height="130" scale_picture="true"
												kit_zoom_level="2" priority="1">
										<layout class="stick_to_sides_attachment" alignment="left" inset="-38"/>
										<record id="object_property">
												<list id="get_properties">
														<record>
																<integer id="get_property" value="Pers"/>
																<integer id="set_property" value="objt"/>
														</record>
												</list>
										</record>
								</widget>
						</container>

						<widget class="picture" id="foto">
								<layout class="centre_in_parent_attachment" alignment="horizontal" offset="70"
												priority="1"/>
								<layout class="stick_to_sides_attachment" alignment="all" inset="0" priority="1"/>
								<boolean id="scale_picture" value="true"/>
								<boolean id="keep_aspect_ratio" value="true"/>
								<flags id="image_alignment" value="centre"/>

								<attachment class="test_setting_attachment" get_setting="show_portraits"
														default_value="true"
														set_property="hidn">
										<list id="value">
												<boolean value="false"/>
										</list>
								</attachment>

								<record id="object_property">
										<list id="get_properties">
												<record>
														<integer id="get_property" value="fcgn"/>

												</record>
												<record>
														<integer id="get_property" value="Pfke"/>

												</record>
												<record>
														<integer id="get_property" value="prpc"/>
														<integer id="set_property" value="valu"/>
												</record>
										</list>
								</record>

						</widget>

				</container>

				<!-- Personal Details -->
				<container class="icon_box" id="icn1" icon="">
					<layout class="arrange_vertical_attachment" alignment="top" offset="0" gap="1" />
					<layout class="stick_to_sides_attachment" alignment="horizontal" inset="0" apply_to_children="true" />

					<record id="icon_properties" red_replacement="bg lighter"/>

					<!-- Get player status flags-->
					<record id="object_property" get_property="Pnfo" dont_set_object="true" dont_set_hint="true"/>

					<!-- Player status icon with a fitness donut as first item-->
					<widget class="player_status_all_button" id="secw" appearance="buttons/custom/status round" auto_size="all" alignment="bottom" offset_x="0" offset_y="4" gap="-4" maximised="false" max_items_per_row_or_column="3" embed_in_frame="true">
						<layout class="stick_to_sides_attachment" alignment="top, left" inset="0" embed_in_frame="true" />

						<!-- Set icon to only show: HG, Int, Hol, Trv-->
						<integer id="type" value="0" />

						<!-- National flag image -->
						<container embed_in_frame="true" width="20" height="26">
							<layout class="stick_to_sides_attachment" alignment="all" inset="0" apply_to_children="true"/>
							<layout class="stick_to_sides_attachment" alignment="top, left" inset="3,0" embed_in_frame="true" />

							<widget class="object_portrait_picture" id="npiB" image_alignment="centre" scale_picture="true" wants_mouse_events="true">
								<record id="object_property" dont_set_hint="true" get_property="PNat" set_property="objt" />
							</widget>
						</container>
					</widget>

					<!-- Nationality -->
					<widget class="editable_client_object_property_panel" id="intc" auto_size="vertical" >
						<record id="widget_info" class="nation_button" icon_enabled="false" auto_size="vertical" format="[%nation#1-nationality]" size="small"/>
						<record id="widget_properties" auto_size="vertical"/>
						<record id="object_property" dont_set_hint="true" get_property="PNat" />
					</widget>

					<!-- Age & DoB-->
					<container>
						<layout class="fit_children_attachment" alignment="vertical" gap="0" offset="0" />
						<layout class="arrange_horizontal_attachment" alignment="left,extend" offset="0" gap="3" />
						<layout class="stick_to_sides_attachment" alignment="top" apply_to_children="true" inset="0" />
						<!-- Age -->
						<!-- We use an editable panel here just to make it disappear when editing-->
						<!-- fixed height as an attempt to fix 152615 -->-->
						<widget class="editable_client_object_property_panel" id="age " height="22" auto_size="horizontal" >
							<record id="widget_info" class="formatted_label" alignment="left,centre_y" height="22" auto_size="horizontal" size="large" style="bold" appearance="buttons/primary/normal/button">
								<translation id="format" translation_id="242551" type="use" value="[%number#1] years old" />
							</record>
							<record id="widget_edit_info" width="0" height="0"/>
							<record id="object_property" get_property="Page" />
						</widget>

						<!-- DoB -->
						<widget class="editable_client_object_property_panel" id="dobl" auto_size="vertical" size="small">
							<record id="widget_info" class="game_formatted_label" alignment="left,centre_y" auto_size="vertical" auto_size_minimum_height="22" format="([%date#1-short])"/>
							<record id="widget_properties" height="22"/>
							<record id="object_property" get_property="Pdob" />
						</widget>
					</container>

					<!-- Int Caps -->
					<widget class="international_appearances_label" id="inta" auto_size="vertical" >
						<integer id="int_apps_label_format" value="8" />
						<record id="object_property" dont_set_hint="true" get_property="Pist" />
					</widget>

					<!-- Youth Caps -->
					<widget class="international_appearances_label" id="inty" auto_size="vertical" size="small">
						<integer id="int_apps_label_format" value="9" />
						<record id="object_property" dont_set_hint="true" get_property="Pist" />
					</widget>
				</container>

				<widget class="spacer" />
				<widget class="vertical_divider" auto_size="none"/>
			</container>

			<!-- Contract info etc-->
			<container minimum_width="304" priority="3">
				<layout class="stick_to_sides_attachment" alignment="vertical" inset="0" apply_to_children="true"/>
				<layout class="arrange_horizontal_attachment" alignment="right,extend" offset="0" gap="10"/>

				<container class="icon_box" id="icn2" icon="">
					<layout class="stick_to_sides_attachment" alignment="all" inset="0" apply_to_children="true"/>

					<record id="icon_properties" red_replacement="bg lighter"/>

					<!-- Get player status flags-->
					<record id="object_property" get_property="Pnfo" dont_set_object="true" dont_set_hint="true"/>
					<!-- Player status icon with club badge-->
					<widget class="player_status_all_button" id="secw" appearance="buttons/custom/status round" auto_size="all" alignment="bottom" offset_x="0" offset_y="4" gap="-4" maximised="false" max_items_per_row_or_column="3" embed_in_frame="true">
						<layout class="stick_to_sides_attachment" alignment="top, left" inset="0" embed_in_frame="true" />
						
						<!-- Set icon to only show: Wnt, Bid, Trn, Lst, Loa, Yth, Wp-->
						<integer id="type" value="1" />

						<!-- Club badge image -->
						<container width="26" height="26" embed_in_frame="true">
							<layout class="stick_to_sides_attachment" alignment="all" inset="4" apply_to_children="true"/>
							<layout class="stick_to_sides_attachment" alignment="top, left" inset="0" embed_in_frame="true" />



							<widget class="object_portrait_picture" id="pclB" image_alignment="centre" scale_picture="true" width="14" height="14" wants_mouse_events="true">
								<record id="object_property" dont_set_hint="true" get_property="Pclb" set_property="objt" />
							</widget>
						</container>
					</widget>
					<container class="scrolling_box">
						<container class="vertical_arrange_container" auto_size="vertical" offset="0" gap="2">


							<!--Player extra details (e.g. onloan at...)-->
							<widget class="player_extra_details_text" id="plex" auto_size="vertical" multiline="false" size="small">
								<record id="object_property" get_property="PExD" />
							</widget>

							<!--Value-->
							<widget class="editable_client_object_property_panel" id="valu" auto_size="all" font="bold" colour="text" alignment="left, centre">
								<translation id="format" translation_id="383826" type="use" value="Valued at [%cash#1-roundsmall-short][COMMENT: FR 10661; player overview; string diaplyed a player's estimated monetary value]" />
								<record id="widget_properties" auto_size="all"/>
								<record id="object_property" get_property="Pdva" dont_set_hint="true" />
							</widget>

							<!--Wage / Expiry date-->
							<container height="30" id="wged">
								<layout class="arrange_horizontal_attachment" alignment="fill" offset="0" gap="2"/>
								<layout class="stick_to_sides_attachment" alignment="vertical" apply_to_children="true" inset="0"/>

								<widget class="editable_client_object_property_panel" id="Pcww" colour="fg" red_replacement="edit_box_background">
									<record id="object_property" get_property="Pcww" />
								</widget>
								<widget class="editable_client_object_property_panel" id="Pcex" colour="fg" red_replacement="edit_box_background">
									<record id="object_property" get_property="Pcex" />
								</widget>
							</container>
							<widget class="link_text" id="wgex" section="Pcnr" auto_size="vertical" size="small" />

							<!-- Agreed playing time-->
							<widget class="playing_time_label" id="sqst" auto_size="vertical" size="small" >
								<record id="object_property" get_property="Pcpt" />
							</widget>
						</container>
					</container>

				</container>

				<!-- Vertical separator line -->
				<widget class="vertical_divider" priority="4"/>
			</container>

			<!-- Scout report info etc-->
			<container class="icon_box" id="scrB" icon="" minimum_width="304" priority="5">
				<layout class="stick_to_sides_attachment" alignment="horizontal" inset="0" apply_to_children="true" />
				<layout class="stick_to_sides_attachment" alignment="vertical" inset="0" apply_to_children="true" />

				<record id="icon_properties" red_replacement="bg accent" blue_replacement="fg"/>

				<!-- Set icon to only show: Sct-->
				<record id="widget_properties" type="2" />

				<container class="player_scout_reports_panel" id="psco" file="player/player scout reports small">
					<record id="object_property" get_property="objt" set_property="objt" />
				</container>
			</container>
		</container>
	</container>
</panel>

 

Link to post
Share on other sites

Em 11/11/2021 em 13:56, PequenoGenio disse:

Hello.

I'm in the process of edit my own skin (not gonna lauch this year) but i need help in this:

  • What panel control the colours of the positions?

spacer.png

 

 

Were you able to change the colours of the positions? If so, could you teach me how to do it, please?

I checked for the buttons xml in boxes/custom/picking/normal but I dont have that file/path. Tried to check the setup from other skins as well as the extracted Default Game Files, nothing.

Link to post
Share on other sites

11 hours ago, lugui said:

 

Were you able to change the colours of the positions? If so, could you teach me how to do it, please?

I checked for the buttons xml in boxes/custom/picking/normal but I dont have that file/path. Tried to check the setup from other skins as well as the extracted Default Game Files, nothing.

its in sitoolkit.fmf

Link to post
Share on other sites

17 horas atrás, lugui disse:

 

Were you able to change the colours of the positions? If so, could you teach me how to do it, please?

I checked for the buttons xml in boxes/custom/picking/normal but I dont have that file/path. Tried to check the setup from other skins as well as the extracted Default Game Files, nothing.

No. I managed to extrat the files that @bluestillidie00 talk about but did nothing. My knowledge is basic:D

Link to post
Share on other sites

6 horas atrás, bluestillidie00 disse:

its in sitoolkit.fmf

Thanks for pointing it, although, still no luck.

56 minutos atrás, PequenoGenio disse:

No. I managed to extrat the files that @bluestillidie00 talk about but did nothing. My knowledge is basic:D

Yes, I managed to extract the files and placed the entire folder there, but still, missing something.

These are the files, for instance, when the button is selected/filled with a player selection:

1.PNG.bc36b859c4c7401b3c0c0da6afd4a891.PNG

2.PNG.9a92d580cb4c0323e69c541f3586d208.PNG


I fiddled a bit with the button xml, trying different colours, changing codes and values for the colour_id and name, but nothing happens. Maybe I am missing something or dont know the correct code to use/change here:
 

<!-- image properties -->
<properties>

	<!-- image borders -->
	<!-- these determine how many pixels any content is inset from each side of the image -->
	<!-- (for example, in the case of a button, the content would be the text label) -->
	<record id="image_borders" left="2" right="2" top="2" bottom="2"/>

	<!-- image slices determine the points at which the image will be sliced to enable scaling -->
	<!-- the image will only slice in the directions slicing values are provided for-->
	<record id="image_slices" left="8" right="8" top="8" bottom="8"/>
	
	<record id="font_spec">
		<flags id="font" value="fonts/button"/> 
	</record>

	<colour id="red_replacement" name="empty_picking_button"/>
	<colour id="blue_replacement" name="empty_picking_button_border"/>

	<symbol id="focus_appearance" value="focus/object/normal" />
	
</properties>

 

Current colours (I'd like to make it a darker shade of grey)

image.png.f0d6c306f905cdaba95f05832c53e104.png


And one thing I noticed is that, when I dont have players selected, the buttons are black/dark, more on what I am looking for: 

image.png.8edb5a00e741c85beb76801a3d52224d.png

 

Thanks in advance for any help.

Link to post
Share on other sites

I think I found a way to correct what I mentioned on my last reply, left it up just in case anyone needs further details:

@PequenoGenio, leave the files/folders where we were indicated. Under your skin settings.xml, look for the lines below, if they are not there, just insert them and play around with the colours you want to use:

 

	<!--  senior player available for no senior team- only used on the tactics pitch-->
	<!-- Picking Button - Starting-->
	<colour name="picking_starting_button" 					value="fg accent"/>
	<colour name="picking_starting_button_border" 			value="fg"/>

	<!-- Picking Button - Sub-->
	<colour name="picking_sub_button" 						value="fg info"/>
	<colour name="picking_sub_button_border" 				value="fg"/>

 

That dit it for me, hope it helps you. Thanks everyone!

 

image.png.5ed5dbb96f319b965f7602762a9aa7b4.png

Link to post
Share on other sites

  • PequenoGenio changed the title to [FM23] Skinning help

Hello again.

spacer.png


 Using some files that i have from the past from other creators i want to know is it's possible to add in that highlighted zone one more line with the "Junior Coaching" and "Youth Recruitment"?

I leave here the code from the panel:

Spoiler
<?xml version='1.0' encoding='utf-8'?>
<panel>
	<layout class="arrange_vertical_attachment" alignment="bottom,extend" offset="6" />
	<layout class="stick_to_sides_attachment" alignment="horizontal" inset="0" apply_to_children="true" />

	<container class="vertical_adaptive_container" gap="11" offset="0" inset="0">
		
		<container height="105" priority="1">
			<layout class="arrange_horizontal_attachment" layout="-1" offset="0" gap="0" />
			<layout class="stick_to_sides_attachment" alignment="vertical" inset="0" apply_to_children="true" />
				
			<!--logo-->
			<widget class="picture" id="pict" scale_picture="true">
				<boolean id="keep_aspect_ratio" value="true" />
				<flags id="image_alignment" value="centre" />
				<record id="object_property">
					<integer id="get_property" value="mnpc" />
				</record>
			</widget>
		</container>	

		<container class="bordered_box" appearance="" height="50" priority="2">
			<layout class="arrange_horizontal_attachment" alignment="fill" offset="0" />
			<layout class="centre_in_parent_attachment" alignment="vertical" apply_to_children="true" gap="0" />

			<!--country-->
			<container>
				<layout class="fit_children_attachment" alignment="vertical,fill" offset="0" gap="2" />
				<layout class="arrange_vertical_attachment" alignment="top" offset="0" gap="2" />
				<layout class="stick_to_sides_attachment" alignment="horizontal" inset="0" apply_to_children="true" />

				<widget class="client_object_logo_picture" id="CnaG" height="30" scale_picture="true" image_alignment="centre">
					<record id="object_property">
						<integer id="get_property" value="Cnat" />
						<integer id="set_property" value="objt" />
					</record>
				</widget>
			</container>

			<!--position -->
			<container>
				<layout class="fit_children_attachment" alignment="vertical,fill" offset="0" gap="2" />
				<layout class="arrange_vertical_attachment" alignment="top" offset="0" gap="2" />
				<layout class="stick_to_sides_attachment" alignment="horizontal" inset="0" apply_to_children="true" />

				<widget class="division_position_button" id="Tpos" alignment="centre_x, centre_y" size="20" font="text" style="light_bold" auto_size="vertical">
					<record id="object_property">
						<integer id="get_property" value="Tpos" />
					</record>
				</widget>
			</container>

			<!--division-->
			<container>
				<layout class="fit_children_attachment" alignment="vertical,fill" offset="0" gap="2" />
				<layout class="arrange_vertical_attachment" alignment="top" offset="0" gap="2" />
				<layout class="stick_to_sides_attachment" alignment="horizontal" inset="0" apply_to_children="true" />

				<widget class="client_object_logo_picture" id="lepi" height="50">
					<boolean id="scale_picture" value="true" />
					<boolean id="keep_aspect_ratio" value="true" />
					<flags id="image_alignment" value="centre" />
					<record id="object_property">
						<integer id="get_property" value="Cdiv" />
						<integer id="set_property" value="objt" />
					</record>
				</widget>
			</container>
		</container>

		<container class="bordered_box" appearance="" height="50" priority="3">
			<layout class="arrange_horizontal_attachment" layout="-1, -1, -1" alignment="fill" offset="0" gap="2"/>
			<layout class="stick_to_sides_attachment" alignment="bottom" inset="0" apply_to_children="true"/>
			<layout class="arrange_vertical_attachment" alignment="bottom" offset="0" gap="0"/>
	
			<!--professional status-->
			<container>
				<layout class="fit_children_attachment" alignment="vertical,fill" offset="0" gap="2"/>
				<layout class="arrange_vertical_attachment" alignment="bottom" offset="0" gap="2"/>
				<layout class="stick_to_sides_attachment" alignment="horizontal" inset="0" apply_to_children="true"/>

				<widget class="professional_status_label" id="pros" spec="text" size="10" style="semi_bold" alignment="centre_x,bottom" auto_size="vertical">
					<record id="object_property">
						<integer id="get_property" value="Cprs" />
					</record>
				</widget>
				<widget class="label" id="proL" spec="text,small" colour="faded text" size="9" alignment="centre_x,top">
					<record id="object_property">
						<integer id="get_property" value="Cprs" />
						<boolean id="name" value="true" />
					</record>
				</widget>
			</container>
			
			<!--media prediction-->
			<container id="MEDI">
				<layout class="fit_children_attachment" alignment="vertical,fill" offset="0" gap="2"/>
				<layout class="arrange_vertical_attachment" alignment="bottom" offset="0" gap="2"/>
				<layout class="stick_to_sides_attachment" alignment="horizontal" inset="0" apply_to_children="true"/>

				<widget class="media_expectation_text" id="CmeV" spec="text" size="10" style="semi_bold" alignment="centre_x,bottom" auto_size="vertical">
					<boolean id="NumF" value="0" />
					<record id="object_property">
						<integer id="get_property" value="CmeD" />
					</record>
				</widget>
				<widget class="label" id="CmeL" spec="text,small" colour="faded text" size="9" alignment="centre_x,top">
					<record id="object_property">
						<integer id="get_property" value="CmeD" />
						<boolean id="name" value="true" />
					</record>
				</widget>
			</container> 			
			
			<!--year founded-->
			<container>
				<layout class="fit_children_attachment" alignment="vertical,fill" offset="0" gap="2" />
				<layout class="arrange_vertical_attachment" alignment="top" offset="0" gap="2" />
				<layout class="stick_to_sides_attachment" alignment="horizontal" inset="0" apply_to_children="true" />

				<widget class="dashed_number_label" id="CyfV" spec="text" size="10" style="semi_bold" alignment="centre_x,bottom" auto_size="vertical">
					<boolean id="NumF" value="0" />
					<record id="object_property">
						<integer id="get_property" value="Cyfn" />
					</record>
				</widget>
				<widget class="label" id="CyfL" spec="text,small" colour="faded text" size="9" alignment="centre_x,top">
					<record id="object_property">
						<integer id="get_property" value="Cyfn" />
						<boolean id="name" value="true" />
					</record>
				</widget>
			</container> 
		</container>
		
		<!-- spacer -->
		<widget class="picture" file="dividers/standard/horizontal/line" height="2" />

		<container class="bordered_box" appearance="" height="50" priority="4">
			<layout class="arrange_horizontal_attachment" layout="-1,-1" alignment="fill" offset="0" gap="2"/>
			<layout class="stick_to_sides_attachment" alignment="bottom" inset="0" apply_to_children="true"/>
			<layout class="arrange_vertical_attachment" alignment="bottom" offset="0" gap="0"/>

			<!--estimated value-->
			<container id="ESTI" height="45" priority="1">
				<layout class="fit_children_attachment" alignment="vertical,fill" offset="0" gap="2"/>
				<layout class="arrange_vertical_attachment" alignment="bottom" offset="0" gap="2"/>
				<layout class="stick_to_sides_attachment" alignment="horizontal" inset="0" apply_to_children="true"/>

				<widget class="cash_cell" format="[%cash#1-short-roundtiny]" id="CovV" spec="text" size="10" style="semi_bold" alignment="centre_x,bottom" auto_size="vertical">
					<record id="object_property">
						<integer id="get_property" value="Covv" />
					</record>
				</widget>
				<widget class="label" id="CovL" spec="text,small" colour="faded text" size="9" alignment="centre_x,top">
					<record id="object_property">
						<integer id="get_property" value="Covv" />
						<boolean id="name" value="true" />
					</record>
				</widget>
			</container>			
			
			<!--continental competition-->
			<container>
				<layout class="fit_children_attachment" alignment="vertical,fill" offset="0" gap="2"/>
				<layout class="arrange_vertical_attachment" alignment="bottom" offset="0" gap="2"/>
				<layout class="stick_to_sides_attachment" alignment="horizontal" inset="0" apply_to_children="true"/>

				<widget class="comp_button" id="ccon" spec="text" size="10" style="semi_bold" alignment="centre_x,bottom" auto_size="vertical" icon_enabled="false">
					<record id="object_property">
						<integer id="get_property" value="Ccon" />
					</record>
				</widget>
				<widget class="label" id="ccoL" spec="text,small" colour="faded text" size="9" alignment="centre_x,top">
					<record id="object_property">
						<integer id="get_property" value="Ccon" />
						<boolean id="name" value="true" />
					</record>
				</widget>
			</container>
		</container>
		
		<!-- spacer -->
		<widget class="picture" file="dividers/standard/horizontal/line" height="2" />		
	
		<container class="bordered_box" appearance="" height="66" priority="5">
			<layout class="arrange_horizontal_attachment" layout="-1,-1,-1" offset="0" gap="0" />
			<layout class="stick_to_sides_attachment" alignment="vertical" inset="0" apply_to_children="true" gap="0" />

			<!--training facilities-->
			<container id="YOUT">
				<layout class="arrange_vertical_attachment" alignment="bottom" offset="0" gap="1" />
				<layout class="stick_to_sides_attachment" alignment="horizontal" inset="0" apply_to_children="true" />

				<widget class="stars_range_strip" id="CtfSt" height="20" lrge="false" alignment="centre">
					<layout class="centre_in_parent_attachment" alignment="horizontal" />
					<record id="object_property">
						<integer id="get_property" value="Ctf*" />
					</record>
				</widget>
				<widget class="training_facilities_description_text" id="TfcV" format="1" multiline="false" spec="text" size="10" style="semi_bold" alignment="centre_x,bottom" mode="1" auto_size="vertical">
					<record id="object_property">
						<integer id="get_property" value="TfcS" />
					</record>
				</widget>
				<widget class="label" id="TfcL" spec="text,small" colour="faded text" size="9" alignment="centre_x,top" auto_size="vertical">
					<record id="object_property">
						<integer id="get_property" value="TfcS" />
						<boolean id="name" value="true" />
					</record>
				</widget>
			</container>
			
			<!--youth facilities-->
			<container id="YOUT">
				<layout class="arrange_vertical_attachment" alignment="bottom" offset="0" gap="1" />
				<layout class="stick_to_sides_attachment" alignment="horizontal" inset="0" apply_to_children="true" />

				<widget class="stars_range_strip" id="CfcSt" height="20" lrge="false" alignment="centre">
					<layout class="centre_in_parent_attachment" alignment="horizontal" />
					<record id="object_property">
						<integer id="get_property" value="Cfc*" />
					</record>
				</widget>
				<widget class="youth_facilities_description_text" id="TytV" format="1" multiline="false" spec="text" size="10" style="semi_bold" alignment="centre_x,bottom" mode="1" auto_size="vertical">
					<record id="object_property">
						<integer id="get_property" value="TytS" />
					</record>
				</widget>
				<widget class="label" id="TytL" spec="text,small" colour="faded text" size="9" alignment="centre_x,top" auto_size="vertical">
					<record id="object_property">
						<integer id="get_property" value="TytS" />
						<boolean id="name" value="true" />
					</record>
				</widget>
			</container>
	  
			<!--reputation-->
			<container id="REPU">
				<layout class="arrange_vertical_attachment" alignment="bottom" offset="0" gap="1" />
				<layout class="stick_to_sides_attachment" alignment="horizontal" inset="0" apply_to_children="true" />

				<widget class="stars_range_strip" id="creS" height="20" alignment="centre">
					<layout class="centre_in_parent_attachment" alignment="horizontal" />
					<record id="object_property">
						<integer id="get_property" value="Csta" />
					</record>
				</widget>
				<widget class="reputation_label" id="CrsV" spec="text" size="10" style="semi_bold" alignment="centre_x,bottom" mode="1" auto_size="vertical">
					<record id="object_property">
						<integer id="get_property" value="Crsc" />
					</record>
				</widget>
				<widget class="label" id="CrsL" spec="text,small" colour="faded text" size="9" alignment="centre_x,top" auto_size="vertical">
					<record id="object_property">
						<integer id="get_property" value="Crsc" />
						<boolean id="name" value="true" />
					</record>
				</widget>
			</container> 
		</container>	
		
		<!-- spacer -->
		<widget class="picture" file="dividers/standard/horizontal/line" height="2" />			

		<!--rivals-->
		<container>
			<layout class="fit_children_attachment" alignment="vertical,fill" offset="0" gap="6" />
			<layout class="arrange_vertical_attachment" alignment="top" offset="0" gap="6" />
			<layout class="stick_to_sides_attachment" alignment="horizontal" inset="0" apply_to_children="true" />

			<record id="object_property">
				<integer id="get_property" value="TISN" />
				<integer id="set_property" value="hidn" />
			</record>
			<widget class="label" id="CfmL" alignment="centre_x,bottom" spec="text,small" auto_size="vertical" colour="faded text" size="9">
				<record id="object_property">
					<integer id="get_property" value="Cfmr" />
					<boolean id="name" value="true" />
				</record>
			</widget>
			<widget class="club_rivalries_list_text" id="CfmV" spec="text" size="10" style="semi_bold" reason="false" alignment="centre_x,bottom" auto_size="vertical">
				<record id="object_property">
					<integer id="get_property" value="Cfmr" />
				</record>
			</widget>					
			<!--other rivals-->
			<widget class="label" id="CfrL" alignment="centre_x,bottom" spec="text,small" auto_size="vertical" colour="faded text" size="9">
				<record id="object_property">
					<integer id="get_property" value="Cfrt" />
					<boolean id="name" value="true" />
				</record>
			</widget>
			<widget class="club_rivalries_list_text" id="CfrV" spec="text" size="10" style="semi_bold" reason="false" alignment="centre_x,bottom" auto_size="vertical">
				<record id="object_property">
					<integer id="get_property" value="Cfrt" />
				</record>
			</widget>					
		</container>
				
		<!-- spacer -->
		<widget class="picture" file="dividers/standard/horizontal/line" height="2" />	

		<!--favorite-->
		<container>
			<layout class="fit_children_attachment" alignment="vertical,fill" offset="0" gap="6" />
			<layout class="arrange_vertical_attachment" alignment="top" offset="0" gap="6" />
			<layout class="stick_to_sides_attachment" alignment="horizontal" inset="0" apply_to_children="true" />
			
			<widget class="label" id="TLeL" alignment="centre_x,bottom" spec="text,small" auto_size="vertical" colour="faded text" size="9">
				<record id="object_property">
					<integer id="get_property" value="TLeg" />
					<boolean id="name" value="true" />
				</record>
			</widget>	
			<widget class="person_list_text" spec="text" size="10" style="semi_bold" id="TLeV" reason="false" alignment="centre_x,bottom" auto_size="vertical">
				<record id="object_property">
					<integer id="get_property" value="TLeg" />
				</record>
			</widget>
		</container>
		
		<!--legends-->
		<container>
			<layout class="fit_children_attachment" alignment="vertical,fill" offset="0" gap="6" />
			<layout class="arrange_vertical_attachment" alignment="top" offset="0" gap="6" />
			<layout class="stick_to_sides_attachment" alignment="horizontal" inset="0" apply_to_children="true" />
			
			<widget class="label" id="CfaL" alignment="centre_x,bottom" spec="text,small" auto_size="vertical" colour="faded text" size="9">
				<record id="object_property">
					<integer id="get_property" value="Cfap" />
					<boolean id="name" value="true" />
				</record>
			</widget>						
			<widget class="person_list_text" spec="text" size="10" style="semi_bold" id="CfaV" reason="false" alignment="centre_x,bottom" auto_size="vertical">
				<record id="object_property">
					<integer id="get_property" value="Cfap" />
				</record>
			</widget>
		</container>	
		
		<!--icons-->
		<container id="ICON">
			<layout class="fit_children_attachment" alignment="vertical,fill" offset="0" gap="6" />
			<layout class="arrange_vertical_attachment" alignment="top" offset="0" gap="6" />
			<layout class="stick_to_sides_attachment" alignment="horizontal" inset="0" apply_to_children="true" />

			<record id="object_property">
				<integer id="get_property" value="TISN" />
				<integer id="set_property" value="hidn" />
			</record>		  
			<widget class="label" id="CsvL" alignment="centre_x,bottom" spec="text,small" auto_size="vertical" colour="faded text" size="9">
				<record id="object_property">
					<integer id="get_property" value="Csvp" />
					<boolean id="name" value="true" />
				</record>
			</widget>
			<widget class="person_list_text" spec="text" size="10" style="semi_bold" id="CsvV" reason="false" alignment="centre_x,bottom" auto_size="vertical">
				<record id="object_property">
					<integer id="get_property" value="Csvp" />
				</record>
			</widget>
		</container>						
	</container>

	<container>
		<layout class="arrange_horizontal_attachment" alignment="right" offset="5" />
		<layout class="stick_to_sides_attachment" alignment="bottom" apply_to_children="true" inset="0" />
		<layout class="fit_children_attachment" alignment="vertical" offset="0" />

		<widget class="link_button" appearance="buttons/link/button" auto_size="all" section="csio" id="VCin">
			<translation id="text" translation_id="349168" type="use" value="View Club Information[COMMENT: club overview; button which when clicked takes you to the club's information page]" />
		</widget>
	</container>
</panel>

 

 

 Thank you :)

Edited by PequenoGenio
Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...