• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

RevCMS - Firefox client fix!

Status
Not open for further replies.

Yvo

Initiate Mage
Joined
Jun 7, 2012
Messages
2
Reaction score
1
Dear readers,

My client wasn't working on Firefox and I am using RevCMS. So I decided to figure out how to fix this. I don't know if anyone told this before, but the following thing worked for me. The client is now working for me in Firefox, Google Chrome and Internet Explorer.

Search for: (CTRL+F)
PHP:
if (!(HabbletLoader.needsFlashKbWorkaround())) {
    	params["wmode"] = "opaque";
    }

Add the following code above:
PHP:
params["wmode"] = "transparent";

I am not sure this will work for you, but it worked for me so I decided to share it with you.

Sorry for my bad English by the way, it isn't my native language.

See ya
Yvo:):
Holomind.nl
 
Newbie Spellweaver
Joined
Mar 24, 2012
Messages
68
Reaction score
8
Thanks for this Yvo.
BTW, i love your CMS that you use on Holomind. :tongue:
 
Newbie Spellweaver
Joined
May 17, 2011
Messages
30
Reaction score
0
Its the same with PhoenixPHP, Just use the old client as this not works, Now i'm going to insert and test it.

Just replace this:

if (!(HabbletLoader.needsFlashKbWorkaround())) {
params["wmode"] = "opaque";
}

With:

if (!(HabbletLoader.needsFlashKbWorkaround())) {
params["wmode"] = "transparent";
}

And its works with FireFox ;)
 
Last edited:
Joined
Aug 14, 2010
Messages
808
Reaction score
421
Oh sorry, true. Thanks :p:


Changing the webbuild did work for Google Chrome, but the client wasn't working in Firefox before this.

My client worked perfect with wrong WEB_build @ Google chrome but not at Firefox
so i had to change the web_build
 
Junior Spellweaver
Joined
Dec 24, 2011
Messages
125
Reaction score
39
go to habbo.com open the client
typ ctrl + u and copy the client source

rip the css and javascript files
change swfs and all poop to your own poop

And done!
 
Status
Not open for further replies.
Back
Top