Node Connect

Component type

module

Maintenance status

Development status

Downloads

22637

Component created

Component changed

Node Connect expands the node reference (of the references project) auto-complete field by adding a add new content and edit current content button.

The add a new button will all a new node to be added via a node add form and then return the user to the original form.

The edit button will take the user to the edit form of the referenced node, and return them when they are done editing.

Realname registration

Component type

module

Maintenance status

Development status

Downloads

14852

Component created

Component changed

Project summary

Create usernames based on a persons real name, and save those values as user fields.

Tommy Lee Jones → TLJones

The Realname registration module is a solution for forcing professional usernames that are based on a persons real name. The Username on the registration form is replaced with First name, Middle name (optional), and Last name fields created and provided by the site builder. The first name, middle name, and last name are preserved in the defined fields, where it is later tokenized for further use.

TT

Component type

module

Maintenance status

Development status

Downloads

1137

Component created

Component changed

TT (Time Tracker) is meant to be a very simple and lightweight module for tracking time across Drupal systems. It is currently being developed to be used with OpenAtrium, I'll publish a feature for it someday. But this module should work fine in any Drupal installation.

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.

Vocabulary Permissions Per Role

Component type

module

Maintenance status

Development status

Downloads

25356

Component created

Component changed

Allows adding to/editing terms of/removing terms from vocabularies per role.

You have set up some vocabularies (with some terms) like Color (Red, Green, Blue) and Shape (Toroid, Cube, Sphere). Maybe you even have a vocabulary that controls who can view a specific node (with terms) like Access control (Editors, Colleagues, World). Here comes trouble: your precious editors want to add more Colors, or reorder the terms of the Shape vocabulary (probably they want to see Sphere before Cube, who knows,) and you do NOT want to grant your editors the administer taxonomy permission, as it grants too much power (and that implies too much sharing of responsibility). Without this permission they were NOT able to do the mentioned tricks: adding terms to a vocabulary but not to another, reordering/editing terms of a vocabulary but not another's, etc.

These problem of yours is the past--just download and install vppr.module, and set it up at Administration >> Site configuration >> Vocabulary permissions.

Text or Nodereference

Component type

module

Maintenance status

Development status

Downloads

10573

Component created

Component changed

Allows textfield to be rendered like a node reference, with some autocompletion magic on edits.

A university department wants to list the authors on their publications' page. Any given publication may have several authors, both from the department and outsiders, with their order being important (ie. it is quite likely to have an 'employee-outsider-employee-outsider' like order.) If an author is an employee of the department, his/her name should be displayed as a link to his/her own profile page, while outsiders' name should be displayed as clear text. There are several use cases with high probability here:

  1. It is quite likely to have an author order like 'employee-outsider-employee-outsider'.
  2. It is quite likely that a now-outsider author becomes an employee later on, in which case his/her name should automatically converted to a link to his/her profile without any changes to the publication.
  3. It is quite likely that the site editor wants to enter existing authors' names without typos, regardless of that they are employees or not.

So what does this module do then, anyway?

Let's switch to Drupal tongue. :) Want to have a nodereference-like link to a node that does not exist yet? Want to have autocompletion both on existing field values and on existing node titles of other content types? Install and enable this text_noderef.module, and all your problems fly away!

Incremental Deploy

Component type

module

Maintenance status

Development status

Downloads

3350

Component created

Component changed

Incremental Deploy is built on top of Deploy module. In conjunction with Services module, Deploy makes it possible to package up content such as nodes, users and taxonomy terms, and send them via XMLRPC calls to a remote Drupal site.

Add To Head

Component type

module

Maintenance status

Development status

Downloads

31108

Component created

Component changed

This project allows you to inject content into the $head, $scripts and $styles elements in the page.tpl.php. This is defined in profiles which can target URLS's.

Note: Only users with the administer add to head permission can use this and, as they can inject whatever they want, this permission should only be granted to VERY trusted users and site administrators as it could be used for evil.