Links manager

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Module description

The Links manager module allows you to store a set of external links, also known as your blogroll. These links can be put into categories, added, deleted, and edited. The link categories can also be added, deleted, and edited.

Requirements / Dependencies

Installation

* Drop the entire link module directory into your 'sites/all/modules' folder
* Enable the module from the Administration area modules page (admin/modules)

Module maintainers

Abderrahman Firoud

Taxonomy Nested Intervals

Component type

module

Maintenance status

Development status

Downloads

378

Component created

Component changed

The Taxonomy Nested Intervals module maintains a list of nested intervals for taxonomy terms. It is fully multiparent compatible.

This module is useful for large vocabularies. It is similar to Taxonomy Edge, but uses a different technique.

They each have their strength and weaknesses. For very large vocabularies that change very seldom, I would probably recommend Taxonomy Nested Intervals as this module can be a bit more heavy during insert/update than Taxonomy Edge. The Taxonomy Edge module, however, provides an easier data model for custom queries.

Domain finder

Component type

module

Categories

Maintenance status

Development status

Downloads

3417

Component created

Component changed

About this module

This module creates a new block to search for domain names and generate results showing whether they are free or unavailable.It also provides the configuration page which list down the domain extensions and allow user to choose from the list for the extensions they want to find.

Requirements

Requires GPL licensed phpWhois library for whois servers list, and querying.

Highlight Filter

Component type

module

Maintenance status

Development status

Downloads

1142

Component created

Component changed

This is an input filter which allows users to highlight text with color. To highlight text, place carets (^) around the text to be highlighted. The default color for the highlight is #ff1493 (deep pink), but this can be easily changed in the input filter settings. The default delimiter can be changed via settings.

Field Access

Component type

module

Maintenance status

Development status

Downloads

1166

Component created

Component changed

Field Access API provide an wrapper to let other modules easily implement any access criteria for fields, both for view and edit mode.
It let developers define any custom rule for granting or not access to a specific field.

It is an API module, so doesn't provide any end-user feature on its own, and is intended for developers. Install it only if another module requires it or you want to make your own implementation.

Panels Frame

Component type

module

Maintenance status

Development status

Downloads

5110

Component created

Component changed

This module builds new layout plugins by stacking existing Panel layouts together. It's also fully compatible with the Panels IPE.

Think of it as a sort of Panels Turducken.

Author latest content (ALC)

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Often one wants to display latest content of given content type for each user/author. And it needs to be only the latest node.
It is not possible to achieve using only Views module, well at least I didn't find an easy solution.

This module keeps record of the latest content for each content type and for each user/author. It easily integrates with Views 3.

To use it

- create View listing content of given content type
- add relationship to ALC table and you are good to go.