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 10-06-2004 05:37 AM

Quote:

Originally Posted by h75
what is this?? www.foxinus.cz :confused:

That is the online status server, you can create your own

PitchouneN64ngc 10-06-2004 05:42 AM

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

Beermonster 10-06-2004 07:03 AM

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

Beermonster 10-06-2004 07:40 AM

OK have updated the files, there one for the upgrade and one for a fresh install, thanks again to PitchouneN64ngc

shadiguy1 11-01-2004 11:59 PM

anyway to get this to also show up on whos online under instant messaging as well?

Beermonster 11-02-2004 05:42 AM

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

shadiguy1 11-02-2004 12:22 PM

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.

Beermonster 11-02-2004 01:42 PM

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


shadiguy1 11-02-2004 09:20 PM

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

WhSox21 11-03-2004 12:53 AM

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


All times are GMT. The time now is 05:54 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.01076 seconds
  • Memory Usage 1,741KB
  • 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
  • (4)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