vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Mini Mods - Tapatalk - Better Who's Online (WOL) (https://vborg.vbsupport.ru/showthread.php?t=274467)

Sforums 11-24-2011 01:54 AM

Thanks. And if you can fix what actual topics members viewing it would be even better.

Simon Lloyd 11-24-2011 07:30 AM

Quote:

Originally Posted by Sforums (Post 2271356)
Thanks. And if you can fix what actual topics members viewing it would be even better.

That will be some time because it means changing the mobiquo core files, as time allows i will work on that :)

lapiervb 12-19-2011 09:24 AM

Quote:

Originally Posted by Sforums (Post 2271356)
Thanks. And if you can fix what actual topics members viewing it would be even better.

Thats what we really need.

I.G.O.T.A. 01-03-2012 04:00 PM

Installed, thanks.

Snowhog 06-09-2012 08:29 PM

Installed. Thank you.

persianpros 06-09-2012 08:39 PM

nice mod

do we need something similar for forumrunner too ?

ikorolis 01-21-2014 01:39 PM

search to google and find this to add my vbulletin website and works fine.

ADMINCP >> PLUGIN & PRODUCTS >> ADD NEW PLUGIN

Product - Forum Runner
Hook Location - online_location_process
Title - Forum Runner - WOL Online Location
Execution Order - 5

Plugin PHP Code
PHP Code:
if($filename == 'mobile.php') $userinfo['activity'] = 'Forum Runner';

Plugin Active - YES
------------------------------------------------------------------------------------------------------
ADMINCP >> PLUGIN & PRODUCTS >> ADD NEW PLUGIN

Product - Forum Runner
Hook Location - online_location_unknown
Title - Forum Runner - WOL Online Location Unknown
Execution Order - 5

Plugin PHP Code
PHP Code:
if($userinfo['activity']=='Forum Runner')
{
$userinfo['where'] = '<a href="http://www.forumrunner.net/">Forum Runner</a>';
$userinfo['action'] = 'Forum Runner';
$handled = true;
}
Plugin Active - YES


All times are GMT. The time now is 12:55 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.00962 seconds
  • Memory Usage 1,726KB
  • 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_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (7)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