Download Size md5 hash
og_contact-5.x-3.x-dev.tar.gz 10.88 KB 6be88d37592439b032cb8c8e0fd94826
og_contact-5.x-3.x-dev.zip 11.75 KB 87990d59ff523ce1c80783f9cb980a74
Development snapshot from branch: 5.x-3.x
Last updated: February 25, 2011 - 07:43

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)