prev_next.admin.inc |
prev_next.admin.inc |
|
Creates the administrative interface for previous next. |
prev_next.block.inc |
prev_next.block.inc |
|
Creates the previous next node block. |
prev_next.info |
prev_next.info |
|
name = Prev/Next
description = Provides 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 |
|
The previous next module indexes the previous and next nodes based upon
user-selectable criteria and stores this index in the database for faster
retrieval later. |
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 = Provides an API for previous/next nodes for Views results.
package = Views
core = 7.x
dependencies[] = drupal:views
dependencies[] = prev_next: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… |