How can I embed the data boxes that the adminlte template shows with data from my application without losing the user’s session. I leave an example of a template data box.P/D: I also want to embed a help html where I need to put what is modified and added to the application. Thanks for the help!
So far everything perfect, I managed to embed the adminlte result boxes by addressing the links of each one. I can’t add the results of each box.
Example number of users. I tried various SQL queries without success, any help?
Assume v2021, if you add complete HTML (with , , etc.) and disable Include common files, your page is a standalone page and you cannot use PHPMaker functions. If you want to use PHPMaker functions, you should enable Include common files and remove common HTML tags, you just need to add the content of your page (no header and footer). Also see Custom Files → Includes common files and Path in the help file for details.
I already remove the html, head etc. The custom file is with include common files, I read the documentation but I can’t find how to embed a simple result query in the box I created. I just want to be able to embed querys in the boxes. Example: SELECT COUNT (u.ID) AS users FROM AS users uThank you…
It’s a good example thanks, maybe I don’t make myself understood well, I know my English is very bad. But for now I just want to be able to replicate the boxes that the adminlte template has in its example dashboard with simple results like a box with number of users, number of x records and then maybe something more complex. But now I just need that … I just need an example … thx!