Destination

Component type

module

Maintenance status

Development status

Downloads

693

Component created

Component changed

This little module enables you to find the destination url of a short url.

For example, if bit.ly/123 is a short url for youtube.com/12345678901234567890, you can do this:

<?php
  $short_url = 'http://bit.ly/123';
  $destination_url = destination_url($short_url);
?>

Now $destination_url's value will be http://youtube.com/12345678901234567890.

Self reference set

Component type

module

Maintenance status

Development status

Downloads

391

Component created

Component changed

This module extends the reference fields functionality, like node_reference, file or user.
If this feature enabled in a field global settings, then the references will be synchronized between each referenced entities.
Self reference is mandatory.

Features Access

Component type

module

Maintenance status

Development status

Downloads

634

Component created

Component changed

Features Access
----------------

This module lets you prevent users from enabling features selected
on the admin/settings/faccess page.

The settings page prompts you to do three things:

1. Check features which should have restricted access.
This will prevent the user from being able to check
the checkbox on admin/build/features.

Forgot Username

Component type

module

Maintenance status

Development status

Component created

Component changed

That's right, a very simple module that alters the login form to include a forgot username link.

Provides a 'Request your username' page. The username is emailed to the user after they enter their email.

If something like this exists, I did not find it and do not know of it, so please let me know.

Proximity

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Proximity is a port of the Open Layers Proximity project to D7. At the moment the Port changes little and doesn't contain all the features of the original (rules, etc) but in time the plan is to be usable in any mapping solution or proximity search.

The following projects are required:

Geofield

The following are recommended:

Shibboleth Conditional Rules

Component type

module

Maintenance status

Development status

Component created

Component changed

This module extends the Shibboleth authentication module by adding 'conditional rules' that allow the administrator to dynamically assign roles based on Shibboleth attributes. This is similar to the existing shib_auth rules but with the ability to add multiple conditions to each rule. Each condition is evaluated separately using its own regex against its own Shibboleth attribute. If all conditions associated with a rule match, then the rule applies the defined roles to the user.

Allow Node View

Component type

module

Maintenance status

Development status

Component created

Component changed

This module provides the ability to bypass content permissions for specific nodes when accessed at a certain path. Nodes can be selected by entering NIDs in a comma delimited list at:
admin/settings/allow_node_view

Once enetered, the nodes will be displayed at
allow_node_access/[nid]
regardless of the user's permissions.

This could be useful in displaying, for example, an About page when creating a members only site.

EMF Webform

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Module to integrate the E-mail Marketing Framework (EMF) and Webform (version 3.x) modules.

EMF webform provides a new Webform component which allows the creator to select a set of mailing lists exposed through EMF and link them to an email field. If the user selects one or more of the lists when submitting the form she also subscribes to the lists through EMF.