Views Simple Pager

Component type

module

Categories

Maintenance status

Development status

Downloads

5882

Component created

Component changed

This module provides a simple, configurable Previous / Next pager element without all the cruft of a normal Views pager (page numbers, page count, etc). Labels are configurable (e.g. Newer / Older instead of Previous / Next) and the pager elements can be reversed from "normal" display order:

<< Previous ... Next >>
<< Next ... Previous >>

AdlibTools

Component type

module

Maintenance status

Development status

Component created

Component changed

AdlibTools is a Drupal 7 module that provides a box of tricks for retrieving and integrating data stored in an Adlib database using the Adlib API. In the toolbox are entities, admin ui, libraries and views.

Adlib data is fetched from a remote server on demand and is not stored or cached locally. Writing to an Adlib data store is not supported.

Requires Entity API and Views version > 3.2

Views arg parent term

Component type

module

Categories

Maintenance status

Development status

Downloads

4291

Component created

Component changed

This module provides a default plugin argument for views, with which you can get the parent terms associated with the current node.

It is very useful to get related content from a higher taxonomic level.

Using it in conjunction with the argument "Taxonomy Term: Parent Term" you can get all those nodes for which the parent node's terms is the same as in the current node.

You can get this argument creating the relationship "Content: Taxonomy terms on node"

Example use case

Suppose we have a Taxonomy Tree like these:

Taxonomy Hierarchy Views Argument

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Provides a views contextual filter (argument) that takes a taxonomy term id and sorts (and optionally filters) the matching results in order of their taxonomical relevance (first direct matches, then parent terms, child terms, and finally sibling terms).

If displaying a view of nodes, first add a relationship to a taxonomy term, and then you can add this argument using that relationship.

MyView

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This is a sub module for views and this is helps to retrieve data which are posting by page content type. If you creating a personal blog this module is help to get your blog post for any region.

This module is depend on views module.

Views Tych

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Views Tych can be used to create a diptych, triptych & ntych of any content (not just images) that can appear in a View. Powered by jQuery, it is heavily customizable: you may choose tych settings for each View you create.

Some background:
http://lumens.se/tychpanel/

ganttView

Component type

module

Categories

Maintenance status

Development status

Downloads

1202

Component created

Component changed

This is a project implementing the jquery.ganttView library as a views style plugin.

Theory

This project was developed as part of a project management system. We needed a way to display the status of a project, as well as get an overall look at all of the projects. The system had project and task content types. Tasks belonged to and referenced projects. Both tasks and projects had start and end dates.