Feature Request Kanban css ids in UI html - FogBugz Knowledge Exchange most recent 30 from http://fogbugz.stackexchange.com2013-05-25T05:36:47Zhttp://fogbugz.stackexchange.com/feeds/question/7580http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://fogbugz.stackexchange.com/questions/7580/feature-request-kanban-css-ids-in-ui-htmlFeature Request Kanban css ids in UI html KJ 2011-03-23T19:42:07Z2011-05-12T11:22:12Z
<p>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 </p>
<pre><code> <span id"Kanban">
.. just like
<span id"Working_on">
</code></pre>
<p>so we may hide the Kanban link from community users.</p>
http://fogbugz.stackexchange.com/questions/7580/feature-request-kanban-css-ids-in-ui-html/7759#7759Answer by Rich Armstrong for Feature Request Kanban css ids in UI html Rich Armstrong2011-04-06T18:57:05Z2011-04-06T18:57:05Z<p>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 <code>kanban</code> tag for future versions when they come.</p>
<p>For now, try this Javascript.</p>
<pre><code>$('a.navlink[href*=kanban]').hide();
</code></pre>