Feature #1043
previous/next links from articles
| Status : | Closed | Start : | ||
| Priority : | Low | Due date : | ||
| Assigned to : | scott - | % Done : | 0% |
|
| Category : | frontend | |||
| Target version : | - | |||
| Resolution : | fixed |
Description
I really think it'd increase the length of visits if we provided a previous and next link from the article read page like Wordpress provides.
Associated revisions
Fix recent comments patch to not show unpublished comments. Closes #1043
History
11/08/2005 01:37 AM - scott -
- Status changed from New to Assigned
#506 includes a previous/next helper. I'll take a patch to read.rhtml if anyone wants to give me one.
04/07/2006 03:21 PM - philippe-lang-attiksystem-ch -
Hi,
I've applied the patch against Typo 2.6.0, but I cannot find out which template to change in order to make next/previous links actually appear onscreen...
04/07/2006 04:00 PM - SteveLongdo -
Scott refers you to it above: read.rhtml is the file in question.
You will need to add calls to the helpers like:
<%= prev_link @article %>
<%= next_link @article %>
