CodeIgniter Forums
guidance on a GUI - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24)
+--- Thread: guidance on a GUI (/showthread.php?tid=77632)



guidance on a GUI - richb201 - 09-27-2020

My app uses ci_simplicity to create this menu scheme. it is horizontal and not very appealing visually. I have seen more modern layouts, for example I viewed the Fusion Auth website. They have a vertical menuing layout that seems much more modern with submenu choices. 

Where can I find a tool that will allow me to create a more modern UI like the one fusion auth uses? Something with submenu items rather than all choices at a single level? What is such a tool called?


RE: guidance on a GUI - wdeda - 09-27-2020

Allow me to suggest the w3schools website with the bootstrap tutorial:
https://www.w3schools.com/bootstrap4/


RE: guidance on a GUI - richb201 - 09-27-2020

thx. I see a bunch of Bootstrap 4 templates. Some of them are very close to what I want.  Here is a (free) template I would like to use https://startbootstrap.github.io/startbootstrap-sb-admin-2/. I have unzipped it into my views folder. But what now? I don't see any directions.


RE: guidance on a GUI - richb201 - 09-29-2020

Well in looking how ci_synchronicity works I see that  $this->output->set_template('default2'); where default2.php is the template for the menuing. Can I assume that I should change the index.html that comes with starting_bootstrap  template should be changed to a php file and then loaded with set template?

Where do I set the views directory? Right now it is pointing at "views/themes". I need it to point at views/startbootstrap-sb-admin-gh-pages. This way when I call $this->output->set_template('index'); it will get index.php out of the correct directory. 


RE: guidance on a GUI - InsiteFX - 09-29-2020

Why don't you just use the boilerplate that is in the addins forum that has Myth/Auth and AdminLTE?

BoilerPlate

DRY KISS


RE: guidance on a GUI - richb201 - 09-29-2020

Thanks, I had no idea these were up there. There are loty of free templates but they don't have directions on how to use them with CI. I just found this: stisla-codeigniter that seems to fit the bill. Unfortunately, this seems to be removed.

AdminLTE seems to be possible if I can figure out how to get it to work with CI.


RE: guidance on a GUI - InsiteFX - 09-29-2020

It's easy just download Myth/Auth and install it from the readme.md
Then install Boilerplate from the readme.md

I have it all running here just fine.