PDA

View Full Version : Can i get help with Staff colors pls


rocket
01-08-2004, 10:40 PM
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...

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']==5 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 :)