Bug Global Scoring

Status
Not open for further replies.

Trekkan

Customer
Asteroids says I have played the game at 1330 points, but never have played it.

As you can see from Warzone, the local score has a time set for the score, but there's a #1 player listed as "Unknown"

Arcade - Dark Hand of Valor Forums.webp

There's a "Play" link across from where the champions are listed now, a bit redundant since there is a "Play Now" button just above it.

Could use a default AdminCP setting for which score to display by default, global or local scores.
 
just finished fixing this in that other thread :p

in dbtech/vbarcade/functions_arcade.php find

PHP:
                $game['score'] = ( $game['scoring'] ? vb_number_format($game['score'], $game['decimals']) : arcade_time($game['score']) );
            }

replace with

PHP:
                $game['score'] = ( $game['scoring'] ? vb_number_format($game['score'], $game['decimals']) : arcade_time($game['score']) );
            }    //no personal best global
            else unset($game['global']);
 
Status
Not open for further replies.

Legacy vBArcade

vBulletin 4.x.x
Seller
DragonByte Technologies
Release date
Last update
Total downloads
902
Customer rating
0.00 star(s) 0 ratings
Back
Top