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

Search Results
Subject Author Forum Time
RE: a link to url in your personal message?
something like that already exists in Plus!: In contactlist, right click the contact with an url in his name or PSM > Messenger Plus! Extra's > Open Internet Link --------------- PS: all this has been suggested and discussed before though (can't ...
CookieRevisedSkype & Live Messenger09-04-2006 at 11:12 PM
RE: Limit on Emoticons
Golden rule: do not use emoticons to replace letters. It is very highly annoying to your contacts. Emoticons are meant to emphesize feelings and sentences, not to replace the whole alphabet... ;)
CookieRevisedWLM Plus! Help09-04-2006 at 01:34 PM
RE: [REQUEST] Window Close Notifier
And btw Stuffplug 3 won't have this feature anymore.
Zahid™Scripting09-02-2006 at 06:55 PM
RE: [request] Gif in avatar ?
No, not yet [img]http://shoutbox.menthix.net/images/smilies/ms n_confused.gif[/img]. And i don't think it would even by possible at all [img]http://shoutbox.menthix.net/images/smilies/xs o_sad.gif[/img], but you can steal dpp's from your contacts in ...
FeluScripting09-02-2006 at 08:58 AM
RE: [Request] Change Emoticons like :)
No one really knows, you'll just have to be patient and wait. :) Keep checking the [url=http://www.stuffplug.com/]StuffPlug Website[/url].
Chris4Scripting09-01-2006 at 10:22 PM
RE: [Request] Change Emoticons like :)
thanks the problem is...... WHEN StuffPlug for WLM will coming ? It's from July that the site say that it's coming :S thank u cloudhunter
JackBurtonScripting09-01-2006 at 10:19 PM
RE: [Request] Change Emoticons like :)
Not as yet. It might be in stuffplug for WLM, it might not. You just have to wait and see. Cloudy
cloudhunterScripting09-01-2006 at 09:47 PM
[REQUEST] Window Close Notifier
Anyone remember in stuff plugin, how there was an option to make it so that when a contact closes your window, it notifies you? I've given the script download section a look, but i didnt find anything that did this, it might be on the forum some...
Agent.OrangeScripting08-31-2006 at 11:59 PM
RE: Scripting API Wishlist
Well when you send a nudge, it has this: _____________________________ You have just sent a nudge! _____________________________ An action message is that, but with any you want ;) Incidently this feature will be in Stuffplug 3.
cloudhunterScripting08-31-2006 at 09:50 PM
RE: Are there scripts that can increase display picture dimensions?
Unfortunately, there are no scripts of this sort at this stage. The only Plugin that had this feature in earlier versions of Msn Messenger (Stuffplug NG), as far as i know, will not be supporting this feature when it becomes a stand alone applicati...
J.JScripting08-31-2006 at 07:23 AM
RE: [Request] boost caracters in conversation
hmm ok i understand that, stuffplug is realy nice indeed and respect his work and why dont want to make it well i will try to discover how to do it (not likely (A))
TheAngelScripting08-30-2006 at 10:11 PM
RE: Wheres stuffplug!?
Okay, i suppose the best place to find out about it all is the stuffplug website:P PS. sorry if i got a bit out of hand..
ForestPlus!Skype & Live Messenger08-30-2006 at 05:02 PM
RE: Wheres stuffplug!?
Well.. it doesn't say on the StuffPlug website about it being released in 3 days (or any days infact). Just keep checking out the [url=www.stuffplug.com]StuffPlug[/url] website.
Chris4Skype & Live Messenger08-30-2006 at 05:00 PM
Wheres stuffplug!?
Right, i'm annoyed... i read of a website that stuffplug 3 would be released in 3 days (this was about a month ago now) So why isn't it here!!?? i want stuff plug!!!! 8o|Wait till i get my hands on them...
ForestPlus!Skype & Live Messenger08-30-2006 at 04:57 PM
RE: [Request] boost caracters in conversation
It is possible to do by patching a specific memory allocation which deals with the character limit. Mattike please if you don't know the correct answer don't reply. The reason people haven't made this or included any of the features from StuffPlug...
mattyScripting08-30-2006 at 03:01 PM
RE: [Request] boost caracters in conversation
I'm afraid that's not possible with a Plus! Live script. However, StuffPlug 3 [size=1](the new version for Windows Live Messenger)[/size] will have the ability to boost your messages up to 5000 characters, so if you have a little more patience... ;...
MattiScripting08-30-2006 at 02:22 PM
[Request] boost caracters in conversation
plus has an option to maximaze the size of the messages to 1100 but many times that can be too litle (because of past(s)), stuffplug had a option to 5000. can a plus script boost the size of the messages ? thnks
TheAngelScripting08-30-2006 at 02:09 PM
RE: [Request] Oversized DPs and Emoticons
I think you will just have to wait for Stuffplug 3.
Zahid™Scripting08-28-2006 at 09:54 AM
[Request] Oversized DPs and Emoticons
JorfapigoScripting08-28-2006 at 07:33 AM
RE: HELP PLZ (looking for a plug in)
I believe that is correct. If anything the feature was quite annoying anyway.
UnderlordWLM Plus! Help08-27-2006 at 02:07 AM
RE: HELP PLZ (looking for a plug in)
Please don't post the [url=http://shoutbox.menthix.net/showthread.php?ti d=65448]same post[/url] twice :P I think you're talking about [url=www.stuffplug.com]StuffPlug[/url] If you're using WLM, then there isn't a StuffPlug out for it yet. And cor...
JimcandoWLM Plus! Help08-27-2006 at 02:03 AM
RE: Script Request - Ignore specific contacts
It will eventually be in SP3, as I love that feature myself too, but I haven't got round to coding it yet, so it won't be in the first release...
TheBlasphemerScripting08-25-2006 at 04:17 PM
RE: Script Request - Ignore specific contacts
Yeah, but that will stop it for unignored contacts aswell... Stuffplug 3 should be out soon though, which may have the feature... Check mess.be ;) Cloudy
cloudhunterScripting08-24-2006 at 10:12 PM
RE: Script Request - Ignore specific contacts
I wonder where you got that information?^o)
J-ThreadScripting08-24-2006 at 07:56 PM
RE: Script Request - Ignore specific contacts
WARNING! BUG! [code] if (Origin === Messenger.MyContacts.GetContact(list[i].Name)[/cod e] should be: [code] if (Origin === Messenger.MyContacts.GetContact(list[i]).Name)[/co de] Your code would fail because: [list] [*]You've placed the [font=Courier...
MattiScripting08-24-2006 at 04:02 PM
[Hide Excerpts] Pages: (223): « First « 39 40 41 42 [ 43 ] 44 45 46 47 » Last »