Last Node

Component type

module

Maintenance status

Development status

Downloads

10619

Component created

Component changed

Last node is a simply module which show the last nodes submitted for each type, sorted by date pointing an url like http://example.com/?q=last_node/blog, http://example.com/?q=last_node/story...

I decided to rewrite and rearrange the code for 6.x in a new branch which need to be reconfigured again by those who want upgrade it from 2.x, i removed things needed only in Drupal 4.6/4.7 and now Last Node fit better with the actual Drupal features.

The rewrite is not yet complete, for suggestions open an issue!

Views carousel

Component type

module

Maintenance status

Development status

Downloads

38801

Component created

Component changed

In an effort to minimize the duplication of jcarousel based modules this module is being deprecated for the Drupal 6 version onward and is being replaced by the jcarousel module. As of the Drupal 6 2.x branch of the jcarousel module views integration is provided.

The carousel module, jcarousel module, and this module are being merged into one effort with the maintainers combining efforts in one module.

Peptalk presentations

Component type

module

Downloads

767

Component created

Component changed

Allows you to view (configurable) node types as PowerPoint/Keynote-style presentations.

Each heading tag (<h1> ... <h6>) defines a slide, which will be shown along with any content following it. This makes it easy to:

  • use standard input filter modules to create presentations;
  • display existing content as a presentation;
  • make content do "double duty" as document and presentation.

You might also like to take a look at the S5 presentation player module.

AJAX Views

Component type

module

Maintenance status

Development status

Downloads

6237

Component created

Component changed

This module provides a mechanism for a View block to have AJAX based pagination. There are other good modules out there that provide functionality similar to this (one standout that comes to mind is Dynamic Views) but I found that they did not either support paging the way I wanted, or did not provide highly flexible theme support, so I decided to give it a shot myself.

Quick-start:
To use this module:

Local Menu

Component type

module

Development status

Downloads

10543

Component created

Component changed

Some basic usage examples:

A one-level menu, like primary and secondary links are displayed.

  • Starting depth: 1
  • Rendered depth: 1

The second level, like the secondary menu behaves if you point it to the primary menu.

  • Starting depth: 2
  • Rendered depth: 1

The underlaying levels of the current page

Clean Pagination

Component type

module

Maintenance status

Development status

Downloads

26856

Component created

Component changed

Clean Pagination is a very simple module that allows you to enable clean URL pagination for specified pages. The way Drupal typically works, if you had a view with the URL 'my-view', subsequent pages would normally use a query to pass the page number, as in 'my-view?page=2'. When Clean Pagination is being used for a page, it will create a url like 'my-view/2'.

Currently, the module has just two settings: 1) Set the pages where you want clean pagination enabled, and 2) Enable search-engine-friendly pagination hyperlinks.