Hi,
Im pretty new to using Appgini and I think its a wonderful quick way to convert your database into a quick CRUD system, however also being new to programming, im a bit stuck on how to go about customizing the Dashboard area after you login? I would like to you use custom Icons to select my tables. Please assist.
Thanks.
How to customise dashboard?
Re: How to customise dashboard?
Links on the home page (dashboard) are controlled by hooks/links-home.php. You'll also find links-navmenu.php in the same directory, which controls the nav menu to the upper left (where it says Jump to...)
For the home page links, you can specify additional classes to add to the HTML which will allow you to do what you will with css.
For the home page links, you can specify additional classes to add to the HTML which will allow you to do what you will with css.
Re: How to customise dashboard?
For people (like me) that overlooked this, in both of the files mentioned above (links-home.php & links-navmenu.php), remember to move the closing comment
(*/) above the line that has the word "array" on it. I spent an embarrassing amount of time trying to figure out why it didn't work.
(*/) above the line that has the word "array" on it. I spent an embarrassing amount of time trying to figure out why it didn't work.