I went in and changed line 365 in the pop_up_profile.asp file from the following:
<td background="<% = strTableProfileBgImage %>" bgcolor="<% =(strTableRowProfileColour) %>" class="text"><% If strMSNAddress <> "" Then Response.Write(strMSNAddress) Else Response.Write(strTxtNotGiven) %></td>
To:
<td background="<% = strTableProfileBgImage %>" bgcolor="<% =(strTableRowProfileColour) %>" class="text"><% If strMSNAddress <> "" Then Response.Write(("<img src=""" & strImagePath & "msn.gif"" border=""0"" align=""absmiddle"" alt=""" & strMSNAddress & """></a> ") & (strMSNAddress)) Else Response.Write(strTxtNotGiven) %></td>
The result that will appear in the profile if a user enters an MSN Messenger user name and will look like this:
username@msn.com
instead of just:
username@msn.com
I know nothing fancy just thought since the buttons there I would like to use it.
I noticed on Invision Board Forums that they have listed all the instant messenger buttons at the bottom of post and also you can click on the MSN Messenger button and it sends a message through the MSN Messenger service to that user. Does anyone know the code they used to achieve this?
http://forums.invisionpower.com/index.php?showtopic=7737


Edited by 808Rider