Ever DREAMED of being Elite but don't think you will be?

yakko

Lifer
Apr 18, 2000
25,455
2
0
Hey since I appear to be the first one over there can I get a custom member status?
 

GoldenBear

Banned
Mar 2, 2000
6,843
2
0
Yes sorry to dissapoint you...

And Yakko, I think I have to find a hack before I can start changing the member status's...
 

Russ

Lifer
Oct 9, 1999
21,093
3
0
GoldenBear,

Open your ubb_library2.pl file and find a section that looks like this:

if ($ThisStatus eq "Administrator") {
$ThisStatus = "$AdminTitle";
}
elsif ($ThisStatus eq "Moderator") {
$ThisStatus = "$ModeratorTitle";
}
elsif ($ThisStatus eq "Member") {
$ThisStatus = "$MemberTitle";
} else {
$ThisStatus = "$JrMemberTitle";
}
if ($thisline[2] eq "yakko") {
$ThisStatus = "First Member";

The last entry here is an addition, the rest are default.

Russ, NCNE
 

This thread title reminds me of something. I was eating a bowl of cereal this morning and on the back of the milk carton was a picture of an elf. They say he's missing or something.
 

Russ

Lifer
Oct 9, 1999
21,093
3
0
GoldenBear,

There are two important things. Always upload the script files in text mode, NOT binary, and re-verify your permissions after the upload.

Russ, NCNE