I think it can be done with template conditionals.
Replace X with forum fid
forumbit_depth1_cat template!
<if $forum['fid'] = X then>something<else>something</if>
<div><strong><if $forum['fid'] = X then>MY URL<else><a href="{$forum_url}">{$forum['name']}</a></if></strong><br /><div class="smalltext">{$forum['description']}</div></div>
Replace X with forum fid
forumbit_depth1_cat template!