Docskillz

The Good Stuff => SMF Arcade Support => Topic started by: dwd2000 on February 03, 2015, 01:55:33 PM

Title: Not showing "You are Champion"
Post by: dwd2000 on February 03, 2015, 01:55:33 PM
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>