Pagination (Node)

Component type

module

Maintenance status

Development status

Downloads

21174

Component created

Component changed

Pagination (Node) allows the main content of arbitrary node types (Page, Story, etc...) to be paginated according to one of three methods:

Method 1: Content is paginated by a selectable "words per page" count.
Method 2: Content is paginated by manual breaks, inserted by the content creator.
Method 3: Content is paginated by manual breaks, based on <h3> tags.

Taxonomy Router

Component type

module

Categories

Downloads

3387

Component created

Component changed

*** NOTE: You've seen that V4 is out? Please read the message in issues. ***

Taxonomy Router pages Taxonomy vocabularies/terms (the module treats them as very similar items) as a list of terms or nodes.

This kind of functionality keeps appearing in taxonomy modules. So now it is a separate module which may, for code minimalists, prove useful in itself.

Taxonomy Treemenu

Component type

module

Categories

Maintenance status

Downloads

13761

Component created

Component changed

*** This module is now unmaintained. Please read the closing post on the queue for further details. Rob. ***

No activity recently, so V7 is going to first release. Please run 'update.php'! It works in a minimal way with Sitemap and Nice Menus. Hurrah! Read about it here.

Drupal Versioning go here.
***

Intro
Makes custom menus from selected branches of a taxonomy.

People keep asking for this. They keep getting told that it's not possible, it's not Drupal, and "who would want it anyway?" For all you impossible people out there, here is Taxonomy Treemenu.

Pager Preference

Component type

module

Downloads

597

Component created

Component changed

Pager preference allows users to set the number of results to display in a paginated page throughout the site.

A new div element will be displayed below the pager to allow users to set their pagination preference simply as:

Show 25 / 50 / 100

pager.inc patch
---------------
Requires patch to pager.inc file located in /YOUR_SITE/includes/ folder to allow for user's pager preference to override result set limit. Run pager.inc.patch against pager.inc.

Minimax pager

Component type

module

Maintenance status

Development status

Downloads

9485

Component created

Component changed

Seeking co-maintainers.

This module themes the pager with a textfield input for direct random access to any page instead of clicking page links. It's especially useful when the number of pages are very large. Drupal's built-in pager only allows sequential access to page and it could take forever to scroll through very large number of pages. This pager is very compact and can be made tiny yet able to jump to any page by CSS styling the first/previous/next/last links with graphics like the example shown here.

This pager can be used in two ways:

Query-Based Views (Q-Views)

Component type

module

Downloads

2719

Component created

Component changed

Watch the video demo

Q-Views is currently in Alpha and has a couple of security flaws that need to be sorted out before being released as beta. Note that Alpha releases should never be used on production sites. Please also note this module has multiple critical security flaws.

Auto Admin

Component type

module

Maintenance status

Development status

Downloads

7639

Component created

Component changed

Auto Admin is a module that automatically generates good looking, highly customizable administration pages.

Let Auto Admin build list, add, edit and delete pages for you using its Drush commands to generate configuration data. Then customize the text and form settings to your liking. One-to-many and many-to-one relationships are supported too!

Auto Admin is good at managing data for custom modules whose data structure does not fit as node types. It lets you get of the ground and writing "the fun stuff" really, really quick.

If you have questions, feedback or needs it to do something that it does not do already, please open an issue. Please check out the docs first though :)

Views Infinite Pager

Component type

module

Maintenance status

Development status

Downloads

4294

Component created

Component changed

This module implements "infinite pager" (earlier called "sliding pager") functionality for Views. Infinite pagers open the next page via Ajax below the current page, each sub-page expanding the page vertically downwards. (For a well-known infinite pager example, visit a stream on Twitter.com).

Views Facets

Component type

module

Maintenance status

Development status

Downloads

813

Component created

Component changed

Use search API and Facet API or Core Views Facets instead!

This project will bring faceted browsing to views.

I have a proof-of-concept site, with all the code working, true faceted browsing. I'm going to generalise it so it can be used by anyone to add faceted browsing to a view near you.