Also if you search for:
Code:
function leaderstart($ginfo, $links) {
global $ibforums;
return <<<EOF
And after that add:
Code:
<script type="text/javascript">
<!--
var newwindow;
function poptastic(url,features)
{
newwindow=window.open(url,'playnew',features);
}
//-->
</script>
Then search for:
Code:
<td class="alt2" align="center" valign="top">
{$links['click']}<br />
<a href="{$ibforums->base_url}act=Arcade&cat={$ginfo['gcat']}">{$ginfo['backlink']}</a><br />
{$ginfo['fave']}<br/>
And add this afterwards:
Code:
<!--popup play-->
<a href="javascript:poptastic('arcade.php?$session[sessionurl]do=playfull&gameid={$entry['gid']}', 'height={$entry['gheight']},width={$entry['gwidth']},left=200,top=100,resizable=yes,scrollbars=yes,toolbar=yes,status=yes');">{$ibforums->lang['gamebox_playpopup1']}</a><br />
Then save skin_v3Arcade.php and upload it.
Then open lang_Arcade_en.php and search for:
Code:
gamebox_playpopup => "(in new window)",
After that add:
Code:
gamebox_playpopup1 => "Play Game In New Window",
Save and upload the file - that will allow you to choose to Play Game In A Window from the Highscore page