PDA

View Full Version : mods not bold on who's online?


Obi-Wan
07-21-2002, 09:46 AM
I've installed a few hacks and now it seems that the mods don't show up as bolds.

I installed the following hacks:

Fade Hack.
World Times.
Advanced 'Who's On Line' <--think it's this one myself.
Quick Reply (for the people who are on dial-up).
Welcome Panel.
ShoutBox.
Blink Bar On New PM.
Show User Sigs Only Once In Same Thread.


Now I wanted to install the colored online users (afterburners version) and saw this when I tested it with a mod account.
The other accounts works fine though.

Also I wanna know how I can see what the ID from the other groups is to make more color online users.

Version of vbb is 2.2.6 and i'm registered:)

Thx for the help in advance

Obi-Wan
07-25-2002, 05:13 PM
Anybody got an answer please?

DrkFusion
07-25-2002, 05:47 PM
Hmm...ok I had this same problem, let me try to figure out how it was fixed.

what version of vb are you using?
I might know the solution....

Is it only mods or is it super mods too?

Drk

DrkFusion
07-25-2002, 05:59 PM
OK try this

Open up online.php and look for
} else if (($mod["$key"] or $user['usergroupid'] == 5)and $highlightadmin) {

below it there should be the following code
$userinfo["$key"]['username'] = "<b>$user[username]</b>";

If there is something different, but very similar replace that with the one i gave you which is...

$userinfo["$key"]['username'] = "<b>$user[username]</b>";

I am not sure, but that should fix it.

Drk

Obi-Wan
07-27-2002, 02:11 PM
will try m8...thx.

i'll reply again to let you know if it worked.

version is 2.2.6

DrkFusion
07-27-2002, 03:44 PM
tell me if it works

Drk

Obi-Wan
07-29-2002, 11:43 AM
:( ++++ed up my db.

had to start all over..hehehe it's good that the board is not online.

Thx anyway m8...saved the code for later

DrkFusion
07-29-2002, 02:18 PM
It shouldn't really ++++ up the db, in the code I provided, it had nothing to do with db..anyways...

Drk