What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » WLM Plus! General » How to remove ad after applying a new skin?

Pages: (2): « First [ 1 ] 2 » Last »
How to remove ad after applying a new skin?
Author: Message:
ethylbenzene
New Member
*

Avatar

Posts: 5
– / Male / Flag
Joined: Jun 2008
O.P. Huh?  How to remove ad after applying a new skin?
i download some skins here, but after applying them it frustrates me that some function buttons that i've blocked before by using a-patch display again, though several ones can be removed by skin option, others like ad ain't involved, i tend to modify msgsres.dll but find the value of ad display is false(actually it's modified by a-patch), so i'd like to know how can i remove it now? or just ask for the skin developer?
06-23-2008 03:12 AM
Profile E-Mail PM Find Quote Report
Vilkku
Veteran Member
*****

Avatar

Posts: 1411
Reputation: 27
35 / Male / Flag
Joined: Mar 2003
RE: How to remove ad after applying a new skin?
Because skins aren't allowed in the official database if they have a visible option to hide the ads, most major skins don't have this option (at least not visible in the skin options). However, some skins include some kind of .reg file in the skin folder (...\Messenger Plus! Live\Skins\<SkinName>) which you can use to disable the ads. If there isn't one you can just ask the developer, but in case he doesn't have the time to do it for you, you could also take a look at the skinning documentation and try to modify the skin to suit your needs.
[Image: signature.php]
06-23-2008 08:22 AM
Profile E-Mail PM Web Find Quote Report
ethylbenzene
New Member
*

Avatar

Posts: 5
– / Male / Flag
Joined: Jun 2008
O.P. RE: How to remove ad after applying a new skin?
thank you guys, but it's boring that the hidead.reg doesnot seem to work on my skins, i really don't know why O_o
i tried me to you and wii
06-23-2008 12:27 PM
Profile E-Mail PM Find Quote Report
Basilis
Veteran Member
*****

Avatar
Olympiacos CFP

Posts: 1366
Reputation: 46
30 / Male / Flag
Joined: Dec 2007
RE: How to remove ad after applying a new skin?
This happens because each skin requires a specific edited .reg file. The .reg file on its own cannot do anything. The skin must have the options referred into the .reg file into its UIFiles. It is very complex if you don't know much about how a skin is created. To sum up, stick with skins that provide those .reg files or contact the developer of the skin you want to use and ask him to create a .reg file. :)

This post was edited on 06-23-2008 at 01:20 PM by Basilis.
[Image: logo1nu1.png]
06-23-2008 01:19 PM
Profile PM Find Quote Report
absorbation
Elite Member
*****

Avatar

Posts: 3636
Reputation: 81
– / Male / Flag
Joined: Feb 2005
RE: How to remove ad after applying a new skin?
In the skin directory you wish to edit, find the UIFILE 923, contains the elements. Around line 181 you should see this line of code:

code:
<Element layoutpos=bottom layout=borderlayout() padding=rect(4,0,4,0)>

Change the layoutpos to make the element invisible, by replacing it with this:

code:
<Element layoutpos=none layout=borderlayout() padding=rect(4,0,4,0)>

That should remove the ad from Messenger. Of course the skin may have saved the UIFILE in different names or the code may be one a different line :).
06-23-2008 02:22 PM
Profile PM Find Quote Report
ethylbenzene
New Member
*

Avatar

Posts: 5
– / Male / Flag
Joined: Jun 2008
O.P. RE: How to remove ad after applying a new skin?
i wonder if the UIFILE 923 is just a file name, or it's involved in other files? coz i can't find it in the skin directory
it looks like i need some basic skin skills to learn:(
06-24-2008 01:57 PM
Profile E-Mail PM Find Quote Report
Basilis
Veteran Member
*****

Avatar
Olympiacos CFP

Posts: 1366
Reputation: 46
30 / Male / Flag
Joined: Dec 2007
RE: How to remove ad after applying a new skin?
It is called 923 definition probably or something similar and it should be in a file called Ui or definitions. In which skin you want to remove the ads?
[Image: logo1nu1.png]
06-24-2008 02:01 PM
Profile PM Find Quote Report
aNILEator
Skinning Contest Winner
*****

Avatar
...in the wake of the aNILEator

Posts: 3718
Reputation: 90
35 / Male / Flag
Joined: Oct 2003
Status: Away
RE: How to remove ad after applying a new skin?
look at the tutorial I wrote about hiding elements, it is specifically for ads on the msgstuff forums.
06-24-2008 04:41 PM
Profile PM Web Find Quote Report
ethylbenzene
New Member
*

Avatar

Posts: 5
– / Male / Flag
Joined: Jun 2008
O.P. RE: How to remove ad after applying a new skin?
there are 4 files in definitions directory, 920,923,940,1001, i open 923 and search the code 'Element layoutpos=' , the result shocks me with numerous similar codes
the skin is 'me to you'
and to another skin 'wii messenger' i can't find definition files
:|
06-28-2008 01:53 PM
Profile E-Mail PM Find Quote Report
Basilis
Veteran Member
*****

Avatar
Olympiacos CFP

Posts: 1366
Reputation: 46
30 / Male / Flag
Joined: Dec 2007
RE: How to remove ad after applying a new skin?
Search for SSConstrainer. Above it, you should change the Layoutpos=bottom to Layoutpos=none. :)
[Image: logo1nu1.png]
06-28-2008 03:00 PM
Profile PM Find Quote Report
Pages: (2): « First [ 1 ] 2 » Last »
« Next Oldest Return to Top Next Newest »


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