Help - Search - Members - Calendar
Full Version: MSN 7.0 - No Tabs.
Neowin Forums > Help & Discussion Center > A Collection of Essential Guides
Pages: 1, 2
Jack Pearce
If you want to remove your tabs from MSN Messenger 7 Beta:

1. Hit start -> run -> regedit

2. Look for the section HKEY_CURRENT_USER \ Software \ Microsoft \ MSNMessenger \ PerPassportSettings

3. Open all the sections consisting out of a number combination.

4. Select the DWORD DisableTabs (if not present, create it)

5. Change its value to 1

6. Repeat this step at all number combinations

7. Close and restart MSN Messenger

Source: Mess.be
N0x
Thanks for the heads up!
Johnston
Thx buddy, works well
mstx
Cool, it works, thanks
allfive6
Ok now does anyone know how to add tabs ?
Jack Pearce
Not yet i think.
3V3RT
it's from mess.be
Jack Pearce
Quote - (3V3RT @ Oct 3 2004, 09:15)
it's from mess.be

Edited First Post wink.gif
Rabbai
Thanks, works great!
Strixer
Gracias
stezo2k
Quote - (allfive6 @ Oct 3 2004, 09:08)
Ok now does anyone know how to add tabs ?

change it to 0 instead of 1.....
Alvin
The tabs will be back after you change any settings in the preference.
idbuythatforadollar
You can download the msn7 installer from the site that came guide from wink.gif
speedy_kevin
Quote - (idbuythatforadollar @ Oct 3 2004, 12:40)
You can download the msn7 installer from the site that came guide from wink.gif

What part on 'no links to download' you don't understand? rofl.gif

Huuf made a patch for it. Specially for lazy people like me rolleyes.gif Also available on mess.be
jazmon
the title is quite misleading. i thought msn 7.0/8.0/9.0 is another software by itself?
ember™
^ huh.gif huh?
Larney
Old news is so exciting no.gif

And you were never one for sourcing other people's news where you? Stealing is your main objective no.gif
Kriz
Or just download the patch that removes them smile.gif
Larney
Quote - (Kriz @ Oct 5 2004, 13:02)
Or just download the patch that removes then smile.gif

Exactly..oh well some people just don't get it these days pinch.gif
Enigma-Penguin
How to remove the new buttons:

A few people have been telling me they feel the window is a little bloated with the winks and the themes buttons.. so i found a way to remove them.

You'll need:
Reshacker
MSN 7.0

open up reshacker and dump in your msn 7.0 exe

open search and enter
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)>

(its just easier to search the whole first line)

now to double check this should open up uifile 920

now you need to delete these sections

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>


Scroll down a little further and you will see

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>


That is the packs button smile.gif

and for those even wanting to be rid of the buzz button, scroll down a little again and look for:

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>


Once your done compile the script and save the file, open up msn 7.0 and enjoy a less bloated chat window

A little information from your friendly neighbourhood penguin

heres the final product:
Larney
Now thats worth posting!!
Gezza03
Now thats worth posting!!
LispyGlitter2
Quote - (jAzMoN @ Oct 5 2004, 04:44)
the title is quite misleading. i thought msn 7.0/8.0/9.0 is another software by itself?

it is, but people are too lazy to remember to type out the word "messenger". realmad.gif
Jack Pearce
Quote - (Larney @ Oct 5 2004, 11:59)
Old news is so exciting no.gif

And you were never one for sourcing other people's news where you? Stealing is your main objective no.gif

1. Its not old news.

2. I have put "Source: Mess.be"

huh.gif pinch.gif wacko.gif blink.gif realmad.gif
sk8er_boi6000
Is there really any need for flaming blink.gif

Its useful to a lot of people. if anyone wants the patch feel free to email me sk8er.boi1@gmail.com if you cant get it anywhere else wink.gif
rIaHc3
QUOTE(Kriz @ Oct 5 2004, 12:02)
Or just download the patch that removes them smile.gif
[right][snapback]584677902[/snapback][/right]



exactly (like Larney said). The Mess Patch
aam
QUOTE(EnIgMa-PenGuIn @ Oct 5 2004, 04:29)
How to remove the new buttons:

A few people have been telling me they feel the window is a little bloated with the winks and the themes buttons.. so i found a way to remove them.

You'll need:
Reshacker
MSN 7.0

open up reshacker and dump in your msn 7.0 exe

open search and enter
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)>

(its just easier to search the whole first line)

now to double check this should open up uifile 920

now you need to delete these sections

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>


Scroll down a little further and you will see 

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>


That is the packs button smile.gif

and for those even wanting to be rid of the buzz button, scroll down a little again and look for:

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>


Once your done compile the script and save the file, open up msn 7.0 and enjoy a less bloated chat window

A little information from your friendly neighbourhood penguin

heres the final product:
[right][snapback]584677975[/snapback][/right]


After deleteing the suggested strings... what do you save the file as and where do u put it?
Enigma-Penguin
I think those were back before the 425 beta (i cant remember), but its all the same....

once you finish editing/deleting make sure the program itself is off... then compile the script and save the the exe. reshacker will make a backup in the original location... so if you bugger up you should be ok biggrin.gif

in other words.. just save it in its original location wink.gif
aam
how NoObish of me.. it worked out great..the bloatedNESS is gone!!!! ty
aam
woot
Enigma-Penguin
there are a few more things [here], if you feel like removing some top items wink.gif

no problem aam biggrin.gif
bangbang023
QUOTE(EnIgMa-PenGuIn @ Dec 12 2004, 22:19)
there are a few more things [here], if you feel like removing some top items wink.gif

no problem aam biggrin.gif
[right][snapback]585092198[/snapback][/right]

Finally got rid of the ad in the chat window. Thank you dude.
Larney
QUOTE(bangbang023 @ Dec 13 2004, 04:47)
Finally got rid of the ad in the chat window. Thank you dude.
[right][snapback]585092356[/snapback][/right]

Tis annoying eh? Cheers for all the guides in here.
aam
na.. just getting rid of the of the present button and the pop-up sending things was enough.. ty the other features are alright.. keep most for now
bangbang023
anyways of removing the msn logo from the top right of the IM window?

also, after res hacking, I have a problem, whenever I close the main window and then reopen it, the display settings change back to "by email" instead of "by display name" unsure.gif
aam
good question.. I wonder as well...
Enigma-Penguin
yes there is:

its in uifile 920 just below the - [] x buttons

search
CODE

       <element id=atom(captionbtngrpbase) layout=borderlayout() padding=rect(0,0,10,0)>


and scroll down a bit till you see the code:

CODE


           <png class="CaptionImg" id=atom(msnlogo) layoutpos=ifhc(none, right) flip=false idres=1041/>


make sure you are in uifile 920 or you'll remove the logo from somewhere else (not that thats a bad thing..) They use the same code for all the msn logos really.
bangbang023
damn enigma, you are good. How'd you find all this out?
bangbang023
the problem of the contacts display still persists though sad.gif. It doesn't happen right away. It seems as though if I leave the main window closed for a few minutes then re-open it, it reverts back to "email address" for the view of the buddy list.
Enigma-Penguin
I started reshacking back with the longhorn top bar project along with a few others, you pick up things as you go really. I found out most of this stuff when I was making a skin for a neowin member... ( msn is rather simple when you get into it biggrin.gif )

bangbang could you show me a screen of the exact problem? i might be able to solve that

Edit: do you mean the sort order? or do you mean it displays emails instead of names?
bangbang023
well it isn't happening now, but there's no screen shot to take really. You know you have the option of either choose to view your online contacts, on your buddy list, by their email address or chosen display name? Well, every now and then, it reverts back to displaying everyone on my list using their email address instead of showing their chose display name. It's not happening now, but it was two minutes ago.
Enigma-Penguin
Ive never seen that option.... wierd. I can only really change things to do with "buddyname" and "buddystate", unfortunatly the only reference to a buddy email i can find is a few send email buttons.

What exactly did you edit that caused the problem?

(then again it might be a service problem)

if worse come to worse ill quickly make a patch for everyone.
bangbang023
I only edited the chat window ad and now the logo. The option I'm talking about is under contact/manage contacts/view contacts by...

it seems to be working ok now. Must have been a hiccup.
Enigma-Penguin
Yes I would say so, because you didnt really touch anything to do with the contact list (thats in another ui file)
thumbs_up.gif good luck with any future reshacking people, as always... if you need help just drop me a line.
aam
yer on a roll........what about this logo
bangbang023
QUOTE(aam @ Dec 13 2004, 00:12)
yer on a roll........what about this logo
[right][snapback]585092703[/snapback][/right]

follow the last instructions he gave me
aam
I believe I did.. and it deleted the msn logo pic when u sign in... argh
Enigma-Penguin
are you sure you followed thos instructions to the letter... because
CODE

<element id=atom(captionbtngrpbase) layout=borderlayout() padding=rect(0,0,10,0)>

only appears in one place and that is in UIFILE 920, which is only to do with the chat window

if you searched:
CODE

<png class="CaptionImg" id=atom(msnlogo) layoutpos=ifhc(none, right) flip=false idres=1041/>


That appears in a number of places and you could be removing that logo from anywhere...
What you need to so is search for the first string, then scroll down and delete the second.

(im guessing you removed that from somewhere in uifile 923)
bangbang023
Man, you got me addicted to this lol. I removed the send buttons from the IM window and the handwrite/type tabs from the window also. Thanks again.
Enigma-Penguin
Not a problem biggrin.gif

always good to get people into this, its fun to see just what you can do with a little reshacking here and there isnt it? and the result is a fairly clean looking msn.

Unfortunatly Im going to have my work cut out for me if msn does anything like the wave 11 concept confused.gif
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2009 Invision Power Services, Inc.