D8UX

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module provides small D7UI improvements:

Privacy Per User

Component type

module

Maintenance status

Development status

Downloads

1695

Component created

Component changed

Privacy Per User provides a simple framework to enable privacy settings per user, similar to the privacy settings on a site like Facebook. Those settings may be used to check access for display of entire pages, elements of a page (such as in a theme), or as an argument validator in a View. This allows individual users to control access to things such as their profile, specific elements of their profile, or lists of content they may have made, e.g. flagged nodes. It offers a flexible API to allow additional privacy states to be added (e.g. friends only) and an exportable set of privacy types.

RenRen

Component type

module

Maintenance status

Development status

Component created

Component changed

RenRen module integrates with the renren.com's API to let users log in using their RenRen account login.

Install

Download the archive or clone the repository
Copy the renren/ folder in your modules folders (for example: sites/all/modules)
Go to the modules pages (/admin/build/modules), and enable the renren module
Apply for a renren API key
Fill in your public and private API keys on the settings page (/admin/settings/renren)
Users will see the renren button on the login form

Field Sync

Component type

module

Categories

Maintenance status

Development status

Downloads

15541

Component created

Component changed

Use to quickly copy several fields from one content type to another.

Drupal 6: There is Field Sync tab on every Content Type.

Drupal 7: There is a single tab on the Content Type listing page. From that form, select the Source and one or more Targets. The D7 branch does not synchronize field groups.

Future Development Plans: Synchronize field groups in D7.

Embedder

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

(Currently in sandbox phase)

An alternative to a number of older token-based 'embedders'. Re-imagining the job they all have in common and seeing if a persistent, semantic, XHTML-valid syntax (instead of limited, made-up pseudo-tags) could be a way forward.

eg

<div e:element="node" e:display="teaser" e:nid="1"></div>

not

[embed:nid:1|layout=teaser]

Currently, it includes a wysywyg plugin for managing the embedded items, with a UI.

Node Reference Widget Thumbnail

Component type

module

Maintenance status

Development status

Downloads

599

Component created

Component changed

The Nodereference Widget Thumbnail module provides a configurable way to associate an
image from a cck imagefield to be used as a thumbnail for a nodereference autocomplete
widget on the referencing node's edit form. The addition of the thumbnail for the nodereference field is an excellent content author usability enhancement when using the nodereference field to reference nodes with imagefields.

Statistics generator

Component type

module

Maintenance status

Development status

Downloads

426

Component created

Component changed

This module helps to create custom groups of views that want to be rendered in the same page and allow to create custom filters that could easy be mapped to views exposed filters.

A presentation of multiple views could be done using the views aggregation, but the main problem that inspired me to create this module is the need to create multiple filters that must be mapped to distinct types of filters.

Taxonomy Node Filter

Component type

module

Categories

Maintenance status

Development status

Downloads

806

Component created

Component changed

The Taxonomy Node Filter module is designed to present an easy-to-use block interface for narrowing down taxonomy listings to find topics that are tagged by multiple terms. There are upto ten blocks can be created initially. In each block settings form administrator can attached one or more vocabularies. Taxonomy Filter Block display a form with drop down taxonomies. Upon submit page is redirected to drupal default taxonomy page as /taxonomy/term/x,y,z

Panels sub-sites

Component type

module

Maintenance status

Development status

Downloads

2169

Component created

Component changed

This module makes creation of sub-sites in Panels simpler and ensures that paths are created correctly based on sub-site relationship.

The main feature of the module is the ability to generate tokens based on the relationships of nodes in panels, thereby using path auto to generate correct URL's. The relationships are base on cck node references fields between content types.