George, you have 2 choices. Either add your forum info onto the robots.txt file (easiest way):
[high]Disallow: /forum/forumdisplay/f-32.html[/high]
Or change this onto your forumdisplay.txt (or archive.txt) file:
Code:
if ( $forumperms['canview'] )
{
To:
Code:
if ( $forumperms['canview'] and !in_array( $forum['forumid'] , array( 15 , 23 , 48 ) ) )
{
EDIT: what's the archive URL? so I add it in the first post...