When i have very short stories with a list of attachments, a "read more" link is not displayed when in taxonomy view.

This is confusing for my users at www.lambertikerk.nl, as they do not immediately understand that they have to click on the title to go to the full page. Especially when there is only one entry in that category.

Currently I just end the body of the story with a <!--break--> tag to force the 'read more' link to display.

It would be nice if the "read more" link always displays when there are attachments that have the "list" attribute set.

Thanks for a really great product, btw!!

Comments

moshe weitzman’s picture

Project: Attachment » Drupal core
Component: User interface » upload.module

When i have very short stories with a list of attachments, a "read more" link is not displayed when in taxonomy view.

This is confusing for my users at www.lambertikerk.nl, as they do not immediately understand that they have to click on the title to go to the full page. Especially when there is only one entry in that category.

Currently I just end the body of the story with a

tag to force the 'read more' link to display.

It would be nice if the "read more" link always displays when there are attachments that have the "list" attribute set.

Thanks for a really great product, btw!!

ricabrantes’s picture

Version: » 5.x-dev

This is active??

scoutbaker’s picture

Version: 5.x-dev » 7.x-dev

This seems reasonable, but let's move it to the proper version. Moving to 7.x-dev.

webchick’s picture

Status: Active » Closed (won't fix)

While investigating this, I found this comment in node_build_content():

  // Always display a read more link on teasers because we have no way
  // to know when a teaser view is different than a full view.

So I guess by some measures this is fixed, but it seems like we'd need a more holistic approach to telling when things should or should not trigger a read more link in D8.

In the meantime, upload module is dead so I'm closing this issue.