The Arcive of vBulletin Modifications Site. |
|
Changing The size Of The Rate Game Pop-Up? Details »»
|
|||||||||||||||||||||||||
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 Show Your Support
|
|||||||||||||||||||||||||
| Comments |
|
#2
|
||||
|
||||
|
Search for this code in the arcade.php file
Code:
$this->output .= "<div align='center'>".$rating."<br />";
$this->output .= "<a href=\"#\" onclick=\"window.open('{$ibforums->base_url}act=Arcade&do=rate&gid={$gid}&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
|
![]() |
|
|