GREAT IDEA for a Plug-In... I want it sooo bad - Printable Version -Shoutbox (https://shoutbox.menthix.net) +-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58) +--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4) +---- Forum: Scripting (/forumdisplay.php?fid=39) +----- Forum: Plug-Ins (/forumdisplay.php?fid=28) +------ Thread: GREAT IDEA for a Plug-In... I want it sooo bad (/showthread.php?tid=40356) GREAT IDEA for a Plug-In... I want it sooo bad by Cryme on 03-17-2005 at 03:25 PM
Hey I'm no computer wiz like a lot of you out there, so perhaps I can give you my idea and some genius out there can find a way to make it into a plug-in. I've been wanting this function since MSN emoticons first came out! Here's my idea: RE: GREAT IDEA for a Plug-In... I want it sooo bad by Weyzza on 03-17-2005 at 03:26 PM
Download Stuffplug-NG from http://www.stuffplug.com RE: GREAT IDEA for a Plug-In... I want it sooo bad by Cryme on 03-17-2005 at 03:27 PM
Ahhh!! It did it again!!! You see what I mean?? I DID NOT want any of those emoticons in the body of my message!!! RE: GREAT IDEA for a Plug-In... I want it sooo bad by andrey on 03-17-2005 at 03:43 PM
Cryme, if you want to disable emoticons in your messages, open your messenger contact list, go to Tools --> Options --> "Messages" and disable "Show Emoticons". RE: GREAT IDEA for a Plug-In... I want it sooo bad by Eljay on 03-17-2005 at 03:46 PM
there is a messenger plus feature to do this RE: GREAT IDEA for a Plug-In... I want it sooo bad by (CyBeRDuDe) on 03-17-2005 at 04:47 PM
Do as Lee Jeffrey says, or as andrey says... you could also try RE: GREAT IDEA for a Plug-In... I want it sooo bad by matty on 03-17-2005 at 07:03 PM
quote:StuffPlugNG has the ability to disable emoticon completion. Together with a custom talker that adds /noicon infront of your message will not show any emoticons. RE: GREAT IDEA for a Plug-In... I want it sooo bad by CookieRevised on 03-17-2005 at 07:38 PM
aaarggh, confusing thread (another one)... So recap: * Disable "Show Emoticons in messages" in the MSN Messenger Options: Tools > Options > Messages This will disable the emoticons in a conversation all together. This means that if you type :P, it will not automatically be changed in . This also means that text recieved from your contacts will not have emoticons in them, but the code instead. But beware, your contacts still see the emoticons, unless they too disable this option of course. * To disable only the automatically emoticon appeariance when you type :P, you can use the Messenger Plus! plugin StuffPlug-NG or some other patches which patch your MSN Messenger. This plugin has many options, one of these is to disable the auto-emoticon typing. Result will be that you wont see the emoticons while you're typing, just like in the old MSN Messenger versions. But your contact will still see the emoticons. * The Messenger Plus! command '/noicon' can be used to send a text without emoticons. This means when you type "/noicon (f)x" you contact will see "(f)x", regardless of the above options. With the plugin StuffPlug-NG you can also enable an auto-talker so that the command '/noicon' will be automatically added to your texts. * For maths, there is a special plugin created called LaTeX Math Plugin (which works, but still has some issues). Both you and your contact need this plugin (and Plus! of course). With it, you'll be able to make and display complex math formulas. The plugin will convert typed formula's into a proper displayed formula. This plugin has nothing todo with emoticons displaying or not. RE: GREAT IDEA for a Plug-In... I want it sooo bad by Cryme on 04-01-2005 at 03:30 AM
Hey thanks guys. Good summary Cookie I really appreciate a description of all the options. I will look into them. RE: RE: GREAT IDEA for a Plug-In... I want it sooo bad by Andrudis on 08-05-2005 at 08:31 PM
quote: I have tried for the last several hours, to search for a talker, so I could get this to work. But I can't seem to it. And creating one is not something I can do myself. So if any of you have information that would help, it would be much appreciated RE: GREAT IDEA for a Plug-In... I want it sooo bad by TheBlasphemer on 08-06-2005 at 11:28 AM
Andrudis: code:Next, hit File -> Save As In Save as type select "All Files", in Encoding select "ANSI", and save it to: C:\program files\MessengerPlus! 3\Plugins\StuffPlug-NG\Talkers\talker.noicon.js This will create a new talker named "noicon" doing just what you want [small]Little note: I used /x08 as auto-talkers get parsed AFTER messenger-plus sees the text, using /noicon wouldn't have any effect, so I add the noicon character manually [/small] EDIT: Cryme: You could also solve your problem by writing an autotalker that would replace the ( x ) emoticon with something else like: (<ctrl+b><ctrl+b>x) that will stop MSN from seeing it as an icon too, and msgplus wil remove those bold tags later I suggest you use the above example, and read up on javascript (or ask a compsci-student to help you) and write your own talker for it... the codes for bold, color, etc are: code:(They're taken from C++, all you need is the parts between "s) I hope this solves your problem Bye, TB |