Back to vBulletin 3.5 Template Modifications

Instant Messaging Status Icon
Mod Version: 1.00, by LeaderGL

This modification is in the archives.
vB Version: 3.5.4 Rating: (0 vote - 0 average) Installs: 4
Released: 21 Mar 2006 Last Update: Never Downloads: 2
Not Supported Template Edits  

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>
Go in im_icq:
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>
Go in im_msn:
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>
Go in im_yahoo:
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

 


vblts.ru supports vBulletin®, 2022-2024