PDA

View Full Version : Code Modification for the rep system?


Brinnie
07-27-2005, 12:50 AM
I'm trying to build a warning system based on the reputation system but it's not coming out so good.

If one wanted to make the rep boxes only go to 5 or say, up to 15, how would you go about doing that?

Thanks! :)

YankeeDeuce
07-31-2005, 01:40 AM
In functions_reputation.php look for

if ($reputationbars > 10)
{
$reputationbars = 10;
} around line 103.

If you want 5 dots max change the 10's to 4, if you want 15 change them to 14.

Antivirus
08-20-2005, 08:27 PM
Brinnie, your hack idea sounds interesting, if you finish it, i would love to check it out