What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » General » Forum & Website » Messenger Plus TAB

Pages: (27): « First « 5 6 7 8 [ 9 ] 10 11 12 13 » Last »
4 votes - 4.75 average   Messenger Plus TAB
Author: Message:
joker17
Junior Member
**

BonBon

Posts: 19
35 / Male / –
Joined: Apr 2003
RE: Messenger Plus TAB
great TAB :D
SumSum
07-05-2003 02:39 AM
Profile E-Mail PM Find Quote Report
Guido
Elite Member
*****

Avatar
Design is Safety

Posts: 4566
Reputation: 50
37 / Male / Flag
Joined: Dec 2002
O.P. RE: RE: Messenger Plus TAB
quote:
Originally posted by SLim Shady
Remove 2 news and put "Latest Versions" in tab by GFD, dont include Windows Messenger as it sucks and it will be dead, this is for sure after MSN 6 is released on 17th july.

Lol... no sense to make two versions of the tab...

Just do what slim says:
-Leave 3 news items only
-Add in that same box a compact "Latest Versions" for Plus, MSNMsgr, and when WinMsgr5 comes out we'll see if that too. Make the versions links to the download pages, and remove the download button from the toolbar.

I guess :tongue:
07-05-2003 02:53 AM
Profile E-Mail PM Web Find Quote Report
chief
New Member
*


Posts: 7
Joined: Jul 2003
RE: RE: RE: Messenger Plus TAB
quote:
Originally posted by gfd
quote:
Originally posted by chief
Well. the lvback.gif trick didn't work at all!!!! :-(

I have added the file in and it's not showing.. must it be a certain size? all i have is just a white background and it looks ugly. :-(


HELP!!


Are you sure you are adding it to the "MSN Messenger" folder inside "Program files" (or whatever it is called in your language) folder? It doesn't need to be of a specific size, just be in GIF format (not only extension) and be named "lvback.gif" (probably, case-sensitive).


Yes, i put it into the exact folder as you said, and no.. it's still give me blank white background on my contact list. what also interesting is that, my Windows Messenger 5.0 has "lvback.gif" file but it isn't showing up on the Windows Messenger 5.0 either.

so i don't know what goes wrong. both Windows Messenger 5.0 and MSN Messenger 6.0 isn't showing the background on the contact list.
07-05-2003 03:48 AM
Profile E-Mail PM Find Quote Report
amendola1987
Junior Member
**

Avatar

Posts: 35
Joined: Jul 2003
RE: Messenger Plus TAB
Hell yeah the installer is here... I was having so much trouble modyfing the file that I gave up... Kudos to the developer and all who helped
07-05-2003 04:08 AM
Profile E-Mail PM Find Quote Report
Prof. BallsKnocker
New Member
*

Avatar
Da Prof is In

Posts: 7
– / Male / –
Joined: Jan 2003
RE: Messenger Plus TAB
try using .net framework like the neowin tab i think it went well and it was very user friendly and it offered a backup (Y)

This post was edited on 07-05-2003 at 07:27 AM by Prof. BallsKnocker.
07-05-2003 07:27 AM
Profile E-Mail PM Web Find Quote Report
fleetadmiralmatt
Junior Member
**

Matt K.

Posts: 63
38 / Male / –
Joined: Jan 2003
RE: Messenger Plus TAB
Looks great... Is there a place where I can just paste the code in my file becuase Its much to sacred (I couldn't think of a better word :p) for something to go wrong...
-Matthew K.
07-05-2003 07:39 AM
Profile E-Mail PM Web Find Quote Report
user13774
Disabled Account


Posts: 1119
Joined: Apr 2003
Status: Away
RE: Messenger Plus TAB
Where can u get the installer for the neowin tab, or do u have to add it yourself (because i also need the location of the tab pic)
07-05-2003 07:40 AM
Profile PM Find Quote Report
Barisko
Junior Member
**


Posts: 92
Joined: Jan 2003
RE: RE: RE: Messenger Plus TAB
quote:
Originally posted by Prof. BallsKnocker
something informative:

If you reeeaaaaly want to do that and your png is at say
C:Documents and SettingsProf. BallsKnockerMy DocumentsMy PicturesPlus Tabicon.png

then you must change the

code:
<image>http://shoutbox.menthix.net/tab/images/tabbut.png</image>

in

code:
<tab>
<image>http://shoutbox.menthix.net/tab/images/tabbut.png</image>
<name>Msgplus.net Tab</name>
<tooltip>The Official Messenger Plus! Community Tab</tooltip>
<contenturl>http://shoutbox.menthix.net/tab/</contenturl>
<hidden>false</hidden>
</tab>

to

code:
<image>file://C:Documents%20and%20SettingsProf.%20BallsKnockerMy%20DocumentsMy%20PicturesPlus%20Tabicon.png</image>

Note:
that the prefix is file:// not http://
and that all the spaces are replaced with %20 (don't ask me why)


i can't get it to work...
07-05-2003 08:46 AM
Profile E-Mail PM Find Quote Report
Mippo
Elite Member
*****

MJBZ!

Posts: 568
Reputation: 26
33 / Male / –
Joined: Apr 2003
RE: RE: RE: RE: Messenger Plus TAB
quote:
Originally posted by Barisko
quote:
Originally posted by Prof. BallsKnocker
something informative:

If you reeeaaaaly want to do that and your png is at say
C:Documents and SettingsProf. BallsKnockerMy DocumentsMy PicturesPlus Tabicon.png

then you must change the

code:
<image>http://shoutbox.menthix.net/tab/images/tabbut.png</image>

in

code:
<tab>
<image>http://shoutbox.menthix.net/tab/images/tabbut.png</image>
<name>Msgplus.net Tab</name>
<tooltip>The Official Messenger Plus! Community Tab</tooltip>
<contenturl>http://shoutbox.menthix.net/tab/</contenturl>
<hidden>false</hidden>
</tab>

to

code:
<image>file://C:Documents%20and%20SettingsProf.%20BallsKnockerMy%20DocumentsMy%20PicturesPlus%20Tabicon.png</image>

Note:
that the prefix is file:// not http://
and that all the spaces are replaced with %20 (don't ask me why)


i can't get it to work...


code:
<image>file://C:Documents%20and%20SettingsProf.%20BallsKnockerMy%20DocumentsMy%20PicturesPlus%20Tabicon.png</image>

should be:

code:
<image>file://C:\Documents%20and%20Settings\Prof.%20BallsKnocker\My%20Documents\My%20Pictures\Plus%20Tabicon.png</image>

%20 is the URL-encodedd variant of space.
07-05-2003 08:51 AM
Profile PM Web Find Quote Report
Barisko
Junior Member
**


Posts: 92
Joined: Jan 2003
RE: Messenger Plus TAB
yes, i know... :@
07-05-2003 11:23 AM
Profile E-Mail PM Find Quote Report
Pages: (27): « First « 5 6 7 8 [ 9 ] 10 11 12 13 » 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