Not showing "You are Champion"

Started by dwd2000, February 03, 2015, 01:55:33 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

dwd2000

I'm using the most recent version of the arcade with the PDL skin.
With older versions and Jeza's skin, I could insert some code to show an image or whatever when someone becomes the champ of a game, and when their score is their personal best.
The code is on "ArcadeGame.template and ArcadeGame.template2.
I've edited both, but nothing.
What am I missing?


<div>
', $txt['arcade_score_saved'], '<br />
<strong>', $txt['arcade_score'], ':</strong> ', $score['score'], '<br />';             ( This part shows)

if ($score['is_new_champion'])                                                                 (This doesn't)
echo '
', $txt['arcade_you_are_now_champion'], '<br />'; //

elseif ($score['is_personal_best'])                                                             (This doesn't)
echo '
', $txt['arcade_this_is_your_best'], '<br />';

if ($score['can_comment'])                                                                          (This does)
echo '
</div>
30 years ago I was young and foolish. Now, I'm just young.