prev_next.info |
prev_next.info |
|
name = Prev/Next
description = Provide a high performance API for previous/next nodes for a given node
core = 7.x
configure = admin/config/system/prev_next |
prev_next.install |
prev_next.install |
|
The (un)install and update code for the prev_next module. |
prev_next.module |
prev_next.module |
|
|
prev_next_views.admin.inc |
prev_next_views.admin.inc |
|
Contains the administrative functions of the prev_next_views module. |
prev_next_views.info |
prev_next_views.info |
|
name = Prev/Next for Views
description = Provide an API for previous/next nodes for Views results
package = Views
core = 7.x
dependencies[] = views
dependencies[] = prev_next |
prev_next_views.module |
prev_next_views.module |
|
|
README.txt |
README.txt |
|
Copyright 2009 http://2bits.com
An API for browsing next/previous nodes without overloading your database server.
Description
===========
This module allows you to know the previous or next nodes for any given node. This
is very useful for providing… |