vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   Can i get help with Staff colors pls (https://vborg.vbsupport.ru/showthread.php?t=59922)

rocket 01-08-2004 10:40 PM

Can i get help with Staff colors pls
 
ight i have put in the correct ++++ for this hack called staff colors...... but now it wont show up on my board wondering if someone can help me pls? thats the ++++ i did and it aint showin up on the board soo can someone help me pls...

PHP Code:

in forumdisplay.php
find
:
PHP
if (
$showforumusers) { 
    
$datecut $ourtimenow $cookietimeout
    
$browsers ''
    
$comma ''
    
$forumusers $DB_site->query("SELECT username, invisible, userid 
                        FROM user 
                        WHERE  inforum = 
$foruminfo[forumid] 
                            AND lastactivity > 
$datecut 
                            AND lastvisit <> lastactivity"
); 
    while (
$forumuser $DB_site->fetch_array($forumusers)) { 
        if ((!
$forumuser['invisible'] or $bbuserinfo['usergroupid'] == 6) and $bbuserinfo['userid'] != $forumuser['userid']) { 
            
$userid $forumuser['userid']; 
            
$username $forumuser['username']; 
            if (
$forumuser['invisible'] == 1) { // Invisible User but show to Admin 
                
$invisibleuser '*'
            } else { 
                
$invisibleuser ''
                 } 
            eval(
"\$browsers .= \"".$comma.gettemplate('forumdisplay_loggedinuser')."\";"); 
            
$comma ', '
        } 
    } 


replace it with:
PHP
if (
$showforumusers) { 
    
$datecut $ourtimenow $cookietimeout
    
$browsers ''
    
$comma ''
    
$forumusers $DB_site->query("SELECT username, invisible, userid, usergroupid 
                        FROM user 
                        WHERE  inforum = 
$foruminfo[forumid] 
                            AND lastactivity > 
$datecut 
                            AND lastvisit <> lastactivity"
); 
    while (
$forumuser $DB_site->fetch_array($forumusers)) { 
        if(
$forumuser['usergroupid']==6$forumuser['username'] = "<font color=red>".$forumuser['username']."</font>"
                                elseif(
$forumuser['usergroupid']==or $forumuser['usergroupid']==7$forumuser['username'] = "<font color=green>".$forumuser['username']."</font>"
                           if ((!
$forumuser['invisible'] or $bbuserinfo['usergroupid'] == 6) and $bbuserinfo['userid'] != $forumuser['userid']) { 
            
$userid $forumuser['userid']; 
            
$username $forumuser['username']; 
            if (
$forumuser['invisible'] == 1) { // Invisible User but show to Admin 
                
$invisibleuser '*'
            } else { 
                
$invisibleuser ''
                 } 
            eval(
"\$browsers .= \"".$comma.gettemplate('forumdisplay_loggedinuser')."\";"); 
            
$comma ', '
        } 
    } 


should work 


rocket 01-09-2004 01:05 AM

Hello can u tell me wat im doin wrong i did it all like it said and it wont appear on my board?

Zachery 01-09-2004 01:52 AM

you should wait at least 12 hours, to bump a post, did you also preform any of the template mods that were nessary?

rocket 01-09-2004 01:19 PM

wtf they didnt even say about templates stuff can u post it here pls one wat im suspose to do wtih the templates?

Zachery 01-09-2004 03:00 PM

usualy hacks are accompinied by template mods, but not always, so db check your fiole edits and make sure you did everything correctly

MindTrix 01-09-2004 03:08 PM

I believe your using the one made by assassingod and it says at the top of the instructions

File Edits: 2
New Files: 0
New Templates: 0
Template Edits: 1

So you need to make a template edit and 2 php edits

rocket 01-13-2004 01:07 AM

well i got a different one :(

MindTrix 01-13-2004 04:38 AM

well what one :)


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.01779 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)post_thanks_navbar_search
  • (1)printthread
  • (8)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