Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.0 > vBulletin 3.0 Full Releases
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Online Status for ICQ, MSN, AIM & Yahoo Details »»
Online Status for ICQ, MSN, AIM & Yahoo
Version: 1.00, by Beermonster Beermonster is offline
Developer Last Online: Sep 2023 Show Printable Version Email this Page

Version: 3.0.3 Rating:
Released: 09-23-2004 Last Update: Never Installs: 63
Supported
 

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

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #22  
Old 10-06-2004, 05:37 AM
Beermonster Beermonster is offline
 
Join Date: Dec 2003
Location: England
Posts: 362
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by RasMasta
The images just stopped working
I have noticed this also, go to www.onlinestatus.org and you will find a list of servers, to make it more reliable you are best of creating your own online status server
Reply With Quote
  #23  
Old 10-06-2004, 05:42 AM
PitchouneN64ngc's Avatar
PitchouneN64ngc PitchouneN64ngc is offline
Senior Member
 
Join Date: Aug 2002
Location: France
Posts: 515
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
  #24  
Old 10-06-2004, 07:03 AM
Beermonster Beermonster is offline
 
Join Date: Dec 2003
Location: England
Posts: 362
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by PitchouneN64ngc
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
And a very nice idea it is too I will update this thread shortly with the upgrade
Reply With Quote
  #25  
Old 10-06-2004, 07:40 AM
Beermonster Beermonster is offline
 
Join Date: Dec 2003
Location: England
Posts: 362
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

OK have updated the files, there one for the upgrade and one for a fresh install, thanks again to PitchouneN64ngc
Reply With Quote
  #26  
Old 11-01-2004, 11:59 PM
shadiguy1 shadiguy1 is offline
 
Join Date: Jul 2004
Location: Delco,Pa
Posts: 146
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

anyway to get this to also show up on whos online under instant messaging as well?
Reply With Quote
  #27  
Old 11-02-2004, 05:42 AM
Beermonster Beermonster is offline
 
Join Date: Dec 2003
Location: England
Posts: 362
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by shadiguy1
anyway to get this to also show up on whos online under instant messaging as well?
It already works with AIM
Reply With Quote
  #28  
Old 11-02-2004, 12:22 PM
shadiguy1 shadiguy1 is offline
 
Join Date: Jul 2004
Location: Delco,Pa
Posts: 146
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #29  
Old 11-02-2004, 01:42 PM
Beermonster Beermonster is offline
 
Join Date: Dec 2003
Location: England
Posts: 362
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by shadiguy1
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.

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>
replace with:

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 --- !>
Reply With Quote
  #30  
Old 11-02-2004, 09:20 PM
shadiguy1 shadiguy1 is offline
 
Join Date: Jul 2004
Location: Delco,Pa
Posts: 146
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
  #31  
Old 11-03-2004, 12:53 AM
WhSox21 WhSox21 is offline
 
Join Date: Feb 2004
Posts: 328
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Everyone else using this... The last </table> should be a </tr> I fixed it for shadiguy!
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 11:23 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.06262 seconds
  • Memory Usage 2,308KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (2)bbcode_code
  • (4)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete