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
  #62  
Old 12-23-2004, 09:02 AM
Beermonster Beermonster is offline
 
Join Date: Dec 2003
Location: England
Posts: 362
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Gnappy
[high]* Gnappy installed
[/high]
but i have more than one problem...
1st - http://www.onlinestatus.org/ forum is offline, so i cant get urls of servers
2nd - in AdminCP/vbulletin options/Display Thread Options (showthread) i have any of ur hack...
1 it seams to be working now
2 I will have to honest I have no idea why it's not showing in your display thread options, I installed it on my forum with no problems but when I tried to install it on a mate's forum I ran in to the same problem there was no box to put the url, his was running 3.0.0 and mine 3.0.3 maybe that had something to do with it, what version are you running?
Reply With Quote
  #63  
Old 01-13-2005, 06:56 PM
boo.3 boo.3 is offline
 
Join Date: Nov 2004
Posts: 232
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

/me installed
Reply With Quote
  #64  
Old 01-13-2005, 07:10 PM
Beermonster Beermonster is offline
 
Join Date: Dec 2003
Location: England
Posts: 362
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by boo.3
[high]* boo.3 installed[/high]
but forgot to press the install button
Reply With Quote
  #65  
Old 01-13-2005, 07:20 PM
boo.3 boo.3 is offline
 
Join Date: Nov 2004
Posts: 232
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

oops ok clicked installed
Reply With Quote
  #66  
Old 01-16-2005, 09:45 PM
Gnappy Gnappy is offline
 
Join Date: Sep 2003
Location: Italy
Posts: 59
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Beermonster
1 it seams to be working now
2 I will have to honest I have no idea why it's not showing in your display thread options, I installed it on my forum with no problems but when I tried to install it on a mate's forum I ran in to the same problem there was no box to put the url, his was running 3.0.0 and mine 3.0.3 maybe that had something to do with it, what version are you running?
im running 3.0.3 :ermm: ideas?



thx for assistance
Reply With Quote
  #67  
Old 01-17-2005, 05:40 AM
Beermonster Beermonster is offline
 
Join Date: Dec 2003
Location: England
Posts: 362
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Gnappy
im running 3.0.3 :ermm: ideas?



thx for assistance

Any ideas about what?
Reply With Quote
  #68  
Old 01-17-2005, 09:08 PM
Gnappy Gnappy is offline
 
Join Date: Sep 2003
Location: Italy
Posts: 59
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Beermonster
I ran in to the same problem there was no box to put the url, his was running 3.0.0 and mine 3.0.3 maybe that had something to do with it, what version are you running?
i said 3.0.3.. and my question was
Quote:
2nd - in AdminCP/vbulletin options/Display Thread Options (showthread) i have any of ur hack...
ok? thx =)
Reply With Quote
  #69  
Old 01-20-2005, 12:13 AM
rodriguez rodriguez is offline
 
Join Date: Sep 2004
Posts: 8
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I Installed it !

Based on what mcyates done, i also add that on the MEMBERINFO templates, but with some modification

Here my code :

Between
Code:
<if condition="$show['hasimicons']">
			<fieldset class="fieldset">
				<legend>$vbphrase[instant_messaging]</legend>
and
Code:
</fieldset>
			</if>
I completely removed what was there to page that :
Code:
<table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0">
				<tr>
                <td>
                <if condition="$userinfo['showicq']">
				<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>
				</if>
				<if condition="$userinfo['showaim']">
			    <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>
				<if condition="$userinfo['showmsn']">
				<a href="#" onclick="return imwindow('msn', '$userinfo[userid]', 400, 200)" border="0"><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>
				<if condition="$userinfo['showyahoo']">
				<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>
				</tr>
				</table>
By the way, i'm using this online server : http://mightymichelob.tcworks.net:8080



Here a screenshot
Reply With Quote
  #70  
Old 03-28-2005, 02:08 PM
Polo's Avatar
Polo Polo is offline
 
Join Date: Jun 2004
Posts: 893
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I installed this mod... will test it out later on today...
Reply With Quote
  #71  
Old 04-03-2005, 01:05 AM
silent.dr3am silent.dr3am is offline
 
Join Date: Jan 2005
Posts: 5
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

How can one uninstall this? Ive tried deleting everything that one adds, but it is still there!? How do u properly remove it?
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 07:25 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.05140 seconds
  • Memory Usage 2,312KB
  • 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
  • (3)bbcode_code
  • (6)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