Certified to Rock field

Component type

module

Maintenance status

Development status

Downloads

2560

Component created

Component changed

This module provides a field that allows one to input their Drupal.org user ID, and view their Certified to Rock rating. This was mainly coded as a learning exercise, so it may be limited in features and polish.

Basically if you're looking for a way to get the Certified To Rock rating for your users, then this is a module that will do the job!

Import Export

Component type

module

Maintenance status

Development status

Downloads

640

Component created

Component changed

Import/Export allows new content and updates to existing content to be deployed from one Drupal database to another repeatedly while keeping track of IDs on the source and destination systems.

Nodes/node revisions, sites (from the Sites module), files, and menus, and variables (from the variables table) are currently supported.

In development:
- Taxonomy deployment
- User deployment

Media: PBS

Component type

module

Maintenance status

Development status

Downloads

1079

Component created

Component changed

The Media: PBS module allows administrators to easily embed PBS videos into their site. Harnessing the power of Embedded Media Field for Drupal 6, it allows editors to simply past the URL or embed code of the desired video into a field, which will automatically parse and display the video according to its predetermined settings.

Pages

Component type

module

Categories

Maintenance status

Development status

Downloads

7565

Component created

Component changed

Pages module allows you to create dynamic pages (nodes) from static text files.

It's a simple module, and useful when working with installation profiles.

Pages grabs the files from two locations:

  • "files/pages" directory
  • "modules/pages/pages"

You can put the files inside folders to organize them, e.g.:

Auto create Group

Component type

module

Maintenance status

Development status

Downloads

2422

Component created

Component changed

This module allows auto creation of groups associated with a particular node.

Dependencies

This module depends on Organic Groups.

Examples :
1. A site with football teams -- every football team is a content type and the administrator wants that everytime a football team is created Fan Clubs be created automatically created.
2.A site with a lot of movies, celebrities, etc might need to have a community around all these content.

Linkit Picker

Component type

module

Maintenance status

Development status

Downloads

17099

Component created

Component changed

Linkit Picker is an extention to Linkit.
Linkit Picker adds the possibility to "browse" links via views.

Current support for nodes, users and terms

This modules is using views to build tables with link data so its easy to customize if you would like to.

Profile Aggregator

Component type

module

Maintenance status

Development status

Downloads

535

Component created

Component changed

Aggregates a user's profile nodes into one.

You have several different pieces of profile information about your users regarding to their work, eating habits, leisure time, and so on, all of which are considered to be semi-private (ie. may be hidden from eg. unauthenticated users). You may want to make (some part of) their profile data merged into one node per user, possibly with some considerably different layout and/or access control. You have set up different content types: 'work', 'eating', 'leisure', and 'public_profile', all of them set up with Content Profile module--but how to merge the first three into the fourth?

Here comes profile_aggregator.module handy. Just select the source profiles ('work', 'eating' and 'leisure'), select the target profile ('public_profile') with the appropriate format, and let the users update their pieces of profile information while having Drupal do the merge part of the work!