vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   Miscellaneous Hacks - Meet Our Staff (https://vborg.vbsupport.ru/showthread.php?t=184491)

skcyber 07-07-2008 04:55 PM

installed and nominated !! ;)

is there a possibilty (a new uptade ?? :D) to ade an other groupe than admin, SM and modo ?

blind-eddie 07-07-2008 05:11 PM

On the WhosOnline Page guest show.
Unknown Location
/forum/staff.php

How do I change that to Show, what I wish it to show?

FLMom 07-07-2008 05:24 PM

Sweet!!! I had the version on my site a long time ago from vbadvanced, but since I don't use that anymore, I was just stuck with the default forum leaders page. This is really nice! I placed mine in my Quick Links and it works perfectly!

Thanks for your hard work on this!:up:

veenuisthebest 07-07-2008 05:36 PM

Quote:

Originally Posted by blind-eddie (Post 1569279)
On the WhosOnline Page guest show.
Unknown Location
/forum/staff.php

How do I change that to Show, what I wish it to show?

Go to your AdminCP > Plugins & Products > Plugin Manager > Add new Plugin

Product: vBulletin
Hook Location: online_location_process
Title: Extra Online Users Process
Execution Order: 5

PHP Code:

if ($filename == 'staff.php')
{
    
$userinfo['activity'] = 'Viewing Staff Page';


Save.

Go to your AdminCP > Plugins & Products > Plugin Manager > Add new Plugin

Product: vBulletin
Hook Location: online_location_unknown
Title: Extra Online Users Unknown
Execution Order: 5

PHP Code:

if ($userinfo['activity'] == 'Viewing Staff Page')
{
        
$userinfo['action'] = 'Viewing Staff Page'// you might wanna use a $vbphrase here...
        
$userinfo['where'] = '<a href="./staff.php?' $vbulletin->session->vars['sessionurl'] . '">Staff</a>'// you might wanna use a $vbphrase here...
        
$handled true;


Save.


Hope this helps !!

EagleNick 07-07-2008 05:47 PM

This looks very nice ;)

However, before I install, I have a few questions :)

1) Can we control which usergroups are displayed?
2) Can we control which profile fields are displayed?

WebWizard 07-07-2008 05:54 PM

Thanks for the mod!

Chunkerz 07-07-2008 09:27 PM

I would like this more if it were back to profile picture. Also if there was a way the biography section was off completely or aligned with everything else.

pooffck1 07-07-2008 09:46 PM

First of all, fantistic MOD! but is it possible to re-arange it? e.g.

i have

super mods

adminstrators

owners

mods

i want to re-arange it to

owners

admins

super mods

mods .........

Chunkerz 07-07-2008 10:02 PM

Quote:

Originally Posted by pooffck1 (Post 1569535)
First of all, fantistic MOD! but is it possible to re-arange it? e.g.

i have

super mods

adminstrators

owners

mods

i want to re-arange it to

owners

admins

super mods

mods .........

https://vborg.vbsupport.ru/showpost....4&postcount=30

pooffck1 07-07-2008 10:13 PM

fantistic, thanks alot!


All times are GMT. The time now is 06:01 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.01396 seconds
  • Memory Usage 1,744KB
  • 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_php_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (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