vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   HELP PLS< read in side. i want something edited pls (https://vborg.vbsupport.ru/showthread.php?t=65868)

rocket 06-05-2004 03:11 PM

HELP PLS< read in side. i want something edited pls
 
OKay i tred yesterday to edit this hack its called staff online colours. the reason why i wanted to edit it was because i wanna add another group to it and for some odd reason my codes arent working *confused* can someone help me? this is wut i want done pls.

this is wat im trying to do i wanan make a group called " sexy super mods " and i want themt o glow pink. i tryed to work it into the code but i had an error so i just replaced it soo can any one help me? if soo pls drop wut u have edited soo it will work for me thanks :D


PHP Code:

// Afterburners Colored OnlineUserHack Start
      
if ($loggedin['usergroupid'] == and $highlightadmin) {
          
$username "<b><i><font color=red>$loggedin[username]</font></i></b>"// Color for Admin
      
} else if (($loggedin['usergroupid'] == 5) and $highlightadmin) {
          
$username "<b><font color=darkred>$loggedin[username]</font></b>"// Color for Supermod
      
} else if (($mod["$userid"]) and $highlightadmin) {
          
$username "<b><font color=green>$loggedin[username]</font></b>"// Color for Mod
      
} else if (($Super Sexy Mod["$userid"]) and $highlightadmin) {
          
$username "<i><font color=pink>$loggedin[username]</font></i>"// Color for Sexy Super Mod
          
} else {
        
$username "<font color=blue>$loggedin[username]</font>"// Color for normal Member or "Highlight Admin" is turned of
      
}
      eval(
"\$activeusers = \"".gettemplate('forumhome_loggedinuser')."\";");
    }      

    while (
$loggedin=$DB_site->fetch_array($loggedins)) {
      
$numberregistered++;
      
$invisibleuser '';
      if (
$loggedin['invisible']==and $bbuserinfo['usergroupid']!=6) {
        continue;
      }
      
$numbervisible++;
      
$userid=$loggedin['userid'];
      if (
$loggedin['invisible'] == 1) { // Invisible User but show to Admin
        
$invisibleuser '*';
      }
      if (
$loggedin['usergroupid'] == and $highlightadmin) {
          
$username "<b><i><font color=red>$loggedin[username]</font></i></b>"// Color for Admin
      
} else if (($loggedin['usergroupid'] == 5) and $highlightadmin) {
          
$username "<b><font color=darkred>$loggedin[username]</font></b>"// Color for Supermod
      
} else if (($mod["$userid"]) and $highlightadmin) {
          
$username "<b><font color=green>$loggedin[username]</font></b>"// Color for Mod
      
} else if (($Super Sexy Mod["$userid"]) and $highlightadmin) {
          
$username "<i><font color=pink>$loggedin[username]</font></i>"// Color for Sexy Super Mod
      
} else {
      
$username "<font color=blue>$loggedin[username]</font>"// Color for normal Member or "Highlight Admin" is turned of
      
}
      eval(
"\$activeusers = \"".gettemplate('forumhome_loggedinuser')."\";"); 


Velocd 06-06-2004 12:05 AM

I suggest upgrading to vBulletin 3, there is a built in feature to give user groups (e.g. moderators) formatted user titles and user names (e.g. glow in red, etc.)

rocket 06-06-2004 08:20 PM

nah man i hate vb 3 lol the hacks are wack lol and also .. yeah.. can someone pls do this for me thanks

Tony G 06-07-2004 03:47 AM

Okay, first you will need to find the usergroupid of the sexy super mod group. You can do this basically by just hovering over the link to the group in the user groups manager, and it should tell you in the URL.

Next, you can just simply copy (try the supermod part) and edit to match with the new usergroup. Edit things like what the usergroup id number should be, as well as the HTML markup you want.


All times are GMT. The time now is 01:41 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.01043 seconds
  • Memory Usage 1,745KB
  • 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)post_thanks_navbar_search
  • (1)printthread
  • (4)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete