The bbCode parser doesn't activate for the forum titles/descriptions. You should use HTML instead, I think the HTML is allowed in forum descriptions. Basically the same as bbCode.
Code:
[b][/b] = <b></b>
[i][/i] = <i></i>
[u][/u] = <u></u>
[color=#FF0000][/color] = <span style="color: #FF0000"></span>
[url=http://www.website.com][/url] = <a href="http://www.website.com"></a>