Shoutbox

[Suggestion] Remove annoying winks/nudges/packs buttons from convo window - 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: WLM Plus! General (/forumdisplay.php?fid=23)
+----- Thread: [Suggestion] Remove annoying winks/nudges/packs buttons from convo window (/showthread.php?tid=35298)

[Suggestion] Remove annoying winks/nudges/packs buttons from convo window by user13774 on 12-06-2004 at 12:44 PM

I finally decided to switch to MSN 7 Beta, just because it's newer and for the MSN Spaces support. Also installed newest Msgplus Beta.

But now in the convo windows these new icons (winks [hate them already] and nudges [luckely I applied 2 patches to remove all ads and disable nudges etc.] and packs [which idiot is gonna buy those]) make my Plus! icon disappear :blah: :dodgy: :angry:.

Check screenshot. I know I could just make my window bigger but I don't want that. Isn't there a way to get rid of those buttons? Maybe with the next :plus2:?

Windows-versie: Windows XP, 5.01.2600
Messenger-versie: 7.0.0425
Messenger Plus!-versie: 3.40.0112

[Image: attachment.php?pid=344277]


RE: [Suggestion] Remove annoying winks/nudges/packs buttons from convo window by Derwan on 12-06-2004 at 12:57 PM

Yes - it would be nice to have the option to remove these - maybe individually.  (E.g. You might want to use nudges, but not Packs.)  On the same options screen, you could have the option to remove the "MSN Today" button on the main screen - and the search area.  (I know the ads aren't gonna be removed.)


RE: [Suggestion] Remove annoying winks/nudges/packs buttons from convo window by user13774 on 12-06-2004 at 01:06 PM

You can remove all the ad's with patches (I have), but that is against the license agreement. I donno it you can remove all those attributes (MSN Search/MSN Today) without patching. But you are right that it would be good if you can remove them individually.


RE: [Suggestion] Remove annoying winks/nudges/packs buttons from convo window by gnownoskcid on 12-06-2004 at 01:19 PM

make sure you backup msnmsgr.exe first

open msnmsgr.exe with resHacker:
open UIFILE 920:

remove on line 2080 (winks):

code:
<cmdbutton cmdid=35126 id=atom(winkbtn) class="ToolbarBtn" layout=flowlayout(0,2,0,2) AccName=rcstr(60004) AccRole=57 AccDesc=rcstr(3178) ShortcutString=rcstr(60004)>
  <png flip=false idres=1093 class="ToolbarIcon" />
  <element id=atom(suppress) padding=rect(2,0,0,0) content=rcstr(60004) />
  <element class="ToolbarCaret"/>
</cmdbutton>


remove on line 2090 (packs):
code:
<cmdbutton cmdid=40614
id=atom(themesbtn)
    class="ToolbarBtn"
    layout=flowlayout(0,2,0,2)
    AccName=rcstr(60013)
    AccRole=57
    AccDesc=rcstr(44082)
    ShortcutString=rcstr(60013)>
  <png flip=false idres=1012  class="ToolbarIcon" />
  <element id=atom(suppress) padding=rect(2,0,0,0) content=rcstr(60013) />
  <element class="ToolbarCaret"/>
</cmdbutton>


remove on line 2102 (nudge):
code:
<cmdbutton cmdid=689
    id=atom(buzzbtn)
    class="ToolbarBtn"
    layout=flowlayout(0,2,0,2)
    AccName=rcstr(699)
    AccRole=57
    AccDesc=rcstr(700)
    >
  <png flip=false padding=rect(2,0,0,0) idres=911 class="ToolbarIcon" />
</cmdbutton>


i started picking up messenger skinning yesterday after see the forum http://www.messenger-skins.net/ :D so fun!
RE: [Suggestion] Remove annoying winks/nudges/packs buttons from convo window by user13774 on 12-06-2004 at 01:55 PM

Ok done. It seems to work fine!!

Thank you very much! :happy: (y)!!


RE: [Suggestion] Remove annoying winks/nudges/packs buttons from convo window by gnownoskcid on 12-06-2004 at 01:56 PM

please note that this only remove the buttons on the conversation window, that means other's still can wink/nudge you


RE: [Suggestion] Remove annoying winks/nudges/packs buttons from convo window by CookieRevised on 12-06-2004 at 02:00 PM

btw, more of this stuff is found here:
http://www.messenger-skins.net/showthread.php?tid=597
(including offset to disable winks/nudges)


RE: [Suggestion] Remove annoying winks/nudges/packs buttons from convo window by user13774 on 12-06-2004 at 02:14 PM

quote:
Originally posted by gnownoskcid
please note that this only remove the buttons on the conversation window, that means other's still can wink/nudge you

Yes I understand. But that doesn't matter :p. I just wanna remove the butugly annoying buttons :).

quote:
Originally posted by CookieRevised
btw, more of this stuff is found here:
http://www.messenger-skins.net/showthread.php?tid=597
(including offset to disable winks/nudges)

Thanks. I'll bookmark it :wink:
RE: [Suggestion] Remove annoying winks/nudges/packs buttons from convo window by user13774 on 12-06-2004 at 03:14 PM

Sorry for double posting.. but...

I guess this can't be done without patching...? So it can't be done by Msgplus.
If this is true, can someone plz remove [Suggestion] and move it to MSN/Windows Messenger? :happy: :wink:


RE: [Suggestion] Remove annoying winks/nudges/packs buttons from convo window by Derwan on 12-07-2004 at 12:00 AM

Nooo... leave it here and hopefully Patchou will work out some way of doing it!  :P


RE: [Suggestion] Remove annoying winks/nudges/packs buttons from convo window by FuzzyWuzzy on 12-07-2004 at 01:04 AM

anyone know if you can remove the "What's Hot" area in the emoticon window?


RE: [Suggestion] Remove annoying winks/nudges/packs buttons from convo window by gnownoskcid on 12-07-2004 at 01:28 AM

quote:
Originally posted by FuzzyWuzzy
anyone know if you can remove the "What's Hot" area in the emoticon window?
http://www.messenger-skins.net/showthread.php?tid=657&pid=4592#pid4592
RE: [Suggestion] Remove annoying winks/nudges/packs buttons from convo window by user13774 on 12-07-2004 at 12:16 PM

Thanks alot gnownoskcid! (y)