0

Plugin is great we love it. However, since we have rebranded our public facing Fogbugz UI with Bugmonkey custom css we would need for the Kanban Link (next to the "starred" link) in the menu bar to have a css id added

 <span id"Kanban"> 
 .. just like  
 <span id"Working_on">

so we may hide the Kanban link from community users.

flag

1 Answer

1

Hmmm. I would think the link shouldn't even show for community users. The plugin is not under active development, but the developer will check the kanban tag for future versions when they come.

For now, try this Javascript.

$('a.navlink[href*=kanban]').hide();
link|flag
If I log into our.fogbugz.com as a Community user, I do have a (non-working) Kanban Board link in the Extras menu. – Michel de Ruiter Apr 6 2011 at 20:18

Your Answer

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