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
Comment #1
moshe weitzman commentedWhen 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!!
Comment #2
ricabrantes commentedThis is active??
Comment #3
scoutbaker commentedThis seems reasonable, but let's move it to the proper version. Moving to 7.x-dev.
Comment #4
webchickWhile investigating this, I found this comment in node_build_content():
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.