View Single Post
Old
  (#5 (permalink))
mikem
Senior Member
 
Status: Offline
Posts: 2,905
Join Date: Sep 2002
03-18-2003, 12:06 PM

AHAHAHAH..man this works.

Ok open your Center posts block file for your theme.

Look for this
Code:
   if( $topic_moved_id != 0 )
   {
	  // Shadow Topic !!
      $skip_display = 1;
   }
add this right after
Code:
      if( $forum_id == 3 )
   {
	  // Shadow Topic !!
      $skip_display = 1;
   }
change the forum_id number to the id number for your Forum that you do not want the block to display messages from. You can find out your forum id# by mousing over that paticular Forum's link and you'll see this
http://yoursite.com/modules.php?name...abc970ee16e48f

f=3 is the ID to that forum in that example link.

mikem
   
Reply With Quote