On all of the many Drupal sites I've created, if the teaser feature shows up, it causes problems. Even time it shows up, I bang my head against the wall re-figuring out how to eliminate it.

I did some Google searches on teasers and usability, and I suspect teasers are either 1. a niche feature or 2. an outdated feature from the dial up days. Either show me the entire article or show me a headline. I don't want a teaser.

Does #372743: Body and teaser as fields allows me to definitively ditch teasers on sites? I've waded through it, and it's not clear.

If not, should I make a new feature request (or task) for this enhancement? Should teasers be moved out of core?

Comments

yched’s picture

Category: support » feature

Right now you have to remove the 'body' field and create another text field (like in D6)

Ideally I think you should be able to use a 'simple textarea, no summary input' widget on the 'body' field, but that would require a patch to make the text_textarea widget work on fields of type text_with_summary.

In a related note, I just noticed that text_textarea_with_summary widgets have a summary_rows setting, but it's not configurable in text_field_widget_settings_form().

yched’s picture

Patch welcome, I my time online is really scarce currently :-/.

aren cambre’s picture

Title: Move body summaries to contrib » Move teasers to contrib

I'm going to be bold and say we should move teasers out of core. I have yet to need it, so for me it's just code bloat and pointless database complexity.

Also, even if I needed to display a blurb below an article to entice hits, I need a hand-crafted summary, not an split point in the middle of an article.

naheemsays’s picture

Title: Can I now disable teasers entirely? » Move teasers to contrib
Version: 7.x-dev » 8.x-dev

The teaser can do both (be a part of the main body or be something separate) and it also stops excessively long articles filling up for instance node listings.

I would think this is a core feature of a cms - not everything that you personally do not use should be removed from core. IMO.

yched’s picture

Title: Move teasers to contrib » Move body summaries to contrib

more accurate title - 'teaser' is a view mode, we're not getting rid of it.

"a patch to make the text_textarea widget work on fields of type text_with_summary" (see #1 above) would still be nice in D7 though.

yched’s picture

+ created #746620: 'summary_rows' settings for text widget has no UI for the other bug mentioned in #1.

jhedstrom’s picture

Issue summary: View changes
Status: Active » Closed (works as designed)

It's quite easy to disable teasers via the UI now by simply using a different widget. Please re-open if I missed something here.