Plugin Manager >> ibProArcade: Crowns in Postbit
Find
Code:
$crowns .= "$this_game[gtitle] Champion!";
Change too,
To make the images bigger..
Look for two places,,
Code:
$crowns .= "<a href=\"arcade.php?" . $this->registry->session->vars['sessionurl'] . "do=stats&gameid=$this_game[gid]\"> <img src=\"arcade/images/$this_game[gname]2.gif\" border=\"0\" alt=\"$imgtext\" width=\"20\" height=\"20\" />";
Just change the width and height..
Or use the big image..
Change the above code to this..
Code:
$crowns .= "<a href=\"arcade.php?" . $this->registry->session->vars['sessionurl'] . "do=stats&gameid=$this_game[gid]\"> <img src=\"arcade/images/$this_game[gname]1.gif\" border=\"0\" alt=\"$imgtext\" width=\"50\" height=\"50\" />";