Software Listing of Author : "Salvis"
- Chain Menu Access API
- License: Shareware
- Price:


Chain Menu Access API is has no functionality on its own d-deOCL install it only if another module requests it. The remainder of this page is directed towards module developers: Chain Menu Access API allows your module to chain its own menu access callback functions into other modules' menu router entries. Rationale In Drupal 7 menu access is determined very early during the page loading process. If your module wants to alter the access to some other other module's paths, then the cleanest way to do this is to implement hook_menu_alter() and to change the values of the "access callback" and "access argument" keys of the corresponding menu router items (see hook_menu()). The trivial approach is to simply replace the values of those two keys with your own and take over the access checking completely. However, this is rarely...
- Platform: PHP, Scripts
- Mail Editor
- License: Freeware
- Price: 0.00


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. Enable the Locale core module to activate non-English and even multi-lingual email template translation. Mail Editor has special support built-in for the User core module and the LoginToboggan module. It is designed to be extensible by client modules: the Subscriptions module provides additional tokens and even a preview function. Mail Editor was originally written for D5 by chx, and rewritten and expanded for D6 by litwol. Thanks to both!
- Platform: PHP, Scripts
