Jump to content

Inbox Panel FM22


statomatic7
 Share

Recommended Posts

2 hours ago, statomatic7 said:

Afternoon skinners, Just a quick one does anyone know what file/coding controls that dark panel in the inbox screen, I'd like it to be transparent...

Thanks in advance for any help :(

 

image.png.64f774cee89579dd094f9035120e355e.png

Hi. 

I think the panel is panels\human\inbox item.xml .

It has a big container and you can add transparency to it. something like this ..

<container class="main_contrast_box" red_replacement="inbox_content_background" transparency="0.05">
 ....
</container>
  

 

Link to post
Share on other sites

34 minutes ago, BuzzR said:

Hi. 

I think the panel is panels\human\inbox item.xml .

It has a big container and you can add transparency to it. something like this ..

<container class="main_contrast_box" red_replacement="inbox_content_background" transparency="0.05">
 ....
</container>
  

 

Tried that but the whole panel vanishes.....

Link to post
Share on other sites

19 hours ago, statomatic7 said:

Tried that but the whole panel vanishes.....

What transparency value have you tried ? Try 0.5.

I am using 0.05 as I want a very faded, almost unobservable panel.

There is a description in the file human\inbox item.xml   from the base22 skin by @michaeltmurrayuk here

<!-- For Background support adjust transparency value. 0.0 is transparent, 1 is solid, 0.5 is 50% etc... This controls inbox content area -->

 

Here is the file from base22 skin.

inbox item.xml

Edited by BuzzR
Link to post
Share on other sites

On 20/12/2021 at 10:21, BuzzR said:

What transparency value have you tried ? Try 0.5.

I am using 0.05 as I want a very faded, almost unobservable panel.

There is a description in the file human\inbox item.xml   from the base22 skin by @michaeltmurrayuk here

<!-- For Background support adjust transparency value. 0.0 is transparent, 1 is solid, 0.5 is 50% etc... This controls inbox content area -->

 

Here is the file from base22 skin.

inbox item.xml 11.63 kB · 2 downloads

Hey @BuzzRthanks for your help I have managed to solve this!!! 

Link to post
Share on other sites

Ive tried this and cant seem to get it to work.

Ive placed inbox item.xml to, documents/sports Interactive/fm22/skins/base22/panels/human

Ive changed theinbox item xml to read,

<!-- For Background support adjust transparency value. 0.0 is transparent, 1 is solid, 0.5 is 50% etc... This controls inbox content area -->
    <container class="main_contrast_box" red_replacement="inbox_content_background" transparency="0.5">
        <layout class="arrange_vertical_attachment" alignment="bottom,extend" offset="0" gap="4" />
        <layout class="stick_to_sides_attachment" alignment="horizontal" inset="0" apply_to_children="true" />

Hoping for 50% transparent inbox but it still shows as solid.

Could anyone see what ive been doing wrong?

Thanks

Link to post
Share on other sites

2 hours ago, Ricketts147 said:

Ive tried this and cant seem to get it to work.

Ive placed inbox item.xml to, documents/sports Interactive/fm22/skins/base22/panels/human

Ive changed theinbox item xml to read,

<!-- For Background support adjust transparency value. 0.0 is transparent, 1 is solid, 0.5 is 50% etc... This controls inbox content area -->
    <container class="main_contrast_box" red_replacement="inbox_content_background" transparency="0.5">
        <layout class="arrange_vertical_attachment" alignment="bottom,extend" offset="0" gap="4" />
        <layout class="stick_to_sides_attachment" alignment="horizontal" inset="0" apply_to_children="true" />

Hoping for 50% transparent inbox but it still shows as solid.

Could anyone see what ive been doing wrong?

Thanks

Preferences -> Reset -> Clear cache

Reload skin.

Should work if everything is in the right place.

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