Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Hiding the side panel when viewing a discussion.
Shmizzle
New
Is it possible to modify my theme so that the side panel ("#Panel") is hidden when viewing a discussion, but visible on all other pages?
0
Comments
Edit default.master.php and put an if statement around the panel div based on what controller is being called.
What function would I call in that file that would tell me which controller is being called?