Log in

View Full Version : Postcount


younghistorians
01-25-2003, 12:56 PM
how can i, the admin, edit a postcount so that my admin count always stays at the following: ???

Also, how can i get the post counts of everybody to only display the hundreds digits, and possibly thousands when they get that high? example: 8340 posts could show up as: 8 thousand

thanks!

Martin64
01-25-2003, 03:59 PM
To make your postcount show ???, do this:

Open ADMIN/FUNCTIONS.

FIND:

} else {
$post[aim]="";
}

BELOW IT ADD:

if($post[userid] == XX) {
$post[posts] = ???;
}

Replace the XX with your userid.