goFrendiAsgard / No-CMS

No-CMS, A CodeIgniter Based CMS Framework
299 stars 199 forks source link

How can i use bootstrap version 4 to create my own theme. #183

Open wisdomugo opened 6 years ago

wisdomugo commented 6 years ago

The name of my new theme folder is 'pq'. I added my version 4 bootstrap.min.css file into the themes/pq/assets/css, the display all changed, the navigation menu packed together. How can i use bootstrap version 4 to create my own theme and even change the entire look of the layout?

pqtheme

goFrendiAsgard commented 6 years ago

Unfortunately, this require a lot of changes. The navigation was generated inside CMS_Model, and you need to modify it. Currently I'm busy with other project, so I can't promise anything right now.

Another alternative is by disable the top-navigation and write your own layout in CMS Management | Setting.

chinovelasco commented 6 years ago

So there is no option for creating a dashboard like this with NOCMS?

image

goFrendiAsgard commented 6 years ago

It needs a lot of works. But you can try to go to Settings | Layout and override things there.