Taxonomy autocomplete own terms

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Modifies D7 taxonomy term reference fields' autocomplete widgets to show only terms that the user has also used with other content by themselves with added complexity or architecture

As an alternative purpose, this sandbox shows how to expose core taxonomy module's 'autocomplete_path' widget setting from other modules.

Requirements

Drupal 7

Similar modules

Default Value Previous

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Set the default value of a field to the last value inputed to that field by that user.

Right now only works by delibretly setting the default_value_function key to default_value_previous_default_value_function in the instance setting (when creating field via the api or exported field definition via features).
Currently only tested with fields attached to node, has a low likelyhood of working for others, but ya can try.

Force Session Timeout

Component type

module

Maintenance status

Development status

Component created

Component changed

While my team was building an extranet application for a client we came across
a slightly strange requirement from their InfoSec Audit team.

They want to forcibly log users out who have been active on the site for
longer than 12 hours making them re-authenticate.

This is not particularly user friendly - but audit teams tend to not be
particularly negotiable about ISO27000 requirements.

I had a look around and couldn't find anything which did specifically this -
so I took some time to write my first Drupal module.

Unique profile field

Component type

module

Maintenance status

Development status

Downloads

541

Component created

Component changed

Unique profile field as the name suggests, provides an option to make the profile fields created by the profile (core) module, unique.

After installing and enabling, this module will provide an option to make any profile field unique on its edit page. This is generally at admin/user/profile/edit/%fid .

Sort Comments

Component type

module

Categories

Maintenance status

Development status

Downloads

8514

Component created

Component changed

This simple module provides sorting functionality for comments. It is possible to configure sort order (newer or older first) per node type, using the "Comment settings" tab in node type administration page.

Node authorize link

Component type

module

Maintenance status

Development status

Downloads

2651

Component created

Component changed

Generates link for view, edit, or delete content without login.

Module maintains authorization key for every node and gives additional grants (view/edit/delete) to every user (anonymous too) who accesses page with correct key in URL. Module offers function node_authlink_get_url($node, $op = 'view') for generate absolute URL to selected operation (e.g. for e-mail notifications).

Authkeys are generated for every node (in configured content type) once for all operations. In content type form you can configure which operations to allow and authomatic expiration of keys.

Page Title Patched

Component type

module

Maintenance status

Development status

Component created

Component changed

A collection of patches for the Page Title module. This is hoped to be a temporary project, abandoned once -dev is stable and includes all said patches.

Book weight automatic default value

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This is a small utility module, which automatically orders book pages on top of their siblings by default. When adding a new book page, if there is a book parent (for instance on /node/add/book?parent=123), the weight of the new book page will default to the highest weight that is smaller than the weight of all sibling book pages. That way you book pages end up on top of the list without you doing anything.

There is currently only a Drupal 6 version.

Token by content-type

Component type

module

Maintenance status

Development status

Component created

Component changed

Allows the site administrator to create tokens that contain different content depending on node content-type. The content can contain tokens that get evaluated.

Use case is a site that has notifications 2.x and needs different messaging templates per content-type. Notifications 3.x reports having per content-type templates.

Alternatives found on the way to creating this: