[TUT] How to fix white background in rooms [Super Easy]

TinyBuilder

Bike ✔
Mar 19, 2012
717
66
Hello DevBest! This is my first tutorial ever in forums, and the first tut on How to fix white background in rooms :D Okay, so many people who use DeltaCMS and other CMS's faces this bug, that is, they get a white background when the client is shrunk. This is a super easy TUT and a simple TUT to fix this bug!

Step 1: Go to htdocs and open client.php with Notepad++

3d57f2c7d2b5499793fb545.png





Step 2: In client.php, find the following codes:


PHP:
 var params = {
            "base" : "<?php echo $swf->get(client_swf_path); ?>",
            "allowScriptAccess" : "always",
            "menu" : "false",
            "bgcolor" : "#000",
            "wmode" : "transparent"
    };

Step 4: Replace it with the following code:


PHP:
 var params = {
            "base" : "<?php echo $swf->get(client_swf_path); ?>",
            "allowScriptAccess" : "always",
            "menu" : "false",
            "bgcolor" : "#000",
            "wmode" : "opaque"
    };


Step 5: Once replaced it, and you're done! Close your emulator, clear your cache, enter the client, and test it! It works 100%, don't worry! Any bugs/suggestions? Post it here!

How to test it?
Want to know how to test it? Simple. Download any files from the internet and once the download starts, open the client [In Chrome] If you see the white background, then you have done the steps wrong. If you see the black background, then congratz!


Like this:

Xkmsv.png


Show your thanks by hitting "Like" Button!

Longing to help my best,
Tiny
 

Users who are viewing this thread

Top