vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=4)
-   -   Make invisible users visible to Super Moderators and Moderators. (https://vborg.vbsupport.ru/showthread.php?t=32386)

wolfgang2 04-16-2003 07:38 PM

it is not working on 2.3.0:(

Who can help? thanx a lot!

Bison 04-17-2003 01:25 PM

Installed, and works on 2.2.9!

wolfgang2 04-17-2003 06:11 PM

could somebody help me PLLEEEAAASSSEEEEEE...

I really would like to have this feature for my mods...

wolfgang2 04-21-2003 09:20 AM

it is not working on my version 2.3.0
there are no errormessages and the forum is going well.

so i can not explain to myself why it is not working:(

shoppingtelly 05-17-2003 11:07 AM

This would be a really usefull feature but can't get it to work on 2.2.0

midnightz 05-22-2003 05:11 AM

I guess there is no way to change the code lightly where supers and mods see invvisibles, but not the admin. I choose to reamin fully hidden for protection of my board.

I would think it would be just a edit in the hack, can anybody help? If not I must uninstall this wonderful hack.

Thanks,

midz

extremeskins24 06-27-2003 04:30 PM

Hey. I've been attempting to install this hack for 2 hours and I cannot figure out why it is not working. I'm sure it's something simple, and I'm just missing it...

Here's a code snippet..

PHP Code:

    if ($loggedin['invisible']==or $bbuserinfo['usergroupid']==or $bbuserinfo['usergroupid']==or $bbuserinfo['usergroupid']==7) {
      
$numbervisible++;
      
$userid $loggedin['userid'];
      if (
$loggedin['invisible'] == 1) { // Invisible User but show to Admin
        
$invisibleuser '*';
      } else {
        
$invisibleuser '';
      }
      if (
$loggedin['usergroupid'] == and $highlightadmin) {
          
$username "<b><i>$loggedin[username]</i></b>";
      } else if ((
$mod["$userid"] or $loggedin['usergroupid'] == 5) and $highlightadmin) {
          
$username "<b>$loggedin[username]</b>";
      } else {
                
$username $loggedin['username'];
            }
      eval(
"\$activeusers = \"".gettemplate('forumhome_loggedinuser')."\";");
    }

    while (
$loggedin=$DB_site->fetch_array($loggedins)) {
      
$numberregistered++;
      
$invisibleuser '';
      if (
$loggedin['invisible']==and $bbuserinfo['usergroupid']!=and $bbuserinfo['usergroupid']!=and $bbuserinfo['usergroupid']!=7) {            
        continue;
      }
      
$numbervisible++;
      
$userid=$loggedin['userid'];
      if (
$loggedin['invisible'] == 1) { // Invisible User but show to Admin
        
$invisibleuser '*';
      }
      if (
$loggedin['usergroupid'] == and $highlightadmin) {
        
$username "<b><i>$loggedin[username]</i></b>";
            } else if ((
$mod["$userid"] or $loggedin['usergroupid'] == 5) and $highlightadmin) {
                
$username "<b>$loggedin[username]</b>";
            } else {
                
$username $loggedin['username'];
            }
      eval(
"\$activeusers .= \", ".gettemplate('forumhome_loggedinuser')."\";");
    } 

My usergroupid's are correct.

Thanks for the help!

muzicmax 07-10-2003 03:13 AM

Does this hack work with vBulletin Version 2.3.0 ?

ssabmud 08-16-2003 07:03 PM

This isn't working for me in 2.3.0. Anyone know what needs to be done?

Quikdeth 10-11-2003 03:08 PM

bump. I have 2.3.2 I had it before the update, but would like to re-install on this new version.


All times are GMT. The time now is 03:32 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.01108 seconds
  • Memory Usage 1,755KB
  • 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
  • (1)bbcode_php_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