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 |
#82
|
|||
|
|||
Still looking for an actual live site running this mod. Anyone?
|
#83
|
|||
|
|||
Quote:
view my board. http://www.specialoperation.org/foru...hread.php?t=39 |
#84
|
||||
|
||||
Hello all, a question..
How the prog works for IRC Status? I mean u must be to a specific server? Also it works with the conditional you have the same username in IRC like in the forum? Hope someone knows about that, it seems very intresting hack Thnx in advance |
#85
|
|||
|
|||
Quote:
It doesn't work for IRC that's why it's called Online Status for ICQ, MSN, AIM & Yahoo, also it doesn't use you forum user name, it takes the name form the fields you fill in in your UserCP Hope that helps |
#86
|
||||
|
||||
Hmm sorry then...just went to the onlinestatus.org, and saw that they also support IRC protocol. Can this be included here also? I have a major irc channel and want to promote it with the help of this hack
Thnx in advance |
#87
|
|||
|
|||
Quote:
Sorry never noticed that, yes you should just be able to add a new user field and alter the code to suit |
#88
|
||||
|
||||
Ehm, sorry again, my coding abilities are very limited...Can u update this hack with this new feature too?
As if u meant i have to do it alone, i will not succeed it Thnx in advance for any try u will do |
#89
|
|||
|
|||
Quote:
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="$vboptions[onlinestatusim]/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="$vboptions[onlinestatusim]/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="$vboptions[onlinestatusim]/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="$vboptions[onlinestatusim]/aim/$post[aim]" alt="<phrase 1="$userinfo[username]">$vbphrase[send_message_via_aim_to_x]</phrase>" border="0" /></a> </if></td> </tr> <if condition="$post['field#']"> <td><a href="#" onclick="return imwindow('irc', '$userinfo[userid]', 400, 200)"> <img border=0 src="$vboptions[onlinestatusim]/irc/$post[field#]" alt="<phrase 1="$userinfo[username]">$vbphrase[send_message_via_aim_to_x]</phrase>" border="0" /></a> </if></td> </tr> </table> <! --- / Online Status --- !> |
#90
|
||||
|
||||
Hello again
I will be able to test it later this week, as we buy a new style these days, and i will put it there. If u test it more the next days, post a notify here Thnx again for the info |
#91
|
||||
|
||||
Hmm, i havent be able till now to add to the "thread display" the new option...I run the query twice in my test forum but no luck
Is there any way to make it happen? |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|