Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
The module now supports any entity and any view mode.
There are some restrictions to this:
Entities must directly or indirectly define entity_url() and entity_label() callbacks. Within core, this is limited to: Nodes, Users, Terms and Comments.
Entities must support more than these view modes: full, search_index, token. This means that only nodes will have support by default as these also have the rss, teaser and search_results view modes.
Full (full) or default view modes can never have a read more link. This would be where the link goes to anyway!
There are a small number of excluded view modes:
Full: No point linking to itself...
Search Index: This should reflect the full view mode and is only seen internally.
Token: Custom mode for token generation
Diff 7.x-3.x view modes: Comparisons shouldn't have links
Customizations of the Read more link itself is now included, and most (if not all) text based options include token support.
Settings are defined per supported entity in the entity display settings or (better) done globally per entity type @ admin > configuration > content authoring > read more control
Issue #1689636 by arpeggio: Added Clean URL Pagination option.
Issue #1294962 by jamiecuthill: Add autop filter on comments and when view_mode is not full.
Issue #1669792 by icosa, arpeggio: Fixed undefined index: #tag in smart_paging_html_head_alter() line 963 of smart_paging.module
Issue #1529594 by arpeggio: Rearrange order of href and rel attributes in link tag.
Issue #1529594 by arpeggio: Fixed if the rel 'prev' or 'next' of href is the first page, remove the suffix pagination in URL.
Lots and lots of bug fixes since 7.x-4.0-alpha3. This upgrade is recommended for all Webform 4.x users, as it solves several issues with the conditional support and handling of drafts and multipage forms. Special should out to Liam Morland for all his great work on this release, and to fenstrat, who has joined the Webform development team as a co-maintainer!
Bug fixes:
#1704158 by fenstrat and quicksketch: Nested components do not display saved draft values.
#1702948 by fenstrat: PHP notice when saving draft in email and textarea components.
#1673422 by rv0: Correct confusing breadcrumb when viewing a submission.
#849574 by minorOffense and quicksketch: Change _webform_submission_user_limit_check function signature to public function.
#1683824 by fenstrat: Allow markup components to be displayed in html/text format.
#1627656 by fenstrat: Conditionals reordering not working.
#1677020 by stella: Add "hour" and "minute" classes to the time component fields.