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 admins 'invisible' to users. (https://vborg.vbsupport.ru/showthread.php?t=38877)

FleaBag 05-20-2002 10:00 PM

Make admins 'invisible' to users.
 
Credits
The code edits in this hack are soley the work of FireFly. Only the idea was mine, I just thought this might become useful to others as well as myself.

What does this hack do?
This hack removes the identity of the admins from public viewing [eg. they won't show as bold and italic on your Who's Online] - while retaining the status of the Moderators in both Who's Online and Forum Leaders. If like on my board, you wish to run your forums while appearing as a 'regular' user, this will come in useful. Personally I don't want to draw attention to myself or try to be of higher status than the rest of my users, for example I host forums for others and don't want to 'steal the thunder' from the moderators - this is the solution.

How hard is this hack to install?
This hack should be easy for anyone to install. If you can point, click, cut and paste - you're sorted.

Installation instructions...
Log into your Control Panel...

:: Click vBulletin Options.
Click 'FORUMS HOME PAGE OPTIONS'.
Set Highlight Admin to ON.

:: Click Modify under User Groups.
Edit your Administrators User Group.
Change User Status to "Registered".
Set Viewable on Show Groups? to NO.

:: Code edits.

In index.php, replace both...

PHP Code:

if ($loggedin['usergroupid'] == and $highlightadmin) { 

...with...

PHP Code:

if ($loggedin['usergroupid'] == and $highlightadmin and 'foo' == 'bar') { 

In online.php, replace...

PHP Code:

        if ($user['usergroupid'] == and $highlightadmin) {
          
$userinfo["$key"]['username'] = "<b><i>$user[username]</i></b>";
        } else if ((
$mod["$key"] or $user['usergroupid'] == 5)and $highlightadmin) { 

...with...

PHP Code:

        if (($mod["$key"] or $user['usergroupid'] == 5)and $highlightadmin) { 

That's all there is to it. I know this works in all 2.2.x versions and version 2.3.0. ;)

There is a version of this hack here for users of the Who was on-line today hack.

Please click Install and leave comments if you've used this hack, it'd be nice to know if anyone else found this useful apart from me. I know this isn't for everyone, but if it is, enjoy! Again, thanks to FireFly. :)

FleaBag 05-21-2002 04:10 PM

Oh, and I forgot to mention that I can't really show you a demo, because obviously any on-line admins would appear as regular users. This hack is though, running on www.dragonninja.co.uk/forums.php . :)

Xenon 05-21-2002 09:01 PM

hmm i think be invisible is easier and that is nearly the same effect ;)

FleaBag 05-21-2002 09:21 PM

I know, but I specifically wanted Mods to show up and Admins to appear as regular users, I like playing god, but I don't like being worshipped. Like I said, this isn't for everyone, only a select few. ;)

MrBojangle1 05-24-2002 02:34 AM

nice hack, good job :)

FleaBag 05-24-2002 10:35 AM

Glad some people are actualy finding it useful. :)

sphinx 05-24-2002 10:38 AM

yep good one m8 using now ;)

FleaBag 05-28-2002 12:08 AM

Good good!

/me wonders why his thread subscription didn't work...

pHAZE_1 05-28-2002 01:59 AM

isnt there an option in cp options, to not make admins highlihted?

FleaBag 05-28-2002 01:08 PM

Yes there is, but this hack removes the identity of your admins completely from every aspect of your board, while keeping moderators highlighted in Who's Online.


All times are GMT. The time now is 12:34 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.01057 seconds
  • Memory Usage 1,746KB
  • 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
  • (4)bbcode_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)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