Page 1 of 1

Remove menu links

Posted: Thu Apr 28, 2016 2:18 pm
by BanditBBS
There are a few menu links I'd like to remove completely(i.e. scheduled downtime, Nagvis). Is there a file I can modify to remove them? I went looking and could figure out where they were being added.

And yes, I know after upgrades I'd have to repeat :)

Re: Remove menu links

Posted: Thu Apr 28, 2016 2:39 pm
by tmcdonald
There's no set list of links to edit, and the logic of where they are placed can be tricky. Position works somewhat like a linked list, so if you remove one then any others (usually just the one after it) that rely on it being there could break as well. Standard disclaimers apply.