Would you be so kind to share that :-3 (I dont have much time to fix stuff up and around at the moment)Yer, G33K. I would like to thank you for that release. I took parts from class.home.php, but I've modified it quite abit since then ^^
The homes is quite confusing (for me) because all the methods to $_POST and so forth is in the .JS files. Not to mention that you have to use the div ID's and everything is found in /myhabbo/x/x Although I created myhabbo.php and used .htaccess to create case's. ^^
Hmm, any solution maybe :/Hm, it's most probably best to use your old class.homes.php because there is to much faffling between the two sources.
Although that "save" problem of yours can be located in /myhabbo/save.php
function getSaveEditingActionName(){
return '/myhabbo/save';
}
function getSaveEditingActionName(){
return '/myhabbo/save.php';
}