Update your webbuild to 933.
Printable View
I really like, but when I try to enter the client does not work. Why?
yes i have updated client to 933 webbuild and still client stops at 33% :( but when i put r63 back to RevCMS and try there then client loads 100% but not on your cms there it's stuck at 33%
uh that is so strange i tried now and suddenly the client just worked :/ maybe it was just my web browser chache or something making it get stuck at 33% but now it loaded fine really odd
Why don't you use an auto webbuild script?
What do you mean with better? :p Because you have changed the text?
Posted via Mobile Device
Haha, I said it. :p
Posted via Mobile Device
I want to, But I cant find a script like that :(. Link ?.
Posted via Mobile Device
when will you do rest of cms translate? since there is lots of non-english texts on cms still :/
Because I'm not going to do everything! People could do also something...
Posted via Mobile Device
I have here an automatic webbuild script.
But this is not going to work. Because if I include this code in an PHP or SCRIPT tag, I get an error. ;)PHP Code:public function SetWebBuild()
{
$link = file_get_contents('http://www.habbo.com/community');
$build = explode('<link rel="shortcut icon" href="http://images.habbo.com/habboweb/', $link);
$build = explode('/web-gallery/v2/favicon.ico"', $build[1]);
$build = trim($build[0]);
return $build;
}
bobbait.net is using your cms! Good job! I like it too much ;)
i edited everything still stucks on 30% i also updated webbuild to 933 ..
Thank!
in Public/Styles/Default/Images/
There you find an image called logo.
Tadaaa. done.
Something like that^^
Make a Public $webbuild; in core and then use something like this:
if(empty($this->webbuild)){
..
return $thecodeyougot
} else {
return $this->webbuild;
}
That will only return it once, althought it has to check everytime you refresh the page so it will still be pretty slow.