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 |
#32
|
|||
|
|||
Quote:
|
#33
|
|||
|
|||
I installed this hack into my vb 3.0.3 but its NOT showing online icon even I'm online on msn.
Tried changing onlinestatus.org servers but still showing UNknown icon instead of offline or online even I'm online. Pls help to fix this! Thanks in advance... |
#34
|
|||
|
|||
Quote:
|
#35
|
|||
|
|||
Beermonster: Thanks for the response.
I tried to change my MSN settings in my msn messenger as to allow "all other users" and refreshed my vbulletin forum. still showing UNknown image not even offline nor online. just unknown image and people cant se my status on msn via my vb forum :ermm: anymore helps maybe to solve ? |
#36
|
|||
|
|||
Quote:
|
#37
|
|||
|
|||
why this is in the quire
www.foxinus.cz |
#38
|
|||
|
|||
Quote:
|
#39
|
|||
|
|||
Quote:
|
#40
|
|||
|
|||
what should be in this template im gonna toy with it hope u can help first tho. lol
|
#41
|
|||
|
|||
Quote:
In MEMBERINFO Find: Code:
<table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0"> <if condition="$userinfo['showicq']"> <tr> <td>$userinfo[icqicon]</td> <td><a href="#" onclick="return imwindow('icq', '$userinfo[userid]', 500, 450)">$userinfo[icq]</a></td> </tr> </if> <if condition="$userinfo['showaim']"> <tr> <td>$userinfo[aimicon]</td> <td><a href="#" onclick="return imwindow('aim', '$userinfo[userid]', 400, 200)">$userinfo[aim]</a></td> </tr> </if> <if condition="$userinfo['showmsn']"> <tr> <td>$userinfo[msnicon]</td> <td><a href="#" onclick="return imwindow('msn', '$userinfo[userid]', 400, 200)">$userinfo[msn]</a></td> </tr> </if> <if condition="$userinfo['showyahoo']"> <tr> <td>$userinfo[yahooicon]</td> <td><a href="#" onclick="return imwindow('yahoo', '$userinfo[userid]', 400, 200)">$userinfo[yahoo]</a></td> </tr> </if> </table> Code:
<! --- Online Status --- !> <! --- by Beermonster - Edited by COBRAws & PitchouneN64ngc--- !> <!--- 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 --- !> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|