What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Skinning » Remove ad and search bar - VISTA Ultimate?

Remove ad and search bar - VISTA Ultimate?
Author: Message:
aNILEator
Skinning Contest Winner
*****

Avatar
...in the wake of the aNILEator

Posts: 3718
Reputation: 90
35 / Male / Flag
Joined: Oct 2003
Status: Away
RE: Remove ad and search bar - VISTA Ultimate?
Yes Dennis It is possible to remove all those things.

They all require that you edit (or add) layoutpos=top/bottom to be layoutpos=none

The search bar with the information bar you refer to is called the 'word wheel' it searches your contact list only. It is possible to remove that information bar also. To do so edit 1001 definition here's the example from 8.5

code:
    <Element LayoutPos=Client Layout=BorderLayout() Padding=rect(0,0,0,0) ID=Atom(ai558)>
        <Element LayoutPos=Top Layout=BorderLayout()>
            <*PlusSkin Conditions(HideInfoA = true) *><element layoutpos=none></*PlusSkin*>
            <InfoBar id=atom(maininfobar) LayoutPos=None Layout=FillLayout() accessible=false padding=rect(0,0,0,0)>
                <Element id=atom(maininfobarholder) Layout=BorderLayout()>
                    <Element LayoutPos=Left Layout=FlowLayout(0,0,0,0) Padding=Rect(1,1,3,0)>
                        <ImageList id=atom(infobaricon) ImageListId=0 Width=16 Height=16/>
                    </Element>
                    <HtmlView LayoutPos=Client id=atom(infobartext) label=atom(infobaricon) maxvisiblelines=2 active=mouseandkeyboard|nosyncfocus/>
                </Element>
            </InfoBar>
            <*PlusSkin Conditions(HideInfoA = true) *></element></*PlusSkin*>
        </Element>


This as you can see from the PlusSkin references, adds an element around the infobar that is then told to not have any position

(new conditional element)
     (infobar)
(/new conditional element)

this is a way to hide some more stubborn buttons/elements, and also replace some.

The search bar I have a tutorial for removing it found http://www.msgpluslive.net/skins/resources/tut-Hi...ptions-definitions

This post was edited on 07-01-2008 at 10:41 AM by aNILEator.
07-01-2008 10:33 AM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Remove ad and search bar - VISTA Ultimate? - by DennisMartijn on 07-01-2008 at 10:21 AM
RE: Remove ad and search bar - VISTA Ultimate? - by aNILEator on 07-01-2008 at 10:33 AM
RE: Remove ad and search bar - VISTA Ultimate? - by DennisMartijn on 07-01-2008 at 10:37 AM
RE: Remove ad and search bar - VISTA Ultimate? - by aNILEator on 07-01-2008 at 10:44 AM
RE: Remove ad and search bar - VISTA Ultimate? - by DennisMartijn on 07-01-2008 at 10:51 AM
RE: Remove ad and search bar - VISTA Ultimate? - by Basilis on 07-01-2008 at 10:55 AM
RE: Remove ad and search bar - VISTA Ultimate? - by DennisMartijn on 07-01-2008 at 11:23 AM
RE: Remove ad and search bar - VISTA Ultimate? - by aNILEator on 07-01-2008 at 12:05 PM
RE: Remove ad and search bar - VISTA Ultimate? - by CookieRevised on 07-01-2008 at 09:46 PM
RE: Remove ad and search bar - VISTA Ultimate? - by aNILEator on 07-01-2008 at 10:07 PM
RE: Remove ad and search bar - VISTA Ultimate? - by DennisMartijn on 07-02-2008 at 07:34 AM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On