Checklist for sites that are migrating to wordpress

From GLMWiki
Jump to: navigation, search
[ ] Members
   [ ] Members Only Area
   [ ] Member Leads
   [ ] Member Coupons
   [ ] Member Events
   [ ] Member Packaging
[ ] Forms
   [ ] Stream Send
   [ ] Constant Contact
   [ ] Mailchimp

Forms

If the old site used streamsend, constant contact or mailchimp, there will be setup info in either setup.phtml or config/application.ini file. Look for the following.

setup.phtml

/**
 * Login Id for StreamSend account
 */
define('STREAMSEND_LOGIN_ID', 'tjQOHTA3WC0n');
/**
 * key for StreamSend account
 */
define('STREAMSEND_KEY', '8pE7Er5QMghPBBrH');
config/applications.ini

; Turn on the streamsend module to use with our contact application
contactdb.streamsend.application = On
; Login id for the streamsend account
contactdb.streamsend.login = "5Xlq2crlJJhh"
; Transaction key for the streamsend account
contactdb.streamsend.key = "xjFz28g7yAlby8Ay"
; Streamsend account name
contactdb.streamsend.account_name = "GaylordMichigan"
; Streamsend audience number
contactdb.streamsend.audience = 1

For streamsend setup the Gravity Form Stream Send Plugin

git clone git@cvs2:WP-Plugins/glm-gravityform-streamsend.git

Setup the creds under the setting Streamsend tab. Create a streamsend feed for each form.