What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Skinning » 1)Nickname & PSM text color/2)Contact list icons

1)Nickname & PSM text color/2)Contact list icons
Author: Message:
Basilis
Veteran Member
*****

Avatar
Olympiacos CFP

Posts: 1366
Reputation: 46
30 / Male / Flag
Joined: Dec 2007
O.P. 1)Nickname & PSM text color/2)Contact list icons
Could anyone help me on how to change the color of the nickname and the PSM.I also need help on how to change the icons that appear next to the names in the contact list.Example:instead of the busy icon,I want to put an icon I have created.how can this be done?
[Image: logo1nu1.png]
01-02-2008 02:38 PM
Profile PM Find Quote Report
davidn59
New Member
*

Avatar

Posts: 6
44 / Male / Flag
Joined: Dec 2007
RE: 1)Nickname & PSM text color/2)Contact list icons
hello alor for the status is necessary that you that in different the uifiles seeks:

quote:
Element[id=atom(statuspill)]
{
    Content:rcimg(46611);
}

and that you replaces by that:

quote:
Element[id=atom(statuspill)][ContentIndex=0]
{
Content:rcimg(on line);
}
Element[id=atom(statuspill)][ContentIndex=1]
{
Content:rcimg(off line);
}
Element[id=atom(statuspill)][ContentIndex=2]
{
Content:rcimg(occupied);
}
Element[id=atom(statuspill)][ContentIndex=3]
{
Content:rcimg(absent);
}
Element[id=atom(statuspill)][ContentIndex=5]
{
Content:rcimg(with the telephone);
}
Element[id=atom(statuspill)][ContentIndex=10]
{
Content:rcimg(contact to block in the list of the other contact);
}
Element[id=atom(statuspill)][ContentIndex=11]
{
Content:rcimg(to block on line);
}
Element[id=atom(statuspill)][ContentIndex=12]
{
Content:rcimg(to block in Off line);
}

what there is between () the its number of the Pictures ;)

This post was edited on 01-02-2008 at 03:59 PM by davidn59.
[Image: userwebmastre.png]
[Image: live messenger-pcsignature.gif]
Une femme c’est comme une fleur plus on la voit et plus on l’aime c’est comme un poème une foi lu on ne peut plus s’en passer
01-02-2008 03:57 PM
Profile E-Mail PM Web Find Quote Report
Basilis
Veteran Member
*****

Avatar
Olympiacos CFP

Posts: 1366
Reputation: 46
30 / Male / Flag
Joined: Dec 2007
O.P. RE: 1)Nickname & PSM text color/2)Contact list icons
could you please tell me where to find all these codes you sent me.and pleas,could you try to write with a good syntax.i cannot understand exactly what your tips mean.thanks

about he PSM and the nickname color text,I don't need help anymore.I found the solution in an old thread.thanks for taking a look
[Image: logo1nu1.png]
01-02-2008 04:08 PM
Profile PM Find Quote Report
davidn59
New Member
*

Avatar

Posts: 6
44 / Male / Flag
Joined: Dec 2007
RE: 1)Nickname & PSM text color/2)Contact list icons
search in the uifiles  931 , 1004, 1009, 44104, 45704:

quote:
Element[id=atom(statuspill)]
{
Content:rcimg(46611);
}

A faith your code to be found replaces by this

quote:
Element[id=atom(statuspill)][ContentIndex=0]
{
Content:rcimg(46612);
}
Element[id=atom(statuspill)][ContentIndex=1]
{
Content:rcimg(46614);
}
Element[id=atom(statuspill)][ContentIndex=2]
{
Content:rcimg(46615);
}
Element[id=atom(statuspill)][ContentIndex=3]
{
Content:rcimg(46616);
}
Element[id=atom(statuspill)][ContentIndex=5]
{
Content:rcimg(46619);
}
Element[id=atom(statuspill)][ContentIndex=10]
{
Content:rcimg(46618);
}
Element[id=atom(statuspill)][ContentIndex=11]
{
Content:rcimg(46617);
}
Element[id=atom(statuspill)][ContentIndex=12]
{
Content:rcimg(46618);
}

Caption

[Image: numstwlmyu1.th.png]

This post was edited on 01-02-2008 at 11:04 PM by davidn59.
[Image: userwebmastre.png]
[Image: live messenger-pcsignature.gif]
Une femme c’est comme une fleur plus on la voit et plus on l’aime c’est comme un poème une foi lu on ne peut plus s’en passer
01-02-2008 09:47 PM
Profile E-Mail PM Web Find Quote Report
Basilis
Veteran Member
*****

Avatar
Olympiacos CFP

Posts: 1366
Reputation: 46
30 / Male / Flag
Joined: Dec 2007
O.P. RE: 1)Nickname & PSM text color/2)Contact list icons
ok davidn59.thanks again for your help!
[Image: logo1nu1.png]
01-03-2008 05:57 PM
Profile PM Find Quote Report
vaccination
Veteran Member
*****

Avatar

Posts: 2513
Reputation: 43
32 / Male / –
Joined: Apr 2005
RE: 1)Nickname & PSM text color/2)Contact list icons
the only way to find out the ids relating to pictures, strings etc is to look through the ui files. It can sometimes be a long process to find the right one, but it's the only way. The best place to start however, is the 'Extraction Log' created by Plus! when you extract messenger's resources(with consolidated files turned on). This lists the window numbers and what they relate to, for example:

quote:
Originally posted by Extraction Log.txt

Consolidating Windows Files:
  Window 919: success! (browser)
  Window 920: success! (convframe)
  Window 921: success! (main)
  Window 922: success!
  Window 923: success! (mainwnd)

so if you want to edit the mainwnd, you know you're looking for any file that ends in 923.(e.g msgres_4004_923 would be the definition file for it.)

Willz is also releasing a 4th part to his skinning guide which will detail all the different resources and what they do.

Other than just guessing/trial and error there isn't any other way of finding what the id is you're looking for.

This post was edited on 01-03-2008 at 06:59 PM by vaccination.
[Image: jumbled.png]
01-03-2008 06:58 PM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On