How to remove AppGini 25.13 -- Vertical navigation bar

If you're a new user of AppGini, feel free to ask general usage questions, or look for answers here.
Post Reply
chewliew
Posts: 7
Joined: 2025-05-12 13:12

How to remove AppGini 25.13 -- Vertical navigation bar

Post by chewliew » 2025-08-30 03:54

Dear Sir,

The new AppGini 25.13 released have this Vertical navigation bar.
How to remove that REMOVE the navigation bar?

In my app, I am actually hiding all the tables from the user's dashboards.
Reason being I do not want them to see ANY tables in SQL, and mess around with the values of the records.
I only limit users to see certain fields and allow them to edit/update those fields, all other fields are hidden from users for security and data consistency reasons

Please let me know how to remove that REMOVE the navigation bar.

Thanks.

Best regards,

Liew

chewliew
Posts: 7
Joined: 2025-05-12 13:12

Re: How to remove AppGini 25.13 -- Vertical navigation bar

Post by chewliew » 2025-08-31 03:35

I found this line in header.php,

<?php echo VerticalNav::html(); ?>

Removed this line and the vertical navigation bar will go away.
However, this header.php is auto generate every time we generate AppGini.

Anyone know a better way to do this?

Best regards,

Liew

Post Reply