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