I've made a content type "events", used flags for "Attending" and made a tab on an event using views to see a list of attendees. However this tab now appears on all my content types (Such as events) even though the Flags module doesn't allow anyone to say they are attending the page.

How do I make it so the "attendees" tab only appears for the custom content type "events"?

I'm using drupal 6.19 and views 6.x-2.11, I found out how to do this by following the "Using Drupal" book.

EDIT: The answer was found here: http://drupal.org/node/354423