Maintainers strive to actively monitor issues and respond in a timely manner.

Compound token

This module provide compound token and field token,

What is compound token,Here is an example:
[node:uid|user:mail]
This is a compound token contain several sub token, the first sub token is [node:uid], the second is [user:mail]
the result of the first sub token could be passed to the second sub token as an ID.
the result of the second sub token could be passed to the third sub token as an ID.
...
Drupal core provide chain method which is very good, but it is very difficult to solve the issue of field tokens.

Field token, after you install this module, you could use field tokens following this rule:
[node:body:und:0:value]
[node:field_test:und:1:value]
[node:field_link:und:0:url]
....
These token could not be found in token tree. Just following the rules provide by this module, then it will works.

This is allowed :
[node:field_uid:und:0:value|user:name]
[node:field_nid1:und:0:value|node:field_nid2:und:0:value|node:uid|user:name]
[node:field_tid:und:0:tid|taxonomy_term:field_uid:und:0:value|user:name]

You should understand the structure of field before use this module.such as field_name, langcode, delta,column.

Use Case

Use case1: work with Custom breadcrumb 7.x-2.x to set complex breadcrumb, http://drupal.org/node/1543224
Use case2: work with pathauto 7.x-1.0 to generate complex path alias, http://drupal.org/node/1543306

Bookr

Over the years I have developed a few booking systems for hotels and resorts, most of them consisted of masses of custom PHP code.

Context Active Menu Tree

Context plugin to expose the active menu tree as a context condition.

Commerce Fedex

This module works for my needs but needs more customization. Please contact me and I will help you out with the customizations

Date Reminder

View of pending reminders

Overview

Date Reminder allows a registered user to request an email reminder to be sent at a specified time before an event. Generally these would be calendar events, but any node type that has a CCK datetime can support reminders.

Features

  • When reminders are enabled for a node, registered users (with the appropriate privilege) can request reminders to be sent before each occurrence of the date/time. The user specifies how long before the date/time to send the reminder.
  • When reminders are enabled for a node type, anyone who can edit the node can enable or disable reminders for that node.
  • Reminders are sent using the Messaging system. The usual reminder method is email, but other messaging transports should work. (Well, not Drupal 7. The Drupal 7 version just uses straight email.)
  • System administrator can control:
    • Which node types allow reminders, and which date field (if there are several) in a type to use as the basis of reminders.
    • Which (registered) users can request reminders.
    • Which users can request reminders to arbitrary email addresses instead of their own.
    • Which users can see or administer other users' reminders.
    • Content of reminder messages.
    • If and how long reminders should be kept after last date occurrence.
    • The list of allowed lead times for reminders from which users can select.

An effort is under way to move much of the documentation here to the Date Reminder section of the Site Builders Guide. Currently that document is very incomplete, but watch there. Information on this module page will gradually be moving there.

Pages

Subscribe with RSS Subscribe to RSS - Actively maintained