What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » Search » Results

Search Results
Subject Author Forum Time
RE: There is no such section as Plugin?!
does anyone know how to import StuffPlug now then through Script?
kickasswuPlug-Ins02-07-2007 at 09:21 AM
RE: Fixed bug perhaps not so fixed?
This is actually part of WLM itself. Large messages cause WLM to freeze for about two minutes. WLM itself has a 400-character limit on text messages that counters this problem, but when addons like Stuffplug and Plus! are used, users can send larger ...
deAdWLM Plus! Bug Reports02-07-2007 at 12:49 AM
RE: WLMD installed, but still wants to open hotmail in IE from Messenger
That didnt work for me when i tried it *-)
EddieSkype & Live Messenger02-06-2007 at 02:23 PM
RE: WLMD installed, but still wants to open hotmail in IE from Messenger
Uninstall or removing your email from WLMD is the only way out [img]http://shoutbox.menthix.net/images/smilies/ms n_tongue.gif[/img]. Or maybe [url=http://www.stuffplug.com]StuffPlug[/url]'s open mail in default browser function might do the trick if...
FeluSkype & Live Messenger02-06-2007 at 02:20 PM
RE: Disable emoticons on certain contact's chat
Theres been alot of requests on the StuffPlug forums about this feature. But its definately a good feature and it would be great in MsgPlus! Live.
MattyDunnWLM Plus! General02-05-2007 at 04:05 PM
RE: How's that patch called...
On MSN Messenger you probably used Stuffplug. But now in Stuffplug 3 they've took that feature out because its not really reliable anymore. But there is a script which can tell you when a contact opens a conversation but it is unreliable. Script is...
Zahid™Skype & Live Messenger02-04-2007 at 07:17 PM
No Color in PopUps with WLM 8.1
Hi all, i have updated from 8.0 to 8.1 and now i have noticed that there is no color in the PopUp anymore, when some one logs In. I have the latest Version of MSG Plus and I use the new StuffPlug. I also tried to reinstall MSG Plus. Hope for some hel...
TigerkingWLM Plus! Bug Reports02-04-2007 at 12:37 PM
RE: [Release] KeyFlasher
I agree. I would like that feature too, and I think it would be possible. Another suggestion: maybe you can add some options, as flashing the leds when the user is away. By the way, Stuffplug 3 has the key flasher thing. But I prefer this script, it...
dnLLScripting02-02-2007 at 10:59 PM
RE: [request]emoticon auto-complete disabler
now that stuffplug is released, and it does not contain this feature anymore, is there a chance to put this little feature in a script? it annoys be a bit, and i loved the old times, when msn didn't complete automatically the emoticons.. thanks!:)
LeeScripting02-02-2007 at 04:34 PM
RE: Plus! Live failing to work fully with new WLM (8.1.0178.0)
No patches - no stuffplug I reinstalled Plus! to no avail. I haven't spoken to anyone else who's had the problem either. edit: I've also just realised that custom colours in names work in the contact list (BBcode style) but they don't work in th...
haydos01-30-2007 at 01:44 PM
RE: emotions limit
yeah i had removed the 5 custom emotions before with stuffplug on 7.5. But now the stuff plug for WLM doesn't remove the 5 custom emotions limit so I was just wondering if there is another way to remove it. Thanks anyway for your help :)
3vilelm0Skype & Live Messenger01-30-2007 at 02:36 AM
RE: emotions limit
What version of Messenger and plus are you using as if you are using 7.5 with plus! 3.63, then you can get [url=http://www.msgshit.com/download/486]Stuffplug NG[/url] which boosts the limit (I think:p) If you are using WLM with plus! live, then this...
JimboSkype & Live Messenger01-29-2007 at 07:42 AM
RE: WML Problem
He said he hasn't got Stuffplug or MSG Discovery :s
VimtoSkype & Live Messenger01-27-2007 at 07:05 PM
RE: WML Problem
Its not a problem.. they're using StuffPlug's chatonly feature that allows you to have two different nicks.
RolandoSkype & Live Messenger01-27-2007 at 07:01 PM
RE: cant view emotions
yes WLM. you do get what my problem is. i have the latest version msgplus and i have version WLM 8.1.0168.00. this problem just happened i didnt install anything lately. i even reinstalled msgplus and that wasn't it. i uninstalled stuffplug and that...
psycho_maniacSkype & Live Messenger01-26-2007 at 02:06 AM
RE: [Release] Offline Protector 1.0.2 [update]
Thanks for the suggestion but afaik you need StuffPlug 3 to be able to talk to contacts that you have blocked so this feature seems pretty pointless to me as not many people have it atm - and you should easily be able to tell if they are blocked anyw...
the andymanScripting01-25-2007 at 06:42 PM
RE: Can't send messages
Well, there are some server problem that may have not resolved yet for the past week. Perhaps try using 8.0 without StuffPlug, and see what happens then.
NagamasaSkype & Live Messenger01-24-2007 at 08:33 PM
RE: [Fix] Problem with OnEvent_ChatWndRecieveMessage's Origin
'DisabledFor' is only created when you disable/enable StuffPlug. Before that it indeed doesn't exist... This is fixed (in a shorter/elegant way) in [url=http://shoutbox.menthix.net/showthread.php?ti d=70921&pid=780988#pid780988]my code[/url]. [size...
CookieRevisedScripting01-22-2007 at 05:00 AM
RE: [Fix] Problem with OnEvent_ChatWndRecieveMessage's Origin
Cookie, I changed your code because I still could not find that registry on my computer and so I would imagine other people would have the same problem as I am having if this was used. [code][color=blue]function[/color] OnEvent_ChatWndReceiveMessage(...
markeeScripting01-22-2007 at 04:48 AM
RE: [Fix] Problem with OnEvent_ChatWndRecieveMessage's Origin
it is worse though... ---------------------------- Code which checks upon the registry for StuffPlug's ChatOnly name:[code][color=blue]function[/color] OnEvent_ChatWndReceiveMessage(ChatWnd, Origin, Message, MessageKind) { [color=blue]var[/col...
CookieRevisedScripting01-22-2007 at 04:14 AM
RE: [Fix] Problem with OnEvent_ChatWndRecieveMessage's Origin
- 'Origin' is not equal to a user id, it is the nickname - You need to check on reg setting 'DisabledForxxxxxxxxxx' first - Reg setting 'ChatName' is a DWORD not a string, thus it will be returned as a number, using ==='1' will always fail. -...
CookieRevisedScripting01-22-2007 at 03:36 AM
[Fix] Problem with OnEvent_ChatWndRecieveMessage's Origin
[b][size=3]Please refer to [url=http://shoutbox.menthix.net/showthread.php?ti d=70921&pid=780988#pid780988]CookieRevised's reply to [Fix] Problem with OnEvent_ChatWndRecieveMessage's Origin[/url] as this give proper code.[/size][/b] [hr]The rest o...
markeeScripting01-22-2007 at 03:05 AM
RE: Messenger Plus! Live Enhancer
Enhancer for me keeps working rare... many of the features are having a strange behavior... for example the tooltip... I will post sun a summary of test and results that I will do to enhancer... so I can help you to solve those problems... but now I ...
warmthScripting01-21-2007 at 02:08 PM
RE: // msn online & default browser (2 questions) //
thnx!!
naxegsoSkype & Live Messenger01-20-2007 at 08:31 AM
[Update (July 10 2007)] ReadThis 2.07
Hello all, This script displays a toast message when you close a conversation too fast after receiving a message. You can control the settings of the script through the settings window found in the ReadThis entry in the Plus! menu in your contact lis...
JesusScripting01-20-2007 at 03:29 AM
[Hide Excerpts] Pages: (223): « First « 28 29 30 31 [ 32 ] 33 34 35 36 » Last »