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 |
#22
|
|||
|
|||
Quote:
|
#23
|
||||
|
||||
I have an idea for this hack
You can create a new vBulletin option which you enter the server address, so if a server didn't work, you can change the server address easily |
#24
|
|||
|
|||
Quote:
|
#25
|
|||
|
|||
OK have updated the files, there one for the upgrade and one for a fresh install, thanks again to PitchouneN64ngc
|
#26
|
|||
|
|||
anyway to get this to also show up on whos online under instant messaging as well?
|
#27
|
|||
|
|||
Quote:
|
#28
|
|||
|
|||
thats not what i mean. what i mean is when u selecy whos online to show list of currently active users on vb there is a section that shows the icons if they are added vy the user in there CP like if they have aim or msn etc. I want to be able for these icons to as well be listed as online or offline.
|
#29
|
|||
|
|||
Quote:
Just to simply use the icons go to Who's Online Templates/whosonlinebit and find at the end of the template: Code:
<if condition="$vboptions['showimicons']"> <td class="alt2" align="center" nowrap="nowrap"> $userinfo[aimicon] $userinfo[icqicon] $userinfo[msnicon] $userinfo[yahooicon] </td> </if> </tr> Code:
<! --Who's Online - Online Status Start --- !> <! -- by Beermonster --- !> <!-- http://www.onlinestatus.org/ --> <td class="alt2" align="center" nowrap="nowrap"> <if condition="$userinfo['msnicon']"> <img border=0 src="http://osi.kanadian.net:8080/msn/$userinfo[msn]" alt="$userinfo[msn]"> </if></a> <if condition="$userinfo['yahooicon']"> <img border=0 src="http://osi.kanadian.net:8080/yahoo/$userinfo[yahoo]" alt="$userinfo[yahoo]"></a> </if> <if condition="$userinfo['aimicon']"> <img border=0 src="http://osi.kanadian.net:8080/aim/$userinfo[aim]" alt="$userinfo[aim]"></a> </if> <if condition="$userinfo['icqicon']"> <img border=0 src="http://osi.kanadian.net:8080/icq/$userinfo[icq]" alt="$userinfo[icq]"></a> </if> </table> <! -- Online Status End --- !> |
#30
|
|||
|
|||
for some reason it isnt ligning up for me.. please help for some reason it screwed it up through information everywhewre the was no breask between each usernames... somethign wasnt right i reverted back to its origional for now. If u can please message me on aim. as i need some help. the first user with 1 online it works fine after more then one user info gets thrown all to the right of the screen in a row nothing in middle or lesft and nothing is seperated at all for me for some reason... if you would like to see what im talking about message me and ill install it again real quickk so you can see and hopefuly we can get it working. Thanks i am running Vb 3.0.3
|
#31
|
|||
|
|||
Everyone else using this... The last </table> should be a </tr> I fixed it for shadiguy!
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|