1

Hey, we're brand new to FogBugz and we aren't quite ready to use everything the system has to offer. To help get the team comfortable with the tool, I'm looking to hide some menu items to keep them focused on the portions of the system we are using. Specifically, I'm looking to hide the "discuss" menu item. We're on FB on Demand, so I think we'll need to use BugMonkey.

Anyone know of the script we should use? Thanks!

flag

2 Answers

2

To hide the "Discuss" link using BugMonkey, you can include the following in the CSS:

#Menu_Discuss { display: none; }
link|flag
Awesome, thanks Daniel! – Jonathan Sep 14 2010 at 17:19
1

I just upgraded from 8.4.87 to 8.7.58 and this no longer works. Any ideas?

link|flag
Make it #Menu_Discuss { display: none !important; }. – Michel de Ruiter Feb 8 2012 at 21:31

Your Answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.