AdminLTE theme ?

Hello,

How about working on an AdminLTE theme ?
It would make fuelcms responsive, and pimp up the look&feel ! :)
I started on the login page, if anyone is interested in working on this with me, I'd be more than happy !


More screenshots (errors etc) :
https://xavierdamon.com/f/fuelcms

Cheers,
Xavier

Comments

  • Based on Bootstrap. Sounds like a good idea to me.
    I'm short on bandwidth but would be happy to contribute

  • Hello,

    I have moved forward a bit, but I realize there are many things I am not familiar with, like jqx, jquery etc ...
    So, to move even further, I will need help :smile:

    Here is a preview of where I am at, it looks promising ! :smile:

    To switch easily between normal views and LTE views, I added a THEME constant in MY_fuel.php and changed the modules/fuel/core/Loader.php "module_view" function to add the THEME prefix.
    define('THEME','__lte');

    public function module_view($module, $view, $vars = array(), $return = FALSE, $scope = NULL)
    {
       if (!isset($module)) $module = $this->_module; // FUEL
       return $this->view(THEME.$view, $vars, $return, $scope, $module);
    }
    

    I then have a subdirectory in the views which contains a copy of all the views, that I modify little by little.

    If anybody wants to work on this project, I put the zipped "__lte.zip" subdirectory on the server here :
    https://xavierdamon.com/f/fuelcms

    Cheers !
    Xavier

Sign In or Register to comment.