Log in

View Full Version : Changing The size Of The Rate Game Pop-Up?


MartyB1976
02-02-2009, 11:31 AM
Hello all,

How would i change the size of the pop-up window that appears after you have played a game asking to rate it?

I want to make it slightly bigger as the submit button is only half visable.

Thanks... Martin

Gemma
02-03-2009, 06:01 PM
Search for this code in the arcade.php file

$this->output .= "<div align='center'>".$rating."<br />";
$this->output .= "<a href=\"#\" onclick=\"window.open('{$ibforums->base_url}act=Arcade&amp;do=rate&amp;gid={$gid}&amp;scored=1',' comment_edit','height=150,width=400'); return false;\">{$ibforums->lang['rate_game']}</a></div><br /><br />";
}


And change the height and/or width accordingly :)