FIXED: New Module: ContactManager - Helps manage contacts by deploying a form that collects data in the CP and/or emails it to users
Posted: 25 February 2010 03:32 AM   [ Ignore ]  
Grad Student
Rank
Total Posts:  81
Joined  10-14-2008

ContactManager helps manage contacts by deploying a form that collects data in the CP and/or emails it to users.

This is my first EE2 module, and while I originally made it for use on my own site, I felt it would be a great addition to your arsenals as well.

You can view and download the module here.

It’s still very basic, but I plan to add on to it in the future. Future features will be more advanced user management and email campaigns using the data.

Thanks and I hope you enjoy it!

Profile
 
 
Posted: 16 March 2010 08:43 PM   [ Ignore ]   [ # 1 ]  
Summer Student
Total Posts:  10
Joined  02-18-2010

Thank for your effort. We installed this module and found a minor problem. Originly there is not field ‘member_access’ in table ‘contacts’. So program broke in line 92: $member_access = explode(’|’, row[‘member_access’]);.  After insert field ‘member_access’ into the table it works well. But we are not sure whether the field is useful here because not every conatct must be a member.

Profile
 
 
Posted: 17 March 2010 02:17 AM   [ Ignore ]   [ # 2 ]  
Grad Student
Rank
Total Posts:  81
Joined  10-14-2008

Oh, wow, I apologize. I remember deleting the member_access column out of the installation for the ‘contacts’ database just before I zipped it up! Thank you for that, I’ll certainly fix it.

Update: Should be FIXED!

Profile
 
 
Posted: 04 May 2010 06:18 PM   [ Ignore ]   [ # 3 ]  
Summer Student
Total Posts:  10
Joined  02-18-2010

Thanks again for the helpful module.  Question: Does Contact Manger for EE 2.0 work with Multi Site Manager (MSM)?  We have installed MSM and it seems that contact submissions are shared across all sites.

Profile