Quote:
Originally Posted by mrghostno1
Is it possible to make the negative points show as ? I'll try to edit in order to get this way.
Tnks for the fix, i've been waiting for this mod.
|
Yea you can do that. In the "Generate HTML Dropdown" plugin, make the following change:
PHP Code:
// change
$negrepdd .= "<option value=\"$i\">$i</option>";
// to
$negrepdd .= "<option value=\"$i\">-$i</option>";