The Arcive of vBulletin Modifications Site. |
|
Game background can't be edited anymore Details »»
|
|||||||||||||||||||||||||
I just noticed there are 2 sistuations the game background can't be edited.
- even the game tar file inside the game is different color background, when installed it just put the default value "0000000" which is black - after installed the value still can not be changed (The message said"successfully edit" but the value still "000000"). This didn't have it in version v2.6.2+ ![]() Show Your Support
|
|||||||||||||||||||||||||
| Comments |
|
#2
|
|||
|
|||
|
This is the same on mine too, it always remains as 000000.
|
|
#3
|
||||
|
||||
|
try this fix:
open /admincp/arcade.php search for Code:
$IN['bgcolor'] = "000000"; |
|
#4
|
|||
|
|||
|
For the next version of IBPA I think you should just remove this option completely.
There is no need to specify bgcolor at all, it is already stored in the game. I can't think of any circumstances where you would need to change the game background from the one specified in the game by the author? |
|
#5
|
|||
|
|||
|
Quote:
|
|
#6
|
|||
|
|||
|
Quote:
Code:
<param name="bgcolor" value="#FFF" /> & bgcolor="#FFF" To my knowledge if it isn't specified it will use the bgcolor specified by the flash author in the flash game swf. I never bother putting bgcolor in the embed code for games on my site + they always show the right bgcolor. Are there some browsers that need it in the embed code as well as the game? |
![]() |
|
|