The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Online Status for ICQ, MSN, AIM & Yahoo Details »» | ||||||||||||||||||||||
Online Status for ICQ, MSN, AIM & Yahoo
Developer Last Online: Sep 2023
Quick hack to display your members online status for ICQ, MSN, AIM and Yahoo in their postbit, of cause your members have to fill in their profile for the icon to display.
Time to install: 30 secs Template edit: Postbit/postbit_legacy If you use it please click install Update: I've attached an updated file thanks to COBRAws @ vbhacks.us for making the changes, now you can send the user a message by clicking on their icon. Replace everything between <! -- Online Status Start --- !> & <! -- Online Status End --- !> with the new code UPDATE: v3 This update will give you the option in AdminCP/vbulletin options/Display Thread Options (showthread) to quickly change your server address. Thanks to PitchouneN64ngc for the additional code A list of servers can be found @ www.onlinestatus.org Show Your Support
|
Comments |
#12
|
|||
|
|||
I've attached an updated file thanks to COBRAws @ vbhacks.us for making the changes, now you can send the user a message by clicking on their icon.
|
#13
|
||||
|
||||
Nice, will definely install this one
|
#14
|
|||
|
|||
Having 4 columns for the online/offline status is too long when users enter all 4 of the instant messages programs. I have tried changing it to 2 columns and two rows but it keeps buggering up the display of the forum, would someone be able to change this code so it will have 2 columns and 2 rows please.
Code:
<! --- Online Status --- !> <! --- by Beermonster - Edited by COBRAws --- !> <!--- http://www.onlinestatus.org/ --> <table width="100%" border="0"> <tr> <if condition="$post['icqicon']"> <td><a href="#" onclick="return imwindow('icq', '$userinfo[userid]', 500, 450)"> <img border=0 src="http://www.foxinus.cz:8085/icq/$post[icq]" alt="<phrase 1="$userinfo[username]">$vbphrase[send_message_via_icq_to_x]</phrase>" border="0" /></a> </td></if> <if condition="$post['msnicon']"> <td><a href="#" onclick="return imwindow('msn', '$userinfo[userid]', 400, 200)"> <img border=0 src="http://www.foxinus.cz:8085/msn/$post[msn]" alt="<phrase 1="$userinfo[username]">$vbphrase[send_message_via_msn_to_x]</phrase>" border="0" /></a> </if></td> <if condition="$post['yahooicon']"> <td><a href="#" onclick="return imwindow('yahoo', '$userinfo[userid]', 400, 200)"> <img border=0 src="http://www.foxinus.cz:8085/yahoo/$post[yahoo]" alt="<phrase 1="$userinfo[username]">$vbphrase[send_message_via_yahoo_to_x]</phrase>" border="0" /></a> </if></td> <if condition="$post['aimicon']"> <td><a href="#" onclick="return imwindow('aim', '$userinfo[userid]', 400, 200)"> <img border=0 src="http://www.foxinus.cz:8085/aim/$post[aim]" alt="<phrase 1="$userinfo[username]">$vbphrase[send_message_via_aim_to_x]</phrase>" border="0" /></a> </if></td> </tr> </table> <! --- / Online Status --- !> |
#15
|
|||
|
|||
Quote:
[high]* hodur click install[/high] |
#16
|
|||
|
|||
Quote:
In postbit/postbit_legacy find Code:
<if condition="$post['title']"><strong>$post[title]</strong></if> </div> And below add Code:
<! --- Online Status --- !> <! --- by Beermonster - Edited by COBRAws --- !> <!--- http://www.onlinestatus.org/ --> <table align="right" border="0"> <div valign="top"> <tr> <if condition="$post['icqicon']"> <td><a href="#" onclick="return imwindow('icq', '$userinfo[userid]', 500, 450)"> <img border=0 src="http://mightymichelob.tcworks.net:8080/icq/$post[icq]" alt="<phrase 1="$userinfo[username]">$vbphrase[send_message_via_icq_to_x]</phrase>" border="0" /></a> </td></if> <if condition="$post['msnicon']"> <td><a href="#" onclick="return imwindow('msn', '$userinfo[userid]', 400, 200)"> <img border=0 src="http://mightymichelob.tcworks.net:8080/msn/$post[msn]" alt="<phrase 1="$userinfo[username]">$vbphrase[send_message_via_msn_to_x]</phrase>" border="0" /></a> </if></td> <if condition="$post['yahooicon']"> <td><a href="#" onclick="return imwindow('yahoo', '$userinfo[userid]', 400, 200)"> <img border=0 src="http://mightymichelob.tcworks.net:8080/yahoo/$post[yahoo]" alt="<phrase 1="$userinfo[username]">$vbphrase[send_message_via_yahoo_to_x]</phrase>" border="0" /></a> </if></td> <if condition="$post['aimicon']"> <td><a href="#" onclick="return imwindow('aim', '$userinfo[userid]', 400, 200)"> <img border=0 src="http://mightymichelob.tcworks.net:8080/aim/$post[aim]" alt="<phrase 1="$userinfo[username]">$vbphrase[send_message_via_aim_to_x]</phrase>" border="0" /></a> </if></td> </tr> </table> <! --- / Online Status --- !> |
#17
|
|||
|
|||
someone Please Let us in on setting up are own STATUS server .
|
#18
|
|||
|
|||
Quote:
|
#19
|
||||
|
||||
The images just stopped working
|
#20
|
||||
|
||||
|
#21
|
|||
|
|||
Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|