Jump to the start of the text immediately after teaser
jonga - December 18, 2008 - 14:56
| Project: | Read More link (Drupal 6 and earlier) |
| Version: | 6.x-5.x-dev |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Todd Nienkerk |
| Status: | active |
Jump to:
Description
In many a sites I have seen that when "read more" link is clicked, the page automatically scrolls to the text of the post immediately after the teaser text within the full post view. It is, as if, you are continuing reading from where you have left of in the teaser view.
Will it possible to implement that?

#1
I'd be interested in this also. Or even if a new page is displayed, it should be displayed with the top of the page situated at the end of the teaser text. Right now when anyone clicks on "read more" link it takes them to the top of the posting, and people have to start reading from the start again to find the point where they left off.
#2
Hmm. This would require adding an anchor to the node at the teaser split. Interesting idea, though it could be difficult to implement.
#3
I think we would need to patch node.module to add an anchor at the
<!--break-->tag. Something like:This is the last line of the teaser.
<a id="read_more" name="read_more"></a>
This is the first line after the teaser.
#4
I added this as a feature request to Drupal 7.x: #429528: Add an anchor tag in place of the break tag when viewing full node
#5
I'll mark this as postponed for 7.x
#6
No new features are being added to Drupal 7.x, so this feature request falls applies to this module. Marking active and re-filing as a 6.x-5.x-dev issue.
This will require some input filter work. See #624224: Add an input filter to specify location of link using a <!--more--> tag for more info.
#7
Subscribe. I'd love to see this too.