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)

Beermonster 11-03-2004 07:40 AM

Quote:

Originally Posted by WhSox21
Everyone else using this... The last </table> should be a </tr> I fixed it for shadiguy!

Strange it worked for me, but we all make mistakes, thanks for sorting it :)

SlyGhost 11-08-2004 12:23 AM

I installed this hack into my vb 3.0.3 but its NOT showing online icon even I'm online on msn.
Tried changing onlinestatus.org servers but still showing UNknown icon instead of offline or online even I'm online.
Pls help to fix this!
Thanks in advance...

Beermonster 11-08-2004 05:44 AM

Quote:

Originally Posted by SlyGhost
I installed this hack into my vb 3.0.3 but its NOT showing online icon even I'm online on msn.
Tried changing onlinestatus.org servers but still showing UNknown icon instead of offline or online even I'm online.
Pls help to fix this!
Thanks in advance...

This is not a problem with the hack it's a problem with MSN it works with some people and not with others, one thing you can try is go to your MSN prefs in the privacy tab you will see there's a list of users that can see your online status, "all other users" needs to be in the allowed box.

SlyGhost 11-08-2004 02:59 PM

Beermonster: Thanks for the response.
I tried to change my MSN settings in my msn messenger as to allow "all other users" and refreshed my vbulletin forum.
still showing UNknown image
not even offline nor online.
just unknown image and people cant se my status on msn via my vb forum :ermm:
anymore helps maybe to solve ?

shadiguy1 11-13-2004 01:33 PM

Quote:

Originally Posted by SlyGhost
Beermonster: Thanks for the response.
I tried to change my MSN settings in my msn messenger as to allow "all other users" and refreshed my vbulletin forum.
still showing UNknown image
not even offline nor online.
just unknown image and people cant se my status on msn via my vb forum :ermm:
anymore helps maybe to solve ?

ok i have added this hack a while ago .. i have it for the Postbit and i have installed it for when people view For who is online Now i would like to add this hack to the users info Under instant messaging please let me know which template should be modified and what code should be Replaced Thanks in advance.

nnjj.net 11-13-2004 05:55 PM

why this is in the quire
www.foxinus.cz

Beermonster 11-13-2004 06:22 PM

Quote:

Originally Posted by nnjj.net
why this is in the quire
www.foxinus.cz

translation please

Beermonster 11-13-2004 06:23 PM

Quote:

Originally Posted by shadiguy1
ok i have added this hack a while ago .. i have it for the Postbit and i have installed it for when people view For who is online Now i would like to add this hack to the users info Under instant messaging please let me know which template should be modified and what code should be Replaced Thanks in advance.

It's the MEMBERINFO template you have to change

shadiguy1 11-13-2004 07:38 PM

what should be in this template im gonna toy with it hope u can help first tho. lol

Beermonster 11-14-2004 02:10 PM

Quote:

Originally Posted by shadiguy1
what should be in this template im gonna toy with it hope u can help first tho. lol

A really quick way of doing it would be this:-

In MEMBERINFO

Find:

Code:

<table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0">
                                <if condition="$userinfo['showicq']">
                                <tr>
                                        <td>$userinfo[icqicon]</td>
                                        <td><a href="#" onclick="return imwindow('icq', '$userinfo[userid]', 500, 450)">$userinfo[icq]</a></td>
                                </tr>
                                </if>
                                <if condition="$userinfo['showaim']">
                                <tr>
                                        <td>$userinfo[aimicon]</td>
                                        <td><a href="#" onclick="return imwindow('aim', '$userinfo[userid]', 400, 200)">$userinfo[aim]</a></td>
                                </tr>
                                </if>
                                <if condition="$userinfo['showmsn']">
                                <tr>
                                        <td>$userinfo[msnicon]</td>
                                        <td><a href="#" onclick="return imwindow('msn', '$userinfo[userid]', 400, 200)">$userinfo[msn]</a></td>
                                </tr>
                                </if>
                                <if condition="$userinfo['showyahoo']">
                                <tr>
                                        <td>$userinfo[yahooicon]</td>
                                        <td><a href="#" onclick="return imwindow('yahoo', '$userinfo[userid]', 400, 200)">$userinfo[yahoo]</a></td>
                                </tr>
                                </if>
                                </table>

And replace with:

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="http://www.foxinus.cz:8085/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="http://www.foxinus.cz:8085/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="http://www.foxinus.cz:8085/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="http://www.foxinus.cz:8085/aim/$post[aim]" alt="<phrase 1="$userinfo[username]">$vbphrase[send_message_via_aim_to_x]</phrase>" border="0" /></a>
</if></td>
  </tr>
</table>
<! --- / Online Status --- !>

This won't change the url in the Display Thread Options I may do this at a later date


All times are GMT. The time now is 10:37 PM.

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.01169 seconds
  • Memory Usage 1,760KB
  • 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
  • (2)bbcode_code_printable
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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