Search and Replace Scanner can do plain text search-and-replace, or regular expression search-and-replace, against the title, body and text content fields on all nodes in your system. This is useful for finding html strings that Drupal's normal search will ignore. The module is very handy if you are fixing typos in a lot of content, changing the name of your company, or are changing the URL of a link included multiple times in multiple nodes, among other things.
Semi-private sites or sites that are still in beta may want to force users who are interested in becoming a member to request an invitation first. Once a site administrator has reviewed the requests, he/she can send out the invitations to the requesters so that they can join the site. This module allows such a workflow to be set up.
'Request Invitation' allows you to manage who has the privilege to sign up to your site. Site admins will see a list of new invitation requests and they can approve or refuse requests. Approved and refused requests will go into two different lists. If an invitation requester missed your invitation, you can resend your invitation. Also you can approve a user whom you refused an invitation if you change your mind later.
The Mail Editor module lets you edit the bodies and subjects of all emails that go out from your site to your users through Drupal's drupal_mail() function. You are able to edit any email body text based on which email it is and which language it is being sent for. You may use token variables in your templates to better customize dynamic email text.
Mail Editor has special support built-in for the User core module and the LoginToboggan module. Enable the Locale core module to activate non-English and even multi-lingual email template translation.
Mail Editor was originally written for D5 by chx, and rewritten and expanded for D6 by litwol. Thanks to both! The D7 version was ported and adapted to use the new core tokens by salvis.
Mail Editor for Drupal 7
We recommend installing the Token module for assistance with editing the templates and to get access to the tokens that it provides.
Client modules can enhance Mail Editor by exposing additional standard token types and even adding types of their own. The Subscriptions module does this extensively, and it also adds a preview feature to Mail Editor.
The Zend Framework is a powerful open source web application framework for developing PHP 5 web applications. The Zend Framework module is a Drupal API module that makes the framework accessible to other Drupal modules.