Downloads

Download tar.gz 11.97 KB
MD5: 0093ef9f68e8d5641fb780c6e512a8be
SHA-1: d5d28d47d260aa82f8ed96cfd703a1d182b4f21d
SHA-256: e3cd542c7370eba340a6ae9fa7bfa5769793fcfc08969338df86aed58ba13a33
Download zip 12.84 KB
MD5: 25c51b8093002bebd726c4673e5e9ac4
SHA-1: 5c0702e8e157eeec2cc8a742bb1b3c75740baba8
SHA-256: c2f76067abf634f7b8cf4653366934af16392c3ff1968653ef82081d7f6f5f36

Release notes

This is mainly a features release, which includes the ability to add user defined recipients to group contact forms, and the ability to allow group administrators to edit contact form details.

Here are the details of changes in this release:

og_contact.module

  • Fixed bad link on the settings page
  • Fixed a few typos in text
  • Added a recipients list to optionally send responses to group admins and/or recipients
    • adding two form fields to the add and edit pages, one as an on/off flag for using administrator list as recipients, and the second a user defined recipient field
    • added back in the validate funciton to ensure that form responses go somewhere
  • Allow for group admin users to edit their own contact form settings.
    • checkbox on the settings page to enable/disable this
    • added a permission to give users the ability to edit forms
    • added the menu callback to create the edit page at a different URL
    • added checking to the edit form page to properly parse the nid from the URL
    • added a check for admins at node url

og_contact.install

  • Added in the two fields to og_contact (noadmin,recipients)
Created by: gnat
Created on: 21 Dec 2007 at 16:48 UTC
Last updated: 21 Dec 2007 at 16:48 UTC
New features
Bug fixes

Other releases