Hey!
Im looking for this : (PM inbox)
Message color
Forum rules
In order the get any support, you will have to do following:
1. Use a describing title!
2. Describe your problem and what happened when the problem occured
3. Tell us what version of phpBB3 you are currently using.
If not your topic may be ignored or locked!
In order the get any support, you will have to do following:
1. Use a describing title!
2. Describe your problem and what happened when the problem occured
3. Tell us what version of phpBB3 you are currently using.
If not your topic may be ignored or locked!
-
- BBCoder IV
- Posts: 275
- Joined: 22 Mar 2010, 11:24
- Local time: Saturday 23:03
- Last active: -
- Location: Denmark
-
- Donator
- Posts: 1,429
- Joined: 04 Mar 2010, 23:10
- Local time: Saturday 23:03
- Last active: -
Re: Message color
open your style/theme/colours.css
find:
replace border-color:
find:
Code: Select all
/* PM marking colours */
.pmlist li.pm_message_reported_colour, .pm_message_reported_colour {
border-left-color: #BC2A4D;
border-right-color: #BC2A4D;
}
.pmlist li.pm_marked_colour, .pm_marked_colour {
border-color: #FF6600;
}
.pmlist li.pm_replied_colour, .pm_replied_colour {
border-color: #A9B8C2;
}
.pmlist li.pm_friend_colour, .pm_friend_colour {
border-color: #5D8FBD;
}
.pmlist li.pm_foe_colour, .pm_foe_colour {
border-color: #000000;
}
secret code:
When I'm writing code, I am building a picture for you to see and use on your screen...
123
might be abc
or thank you
might workWhen I'm writing code, I am building a picture for you to see and use on your screen...
-
- BBCoder IV
- Posts: 275
- Joined: 22 Mar 2010, 11:24
- Local time: Saturday 23:03
- Last active: -
- Location: Denmark
Re: Message color
Thanks.
i misslead you sorry, looking for the mod to display it like on the picture
i misslead you sorry, looking for the mod to display it like on the picture

-
- Donator
- Posts: 1,429
- Joined: 04 Mar 2010, 23:10
- Local time: Saturday 23:03
- Last active: -
Re: Message color
changing the colours for the borders will change the colours in the pic do you mean pm notification colour ? explain a bit more i dont recall such a mod.
secret code:
When I'm writing code, I am building a picture for you to see and use on your screen...
123
might be abc
or thank you
might workWhen I'm writing code, I am building a picture for you to see and use on your screen...
-
- BBCoder IV
- Posts: 275
- Joined: 22 Mar 2010, 11:24
- Local time: Saturday 23:03
- Last active: -
- Location: Denmark
Re: Message color
Hey!
Dont know what its called, but you maybe right here it is the pm notification...
Pr. standard there is no such thing in the pm part. but will love the mod so i can make it...
Dont know what its called, but you maybe right here it is the pm notification...
Pr. standard there is no such thing in the pm part. but will love the mod so i can make it...
Last edited by Fire-Fox on 15 Apr 2010, 13:08, edited 1 time in total.