Log in

View Full Version : How to?


Stifmeister2
05-04-2008, 04:41 PM
Disable users from playing in new window?

gmatrix
05-04-2008, 09:12 PM
2 ways. In lang_Arcade_en.php (or whichever language file you are using) find the line:

gamebox_playpopup => "(in new window)",
and change to

gamebox_playpopup => "",

this will blank the text for the link. Alternatively go into skin_Arcade.php and delete the bit of code immediately after:

<!--popup play-->

Stifmeister2
05-05-2008, 02:00 PM
2 ways. In lang_Arcade_en.php (or whichever language file you are using) find the line:

gamebox_playpopup => "(in new window)",
and change to

gamebox_playpopup => "",

this will blank the text for the link. Alternatively go into skin_Arcade.php and delete the bit of code immediately after:

<!--popup play-->
Thanks man. ;)