2012-07-09, 02:07 PM
Use PHP in Templates plugin and wrap the code something like this;
Replace X with forum id where you want it to show.
<if $forum['fid'] == "X" then>CODE GOES HERE.</if>
Replace X with forum id where you want it to show.