vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   Online Status for ICQ, MSN, AIM & Yahoo (https://vborg.vbsupport.ru/showthread.php?t=69833)

GetGamer.com 06-17-2005 08:22 PM

Still looking for an actual live site running this mod. Anyone?

dark dragun 06-18-2005 11:54 PM

Quote:

Originally Posted by GetGamer.com
Still looking for an actual live site running this mod. Anyone?

I've installed this mod on my board 3.0.0 It works great! My users love it. I wasnt to happy about relying on a public server to support this hack so I download the server software and installed It on mine. Go here to get the server software and info. http://www.onlinestatus.org/hosting.html

view my board.
http://www.specialoperation.org/foru...hread.php?t=39

lanc3lot 06-19-2005 10:56 AM

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

Beermonster 06-19-2005 10:59 AM

Quote:

Originally Posted by lanc3lot
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


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 :)

lanc3lot 06-19-2005 11:11 AM

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 :)

Beermonster 06-19-2005 01:32 PM

Quote:

Originally Posted by lanc3lot
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 :)


Sorry never noticed that, yes you should just be able to add a new user field and alter the code to suit

lanc3lot 06-19-2005 05:49 PM

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:)

Beermonster 06-19-2005 06:08 PM

Quote:

Originally Posted by lanc3lot
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:)

I've been very busy and not had time to test this, this is the new template change

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 --- !>

You will need to add a new user profile field and change "field#" to the number of your new field, I've not tried this because I only have a 3.5.0 test board, if it doesn't work just remove the code again, and I will have another look at it l8r when I have a little more time :)

lanc3lot 06-19-2005 07:06 PM

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 :)

lanc3lot 06-23-2005 12:22 AM

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?

Selene 06-28-2005 10:10 PM

i did everything as said.

but for

Quote:

Phrase Type: vBulletin Settings
Varname: setting_onlinestatusim_desc
Text: Enter the server address of the online status indicator here.

Phrase Type: vBulletin Settings
Varname: setting_onlinestatusim_title
Text: Address of Online Status Indicator
which adress of online status do i type under phrases for both of those settings? can someone give me an example with a working URL thx.

Selene 06-28-2005 10:15 PM

its not working, shows offline for everyone

Tee 07-01-2005 12:04 AM

If I am getting the missing image icon does that mean I need to change my server or does it mean I have an error in my coding?

Never mind. I switched servers then it worked.

Selene 07-01-2005 02:59 PM

Tee go to ur admincp and look in showthreads and at bottom and a working url for server.

Selene 07-01-2005 02:59 PM

but i did everything, but my status shows offline for every ...i dont see online status for any of my members, even tho some are online on msn

Borimikan 07-01-2005 11:49 PM

i have installed this hack, seemed succesfully until i notice that msn status is shown as Unknown to everybody, and i set my msn confuguration in "privacy" so all user can view my status and send me messages!.

beermonster please any help???

Xplorer4x4 08-21-2005 08:51 AM

I figuered this would work in vB3.5 seeing as it is only a template mod. However it is just showing up as large squares. Had it working just fine in vB2.0.7. Any idea how I can use this on 3.5?

2shae 09-03-2005 10:39 PM

anychance of this for 3.5???

funinthesun 10-15-2005 03:07 AM

Has anyone updated this hack for 3.5? Will it work on 3.5 anyway? Also where do you "Execute the insert" part? Thanks.

Xplorer4x4 10-20-2005 07:22 AM

Any word on updateing for 3.5?

funinthesun 11-05-2005 07:36 AM

Has this hack been updated for 3.5 yet? :)

adb22791 11-07-2005 12:48 AM

Quote:

Originally Posted by funinthesun
Has this hack been updated for 3.5 yet? :)

I know somebody who is working on it, should be released late next week.

Edit: That person hopes to have the hack out early this week (Week of Nov 14). Unexpected delays occured :(.

funinthesun 11-07-2005 10:25 AM

That's brilliant :)

seany1 11-12-2005 03:11 PM

Thanks
Just what i was looking for :)
*install*


All times are GMT. The time now is 09:35 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.01803 seconds
  • Memory Usage 1,768KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (24)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete