Displaying a teaser in Views
I'm creating a new content type in CCK, and in the views list, I need the title, a brief description, and the date!!! That is, using a teaser doesn't work, and when I use fields, I can't insert the summary there - so I'm making my own additional field for a brief description... and when I go to the node page, it shows me that damn field.
Is there possibly some fundamental mistake or incorrect approach?
How can I get rid of this field? Should I create a separate template for this content type? What should I name it? (beginner's question) :)
A little about myself: I have about 10 years of PHP programming experience... but I'm still struggling with Drupal :)
I'm building my second site on it, and I still often find situations where it would be easier for me to write from scratch than to understand some small detail. I'm constantly Googling.