Email membership

Re: [pbsahost] Email membership

By Jason - April 25, 2012

Hi,

Yes, this is possible to do. When creating your plugin, you need to first have code that will use the CMS Builder filter edit_buttonsRight. You can use this filter to create your button on the page. After that, you'll need a function that will capture the event your button causes and perform your emailing actions.

For an example of a plugin that creates a button and then executes special functions when it is clicked, take a look at the Save & Copy plugin:

http://www.interactivetools.com/add-ons/detail.php?Save-Copy-Button-1030

This is a free plugin, so it's a good place to start. It should give you a good idea of how to set this up.

Hope this helps
---------------------------------------------------
Jason Sauchuk - Project Manager
interactivetools.com

Hire me! Save time by getting our experts to help with your project.
http://www.interactivetools.com/consulting/

Re: [Jason] Email membership

By pbsahost - April 25, 2012

Thanks Jason, I will take a look at this and see what I can do.