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

Reply
 
Thread Tools
vbadvance Separate Staff and members in User online mod Details »»
vbadvance Separate Staff and members in User online mod
Version: 1.00, by WarLion WarLion is offline
Developer Last Online: Jul 2018 Show Printable Version Email this Page

Category: Mini Mods - Version: 3.6.8 Rating:
Released: 09-05-2007 Last Update: Never Installs: 7
Template Edits
 
No support by the author.

vbadvance Separate Staff and members
in User online mod


*******************************************
This mod come from the idea of gio~logist
from his modification all the credit go to him
*******************************************

What do you need you need to install this modification first
Separate Staff In User's Online
if you have problems with this mod check the post #22

then this mod is for vbadvance for the module user online
open your file onlineusers.php, locate in forum/modules/

find this code
Code:
                eval('$activeusers .= "$comma ' . fetch_template('forumhome_loggedinuser') . '";');
                $comma = ', ';
and remplace with
Code:
if($loggedin['usergroupid'] == '5' OR $loggedin['usergroupid'] == '6' OR $loggedin['usergroupid'] == '7'){
        
                eval('$activeusers_staff .= "' . fetch_template('forumhome_loggedinuser') . ', ";');
                $activeusers_staff = substr($activeusers_staff, 0);
                    
        } else {
        
                eval('$activeusers_members .= "' . fetch_template('forumhome_loggedinuser') . ', ";');
                $activeusers_members = substr($activeusers_members, 0);
            
        }
save it

edit the next template adv_portal_onlineusers
and remplace all with this
Code:
<tr>
<td class="thead"><span class="smallfont"><phrase 1="$numberregistered" 2="$numberguest">$vbphrase[x_members_and_y_guests]</phrase></span></td>
    </tr>
    <tr>
        <td class="thead"><span class="smallfont">Staff on-line:</span></td>
    </tr>
    <tr>
        <td class="$altbgclass"><span class="smallfont">$activeusers_staff</span></td>
    </tr>
    <tr>
        <td class="thead"><span class="smallfont">Members on-line:</span></td>
    </tr>
    <tr>
        <td class="$altbgclass"><span class="smallfont">$activeusers_members</span></td>
    </tr>
    <tr>
        <td class="$bgclass"><span class="smallfont"><phrase 1="$recordusers" 2="$recorddate" 3="$recordtime">$vbphrase[most_users_ever_online_was_x_y_at_z]</phrase></span></td>
</tr>
save it and check your site

Supporters / CoAuthors

Show Your Support

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

Comments
  #2  
Old 09-06-2007, 03:23 AM
WarLion's Avatar
WarLion WarLion is offline
 
Join Date: Jun 2006
Posts: 165
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

reserved
Reply With Quote
  #3  
Old 09-07-2007, 04:10 AM
SuperTaz's Avatar
SuperTaz SuperTaz is offline
 
Join Date: Apr 2007
Location: Pennsylvania
Posts: 744
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'll have to check this out when I get home.
Reply With Quote
  #4  
Old 09-07-2007, 10:12 AM
princeedward's Avatar
princeedward princeedward is offline
 
Join Date: Jan 2007
Location: Deutschland
Posts: 901
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

nice one...installed...work like a charm to my vB 3.6.8....thanks

Attachment 69534

best regards...

Reply With Quote
  #5  
Old 01-03-2008, 11:48 PM
softvnzla's Avatar
softvnzla softvnzla is offline
 
Join Date: Jan 2008
Location: Venezuela
Posts: 52
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

nice installed
Reply With Quote
  #6  
Old 04-17-2013, 11:33 AM
desmomax desmomax is offline
 
Join Date: Mar 2008
Posts: 84
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

how can i add usergroup in order to see in staff? I added few more new usergroup with mod privileges and i'd like to show in staff .
thanks
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 10:41 AM.


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.04776 seconds
  • Memory Usage 2,250KB
  • Queries Executed 20 (?)
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
  • (3)bbcode_code
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (6)post_thanks_box
  • (6)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (6)post_thanks_postbit_info
  • (5)postbit
  • (6)postbit_onlinestatus
  • (6)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
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete