Instant Messaging Status Icon
This modification is in the archives.
Hi,
i'm an Italian boy and this is my first hack on vBulletin Forum. What this does: It's a little mod to add in User Description Bar the real status of IM. How: 1) Go in your "Admin Control Panel" -> Styles & Templates -> Style Manager -> Edit Template 2) Now search "Instant Messaging Template" and expand it. We should modify: im_aim, im_icq, im_msn, im_yahoo Go in im_aim: Replace all text with: Code:
<a href="#" onclick="imwindow('aim', '$userinfo[userid]', 400, 200); return false;"><img src="http://www.the-server.net:8001/aim/$userinfo[aim]" alt="<phrase 1="$userinfo[username]">$vbphrase[send_message_via_aim_to_x]</phrase>" border="0" /></a> Replace all text with: Code:
<a href="#" onclick="imwindow('icq', '$userinfo[userid]', 500, 450); return false;"><img src="http://www.the-server.net:8001/icq/$userinfo[icq]" alt="<phrase 1="$userinfo[username]">$vbphrase[send_message_via_icq_to_x]</phrase>" border="0" /></a> Replace all text with: 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> Replace all text with: Code:
<a href="#" onclick="imwindow('yahoo', '$userinfo[userid]', 400, 200); return false;"><img src="http://www.the-server.net:8001/yahoo/$userinfo[yahoo]" alt="<phrase 1="$userinfo[username]">$vbphrase[send_message_via_yahoo_to_x]</phrase>" border="0" /></a> Download No files for download. Screenshots
|