Twingly

Component type

module

Maintenance status

Development status

Downloads

1546

Component created

Component changed

Twingly.com is a search engine for blogs and microblogs. With this module you
can create new Twingly Widgets as blocks. You will also be able to ping Twingly
with your new blog content.

Node Reference Variables

Component type

module

Maintenance status

Development status

Downloads

2894

Component created

Component changed

Drupal 7 Version

This module exposes nodes referenced via the node_reference (References) module in two ways:

1.- Provides a field formatter to display as jQuery UI Tabs, the nodes referenced in a field. This allows to display this references as tabs, not only in a node page but also in any section that allows to display fields with an available formatter (views, panels, etc...).

Organic Groups domain support

Component type

module

Maintenance status

Development status

Downloads

1103

Component created

Component changed

This module provides support to assign a specific domain for a group.

Setup instructions:
place the following line to the end of settings.php
include './sites/default/modules/og_domain/og_domain.url.inc';

Gotchas:
This module is not compatible with any module using custom_url_rewrite_outbound().

Sponsored by Pronovix.

Edit section

Component type

module

Categories

Maintenance status

Development status

Downloads

5882

Component created

Component changed

Allows freeform text sections to be edited individually, like MediaWiki / Wikipedia.

When a node is being viewed as a page by a user with permission to edit the node, this module adds [edit] links floated to the right of all headings in the body (see image).

Clicking on an [edit] link goes to a page where the content from that heading to the next same-level-or-higher heading can be edited in isolation.

The creation of node revisions is supported.

Views Display Tabs

Component type

module

Categories

Maintenance status

Development status

Downloads

12684

Component created

Component changed

Views Display Tabs exposes the displays of a view as tabs, making it possible to switch displays for a view using AJAX (though it degrades gracefully). This opens up the possibility to make a view even more useful as all overridable settings for a view can be stored in a display. This means that sorting, among many other settings a display can have, can now be exposed to the user through multiple displays with different settings.

Browsing History Recommender

Component type

module

Maintenance status

Development status

Downloads

10595

Component created

Component changed

This module makes content recommendations based on users browsing history data, stored either in Drupal's built-in "history" table, or in the "accesslog" table if you enable the "statistics" module in core.

There are two types of recommendations:

  • "Users who browsed this node also browsed". This type of recommendations show on each node's page, and don't change for different users.
  • "Recommended for you". This is personalized recommendations for each different user, which should show on a per-user basis (eg, on the user's profile page).

The recommendations are provided with the Views module and are fully customizable.

Ubercart Recommender

Component type

module

Maintenance status

Development status

Downloads

9304

Component created

Component changed

This module provides two types of Ubercart product recommendations:

  • "Users who purchased this product also purchased ..."
  • "Personalized product recommendations based on my purchase history"

The recommendations are provided with the Views module and are fully customizable.

Trees

Component type

module

Categories

Maintenance status

Development status

Downloads

1905

Component created

Component changed

Description

The trees module is based on the book module. Like the book module the trees module allows users to structure nodes in a hierarchy or outline. The main difference is that the trees module supports adding one node to multiple trees which the the book module does not. The output is also different. The book module provides a navigation, the tree module does not. Instead it produces for each tree a set of blocks, being the parents of a node, the siblings and the children.

Updates

As from version 6.X-1.1 views integration is present.

Pending User Notification Block

Component type

module

Categories

Maintenance status

Development status

Downloads

4273

Component created

Component changed

Concept

This module is for sites that allow users to create an account, but require administrator approval for account activation. This module creates a block that shows a list of unactivated user accounts, with links to their account pages. This block is visible for anyone with 'administer users' permission, and will not be shown to any other users.