PHP: Hide/Minimize Navigation-sidebar

Hello Gibbon-Team and Community,

a new day - a new question.

I want to hide (minimize) the navigation-sidebar on some pages.

Sidebar now as default:

Sidebar goal as default:

How can i achieve this?

Thank you in advance!

Hi ub123, you can add &sidebar=false to a URL, and that will remove the sidebar. A step up from this is to use the entrySidebar column in the gibbonAction table: setting this to N will hide the sidebar for that whole action. Hope this helps! Ross.

Thank you Ross. It worked!