Downloads
Download tar.gz
10.73 KB
MD5: e7eb74bbd73401e49520574565e64d28
SHA-1: 566f56782915e6c036118b85abf8836a3299f690
SHA-256: aa492617cda52dada3bfd6f59029b9b781a6d26673f7e6170b9f8a8ea2e2bd7b
Download zip
11.68 KB
MD5: 817e234a1a625e36aa9e3306e9b626bb
SHA-1: 9daef14a6878c92166684338de9058be4f0c83c8
SHA-256: 5d714a018474b51672e0ee1afaaec393f2ed238380c1e3a5e86a414cf580dc9c
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)