Thanks for this Yvo.
BTW, i love your CMS that you use on Holomind.![]()
This is a discussion on RevCMS - Firefox client fix! within the Habbo Releases forums, part of the Habbo Hotel category; Dear readers, My client wasn't working on Firefox and I am using RevCMS. So I decided to figure out how ...
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)
Add the following code above:PHP Code:if (!(HabbletLoader.needsFlashKbWorkaround())) {
params["wmode"] = "opaque";
}
I am not sure this will work for you, but it worked for me so I decided to share it with you.PHP Code:params["wmode"] = "transparent";
Sorry for my bad English by the way, it isn't my native language.
See ya
Yvo
Holomind.nl
Thanks for this Yvo.
BTW, i love your CMS that you use on Holomind.![]()
Sorry for my english, I'm dutch :D
Just remove the if, otherwise it's just junk code.
Lawl. Changing webbuild helps too.. -_
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 by rickyo; 08-06-12 at 03:48 PM.
[SIGPIC][/SIGPIC]
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 shit to your own shit
And done!