Shoutbox

View Contact Name only (no e-mail) on Tab - 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! Help (/forumdisplay.php?fid=12)
+----- Thread: View Contact Name only (no e-mail) on Tab (/showthread.php?tid=88715)

View Contact Name only (no e-mail) on Tab by Kally on 01-26-2009 at 04:06 PM

Is there a way to view just the contact's name on the tab instead of Name and E-mail address??

I am on the WLM 14.0 with Messenger Plus.

Thanks.


RE: View Contact Name only (no e-mail) on Tab by matty on 01-26-2009 at 04:41 PM

In the options of Messenger Plus! click Conversations > Tabbed Chats all of the options for display are listed. I forget if it is an option or not but check there.

Also because this is a Messenger Plus! question I requested to have the thread moved to the Messenger Plus! Help and Support section of the forum.


RE: View Contact Name only (no e-mail) on Tab by djdannyp on 01-26-2009 at 05:11 PM

Yes, under the 'Tab Captions" dropdown on the Preferences page that matty directed you to, you can choose to view just the name instead of both


RE: View Contact Name only (no e-mail) on Tab by Kally on 01-26-2009 at 06:24 PM

I've already selected Contact Name and it shows both Contact name and e-mail address.

Does anyone else have the same thing or is it just me??


RE: RE: View Contact Name only (no e-mail) on Tab by djdannyp on 01-26-2009 at 08:06 PM

quote:
Originally posted by Kally
I've already selected Contact Name and it shows both Contact name and e-mail address.

Does anyone else have the same thing or is it just me??

are you talking about on the tab itself.......or on the window title?

Because the window title cannot be changed, only what shows on the tabs
RE: View Contact Name only (no e-mail) on Tab by matty on 01-26-2009 at 08:09 PM

quote:
Originally posted by djdannyp
Because the window title cannot be changed, only what shows on the tabs
Not completly true. A script could be written to remove the email address from the chat window.
RE: RE: View Contact Name only (no e-mail) on Tab by djdannyp on 01-26-2009 at 08:10 PM

quote:
Originally posted by matty
quote:
Originally posted by djdannyp
Because the window title cannot be changed, only what shows on the tabs
Not completly true. A script could be written to remove the email address from the chat window.

I meant using the options of Messenger Plus though :)
RE: View Contact Name only (no e-mail) on Tab by Kally on 01-26-2009 at 10:22 PM

I mean the tab that flashes "orange" tab.  No sure what the actual name of that is but that is what I am referring to.

Thanks.


RE: RE: View Contact Name only (no e-mail) on Tab by djdannyp on 01-26-2009 at 10:32 PM

quote:
Originally posted by Kally
I mean the tab that flashes "orange" tab.  No sure what the actual name of that is but that is what I am referring to.

Thanks.

On the window itself, or in the Windows taskbar?

Could please you post a screenshot of exactly what you mean?
RE: View Contact Name only (no e-mail) on Tab by Kally on 01-26-2009 at 10:51 PM

I mean on the bottom taskbar.  When you minimize the conversation there is a tab at the bottom which flashes orange when the contact sends you a message - it is that tab that I am referring to.

It is on the bottom in the taskbar section.

Thanks


RE: RE: View Contact Name only (no e-mail) on Tab by djdannyp on 01-26-2009 at 11:03 PM

quote:
Originally posted by Kally
I mean on the bottom taskbar.  When you minimize the conversation there is a tab at the bottom which flashes orange when the contact sends you a message - it is that tab that I am referring to.

It is on the bottom in the taskbar section.

Thanks

This can only be changed via scripting, there is no option within Plus to change the name that appears there.
RE: View Contact Name only (no e-mail) on Tab by Kally on 01-27-2009 at 12:31 AM

Thanks djdannyp - I guess I will have to live with it.


RE: View Contact Name only (no e-mail) on Tab by djdannyp on 01-27-2009 at 11:01 AM

This script will do what you've asked for :)

I may later develop it to offer more options, but for now you just run it and it will remove e-mail addresses and just leave the contact's display name showing in the taskbar


RE: View Contact Name only (no e-mail) on Tab by Blah.Kid on 04-17-2009 at 01:38 AM

thanks a lot for this, really helpful!!


Removing email by NatC on 04-23-2009 at 08:32 PM

I have added this scripts and it shows that it is running in my preferences & options. However, after about 20 min the name on the task bar will change to the email address again. The only way it goes back to just the name is if i close the dialogue box and reopen.

Any suggestions? I am new to Plus and scripting so forgive me if I have no clue :$

http://shoutbox.menthix.net/showthread.php?tid=88715&page=2


RE: Removing email by CookieRevised on 04-25-2009 at 10:30 AM

There is no easy foolproof way to fix it.

The title of the window, and thus also what is shown on the taskbar button, is updated by WLM sometimes. And thus is changed back to the original title. The same happens with the title of the main contactlist window btw.

The script only changes the title once when there is a chatwindow created; it doesn't check if the title is changed again by WLM.

To catch this update/change in a foolproof way you should subclass the chat window. But that is not possible in WLM and Plus! scripting without resorting to an external DLL.

The next best thing you can do is to alter the title each 10 secs or so so that an update by WLM is changed again within 10 seconds. But that is rather resource intensive.