Q: Do you do custom modifications? A: Yes, for a resonable fee.
Q: Why does email sent by the plugin say wordpress@yourdomain.com? A: This is a default wordpress thing. There is a great little plugin that resolves that issue. http://wordpress.org/extend/plugins/mail-from/
Q: Why doesn't the export to CSV or Excel work? A: The plugin was written assuming it would be in the root installation. In the plugin folder there is a file called eventregistration export.php you will need to change line 3. Current: 3. define( ‘ABSPATH’, $SERVER['DOCUMENTROOT'] . ‘/’ ); Modified: 3. define( ‘ABSPATH’, $SERVER['DOCUMENTROOT'] . ‘/yoursubdirectory_name




