Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.6 > vBulletin 3.6 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Separate Staff In User's Online Details »»
Separate Staff In User's Online
Version: 1.00, by Gio~Logist Gio~Logist is offline
Developer Last Online: Oct 2022 Show Printable Version Email this Page

Category: Forum Home Enhancements - Version: 3.6.4 Rating:
Released: 02-13-2007 Last Update: Never Installs: 134
 
No support by the author.


Brought to you by:
DopeGFX
-----------------------------------------------------------------
LOGOS | WEBSITES | SKINS | HTML | PHP(Limited) | AND MUCH MUCH MORE!
-----------------------------------------------------------------
In Conjunction With
SiteResort


**Copyright**
This script cannot be redistributed, reproduced, or published in any way unless given permission my the author (me). Modifying this script and sharing your modification elsewhere without the author's knowledge is not allowed as well.

**Before Making An Add on **
Please consult with me before making an add on to this hack. As it is my work and such, the add ons that you are trying to make for it may be in the next release.

What does this do?
This hack separates users from staff in the forumhome who's online list.


What features does this hack provide?
  • Separate users from staff
  • Turn on/off

What does this hack require?
Products Imported: 1

[high]2 Easy Steps[/high]
Step 1. Import the following product: product-online_staff_separate.xml
Step 4. Enjoy the hack.

Don't forget to click INSTALL

[high]As always, feel free to make a donation to:[/high]
gio@dopegfx.com

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #22  
Old 02-18-2007, 06:12 PM
MarcusTangh MarcusTangh is offline
 
Join Date: Nov 2004
Posts: 26
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #23  
Old 02-20-2007, 04:11 AM
Gio~Logist's Avatar
Gio~Logist Gio~Logist is offline
 
Join Date: Jun 2004
Location: San Francisco
Posts: 2,575
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by MarcusTangh View Post
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.
Reply With Quote
  #24  
Old 04-09-2007, 06:52 PM
rjmjr69's Avatar
rjmjr69 rjmjr69 is offline
 
Join Date: Jan 2007
Location: Southie
Posts: 876
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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




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.
Reply With Quote
  #25  
Old 06-25-2007, 07:16 AM
sateurope sateurope is offline
 
Join Date: Jun 2007
Posts: 19
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I keep having this message in who's online

Staff: !-- BEGIN TEMPLATE: forumhome_loggedinuser --> Staf usernames
Reply With Quote
  #26  
Old 06-27-2007, 08:53 PM
under_takers under_takers is offline
 
Join Date: May 2007
Posts: 28
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by gio~logist View Post
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
Reply With Quote
  #27  
Old 06-27-2007, 09:47 PM
3Dx 3Dx is offline
 
Join Date: Mar 2007
Location: Portsmouth, UK
Posts: 14
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

hey yeah works well for us nice one bud
Reply With Quote
  #28  
Old 06-28-2007, 06:13 PM
Bigblah Bigblah is offline
 
Join Date: Mar 2006
Posts: 6
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #29  
Old 09-06-2007, 03:27 AM
WarLion's Avatar
WarLion WarLion is offline
 
Join Date: Jun 2006
Posts: 165
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
  #30  
Old 09-07-2007, 09:17 AM
princeedward's Avatar
princeedward princeedward is offline
 
Join Date: Jan 2007
Location: Deutschland
Posts: 901
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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

Attachment 69533

best regards..

Reply With Quote
  #31  
Old 09-18-2007, 07:19 AM
toliyo toliyo is offline
 
Join Date: Sep 2007
Posts: 1
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i have this problem

-- BEGIN TEMPLATE: forumhome_loggedinuser -->user ID
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 07:04 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05455 seconds
  • Memory Usage 2,308KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (5)bbcode_code
  • (2)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete