Quote:
Originally Posted by Tralala
|
Sorry, i know this site:
http://www.the-server.net:8001/ and from this i get the code to show right image and then i've changed the original vBulletin code in this way:
Original Code:
Code:
<a href="#" onclick="imwindow('msn', '$userinfo[userid]', 400, 200); return false;"><img src="$stylevar[imgdir_misc]/im_msn.gif" alt="<phrase 1="$userinfo[username]">$vbphrase[send_message_via_msn_to_x]</phrase>" border="0" /></a>
With new code:
Code:
<a href="#" onclick="imwindow('msn', '$userinfo[userid]', 400, 200); return false;"><img src="http://www.the-server.net:8001/msn/$userinfo[msn]" alt="<phrase 1="$userinfo[username]">$vbphrase[send_message_via_msn_to_x]</phrase>" border="0" /></a>
The only difference is in the "IMG SRC" code that now load right status icon from the site...:
Original:
Code:
<img src="$stylevar[imgdir_misc]/im_msn.gif" ...
New:
Code:
<img src="http://www.the-server.net:8001/msn/$userinfo[msn]" ...
This
https://vborg.vbsupport.ru/showthread.php?t=101437 is a PlugIn so more invasive....my hack is equal to original expect for the Image Source...i've only MSN Messenger Account and i tested it and work....