Yea, sorry for that.Can you implement a Uber Style? Sorry if you said this earlier.. Because I have tried making an Uber Theme But it didnt work.
I'll sure look for people to test before release, but it's just very far from done. I'm just doing the core stuff now and handle everything else later.Wow, keep up the hard work, sound's like this going to be an amazing CMS when it's released
Will you be looking for people to test the CMS anytime soon?
Yea, sorry for that.
The problem with doing an uber theme is that EVERY CSS file is included into EVERY page, so it really is a mess although it is very user-friendly.
This is changed in RevCMS 3.0, I won't make the same mistake again.
The widgets do confuse me in reading, can you provide more information on how the widgets will work?
Maybe in the mean time, you should try to fix up 1.9.9 because your HK still doesn't work
$this->hooks = Bootstrap::$load->Library_Hooks(); //Get the class
$this->hooks->add('updateIP', $this->Model->User, 'updateUser', array('last_ip')); //Assign the hook 'updateIP' to $this->Model->User->updateUser('last_ip');
$this->hooks->run('updateIP'); //Update user's Last_IP