What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Skype & Live Messenger » Replace standard smilies?

Replace standard smilies?
Author: Message:
Scorp-X
New Member
*


Posts: 3
Joined: Aug 2006
O.P. Huh?  Replace standard smilies?
Hello
is there any way to replace the standard smilies ( :), :(, :P,..) with own smilies, but enter the same combi ( :) , :( ,...)

sry for bad english ^^ i'm from austria :P
08-20-2006 08:28 PM
Profile E-Mail PM Find Quote Report
Panachiba
Full Member
***

Avatar
Spanish User/Helper, Chile Presente!

Posts: 184
Reputation: 15
– / Male / Flag
Joined: Jan 2005
RE: Replace standard smilies?
you can't .

edit : I speaking/speaked /speak about the window live messenger , and sorry for not give you much info 

This post was edited on 08-20-2006 at 08:37 PM by Panachiba.
Chile!!!!Seba!, Comunidad Hispana oficial
[Image: seba18an.jpg?dc=4675511111826395393]
[Image: panachiba.gif]
08-20-2006 08:31 PM
Profile E-Mail PM Find Quote Report
Zahid™
Senior Member
****

Avatar

Posts: 954
Reputation: 18
– / Male / Flag
Joined: Nov 2005
RE: Replace standard smilies?
quote:
Originally posted by Panachiba
you can't .
Yes you can, but not for Windows Live Messsenger only for MSN Messenger, first get plus: http://old.msgplus.net and then get Stuffplug [ http://www.stuffplug.com ]

This post was edited on 08-20-2006 at 08:32 PM by Zahid™.
[Image: Zahid.png]
08-20-2006 08:32 PM
Profile PM Web Find Quote Report
Scorp-X
New Member
*


Posts: 3
Joined: Aug 2006
O.P. RE: Replace standard smilies?
thx for answers..

but, i can edit the tones linke RING! also (in the Live Messenger Folder) why not the emoticons
08-21-2006 06:26 AM
Profile E-Mail PM Find Quote Report
hmaster
Senior Member
****

Avatar

Posts: 716
Reputation: 24
33 / Male / Flag
Joined: Nov 2004
RE: Replace standard smilies?
You could do it in a script by replacing the standard ones with a custom one before the message is sent.

This post was edited on 08-21-2006 at 10:06 AM by hmaster.
[Image: sig.png]
08-21-2006 10:05 AM
Profile PM Web Find Quote Report
CookieRevised
Elite Member
*****

Avatar

Posts: 15519
Reputation: 173
– / Male / Flag
Joined: Jul 2003
Status: Away
RE: Replace standard smilies?
quote:
Originally posted by Scorp-X
thx for answers..

but, i can edit the tones linke RING! also (in the Live Messenger Folder) why not the emoticons
You can change the sounds because they are seperate files.

The standard emoticons are embedded inside Messenger itself. You could change them, but this will involve patching Messenger. And of course, only you will see the changes, your contacts will still see the default ones.
.-= A 'frrrrrrrituurrr' for Wacky =-.
08-21-2006 10:12 AM
Profile PM Find Quote Report
hmaster
Senior Member
****

Avatar

Posts: 716
Reputation: 24
33 / Male / Flag
Joined: Nov 2004
RE: Replace standard smilies?
You could do this:
code:
function OnEvent_ChatWndSendMessage(ChatWnd, sMessage) {
    sMessage = sMessage.replace(/:\)/gi,'=)');
    sMessage = sMessage.replace(/:\(/gi,'=(');
    sMessage = sMessage.replace(/:P/gi,'=P');
    return sMessage;
}
The first being the emoticon you want to change and the second the custom emoticon you want to replace it with :).

This post was edited on 08-21-2006 at 10:27 AM by hmaster.
[Image: sig.png]
08-21-2006 10:25 AM
Profile PM Web Find Quote Report
Scorp-X
New Member
*


Posts: 3
Joined: Aug 2006
O.P. RE: RE: Replace standard smilies?
quote:
Originally posted by hmaster
You could do this:
code:
function OnEvent_ChatWndSendMessage(ChatWnd, sMessage) {
    sMessage = sMessage.replace(/:\)/gi,'=)');
    sMessage = sMessage.replace(/:\(/gi,'=(');
    sMessage = sMessage.replace(/:P/gi,'=P');
    return sMessage;
}
The first being the emoticon you want to change and the second the custom emoticon you want to replace it with :).



YEAH! Thanks!! :D
08-21-2006 11:07 AM
Profile E-Mail PM Find Quote Report
CookieRevised
Elite Member
*****

Avatar

Posts: 15519
Reputation: 173
– / Male / Flag
Joined: Jul 2003
Status: Away
RE: Replace standard smilies?
Nice but I'm not quite sure it is this what he wants as it does change the shortcuts. What he wants is like skinning the emoticons, (i think).


EDIT: didn't saw his reply before replying... stupid me... oh well... (Y)

This post was edited on 08-21-2006 at 12:56 PM by CookieRevised.
.-= A 'frrrrrrrituurrr' for Wacky =-.
08-21-2006 11:54 AM
Profile PM Find Quote Report
hmaster
Senior Member
****

Avatar

Posts: 716
Reputation: 24
33 / Male / Flag
Joined: Nov 2004
RE: Replace standard smilies?
Hmm thats what I thought initially but he just wanted to use the standard shortcuts to display different emoticons. He seems to be happy with it!
[Image: sig.png]
08-21-2006 11:58 AM
Profile PM Web 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