vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Forum Home Enhancements - Separate Staff In User's Online (https://vborg.vbsupport.ru/showthread.php?t=139357)

MarcusTangh 02-18-2007 06:12 PM

Okay, it worked alright I suppose.
But I'm having this problem here, when I look at "Who's online" I see this:
Staff: ember.php?u=2606" rel="nofollow">The Midnighter, Azurith*, GTX*, Ryu, Takushi Rena*, Ultima Keyblade

As you can see, something is wrong with the code here.

Gio~Logist 02-20-2007 04:11 AM

Quote:

Originally Posted by MarcusTangh (Post 1185465)
Okay, it worked alright I suppose.
But I'm having this problem here, when I look at "Who's online" I see this:
Staff: ember.php?u=2606" rel="nofollow">The Midnighter, Azurith*, GTX*, Ryu, Takushi Rena*, Ultima Keyblade

As you can see, something is wrong with the code here.

This happens to a lot of people, and then to a lot it doesn't. Try doing one of the following:

Edit the plugin and change this (each line is found in different instances):
Code:

substr($activeusers_staff, 2);


substr($activeusers_members, 2);

To this:
Code:

substr($activeusers_staff, 1);


substr($activeusers_members, 1);

Or try the same, but changing it to 0, or deleting both lines.

rjmjr69 04-09-2007 06:52 PM

I have this issue out of no where now myself it worked fine for two days then today I look and its like this


https://vborg.vbsupport.ru/external/2007/04/17.jpg

I'll try the fix see what happens


Changing it to 1 works just fine now. Thank you for this. Great work I love it.

sateurope 06-25-2007 07:16 AM

:(I keep having this message in who's online

Staff: !-- BEGIN TEMPLATE: forumhome_loggedinuser --> Staf usernames

under_takers 06-27-2007 08:53 PM

Quote:

Originally Posted by gio~logist (Post 1186511)
This happens to a lot of people, and then to a lot it doesn't. Try doing one of the following:

Edit the plugin and change this (each line is found in different instances):
Code:

substr($activeusers_staff, 2);


substr($activeusers_members, 2);

To this:
Code:

substr($activeusers_staff, 1);


substr($activeusers_members, 1);

Or try the same, but changing it to 0, or deleting both lines.

Thnx for this editing , bro Gio, it work fine, installed :D

3Dx 06-27-2007 09:47 PM

hey yeah works well for us nice one bud

Bigblah 06-28-2007 06:13 PM

Just move these lines:

Code:

        $activeusers_staff = substr($activeusers_staff, 2);
        $activeusers_members = substr($activeusers_members, 2);

to the forumhome_complete hook location. That'll solve the problem.

WarLion 09-06-2007 03:27 AM

thanks for this hack work like a charm
i also make and addon for vbadvance user
you ca see here
https://vborg.vbsupport.ru/showthread.php?t=157131

princeedward 09-07-2007 09:17 AM

great and nice mod...thanks for this...work like a charm to my vb3.6.8.

Attachment 69533

best regards..

:)

toliyo 09-18-2007 07:19 AM

i have this problem

-- BEGIN TEMPLATE: forumhome_loggedinuser -->user ID


All times are GMT. The time now is 02:14 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.01120 seconds
  • Memory Usage 1,739KB
  • 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
  • (5)bbcode_code_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)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