Jump to content

Help - City Pics!


Rub Me
 Share

Recommended Posts

Hi, 

I am currently using a skin that utilises the city pics in the club info (I have always been fond of these types of skins) but I am not sure how to have it so it shows up in there and not the whole background. PLease can somebody advise. 

 

Screenshot 2022-11-18 202339.png

Link to post
Share on other sites

There are skins already released for FM23 that would do this for you.

I go into skins>skin name>panels>client_oblect> open the client object browser with note pad

  <!-- background picture - covers entire screen -->
    <widget class="background" file="backgrounds/default" id="bgnd">
        <!-- Once everything is hooked up we'll use a get global attachment like below tied to the
                 appropriate global setting to show/hide instead of the complex test multiple global
                 setups for the various items we'll show/hide -->
        <!--<attachment class="get_global_attachment" get_property="background_visible" set_property="Shwn" />-->
        <record id="object_property">
            <integer id="get_property" value="bgnd" />
            <integer id="set_property" value="file"

change the last word "file" to "default"

That is what I do, anyway.

 

Link to post
Share on other sites

  • 1 month later...
On 19/11/2022 at 03:53, Stewart91 said:

There are skins already released for FM23 that would do this for you.

I go into skins>skin name>panels>client_oblect> open the client object browser with note pad

  <!-- background picture - covers entire screen -->
    <widget class="background" file="backgrounds/default" id="bgnd">
        <!-- Once everything is hooked up we'll use a get global attachment like below tied to the
                 appropriate global setting to show/hide instead of the complex test multiple global
                 setups for the various items we'll show/hide -->
        <!--<attachment class="get_global_attachment" get_property="background_visible" set_property="Shwn" />-->
        <record id="object_property">
            <integer id="get_property" value="bgnd" />
            <integer id="set_property" value="file"

change the last word "file" to "default"

That is what I do, anyway.

 

Thank you

Link to post
Share on other sites

  • 9 months later...

Having the same issue again mate only this time the skin I have downloaded doesnt have a panels folder

On 18/11/2022 at 20:53, Stewart91 said:

There are skins already released for FM23 that would do this for you.

I go into skins>skin name>panels>client_oblect> open the client object browser with note pad

  <!-- background picture - covers entire screen -->
    <widget class="background" file="backgrounds/default" id="bgnd">
        <!-- Once everything is hooked up we'll use a get global attachment like below tied to the
                 appropriate global setting to show/hide instead of the complex test multiple global
                 setups for the various items we'll show/hide -->
        <!--<attachment class="get_global_attachment" get_property="background_visible" set_property="Shwn" />-->
        <record id="object_property">
            <integer id="get_property" value="bgnd" />
            <integer id="set_property" value="file"

change the last word "file" to "default"

That is what I do, anyway.

 

 

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...