 | ./
| |
 | mp-admin/
| |
 | mp-content/
| |
 | mp-includes/
| |
 | tmp/
| |
 | MailPress.php [source] [370 lines] | |
 | index.php [source] [1 lines] | |
 | license.txt [source] [13 lines] | |
 | mailpress-config-sample.php [source] [52 lines] | Optional config file to rename mp-content folder : rename mp-content folder to the new folder name ( e.g. : mailpress-content ) create mailpress-config.php file from this file inside mailpress folder, rename "mp-content" ( e.g. : replace 'mp-content' by 'mailpress-content' ). check under Wp Admin : Mails > Themes, that themes are located with the right path. place mp-content folder outside mailpress folder copy mp-content folder in the mailpress parent directory with a new folder name ( e.g. : mailpress-content ) create mailpress-config.php file from this file inside mailpress parent directory, rename "mp-content" ( e.g. : replace 'mp-content' by 'mailpress-content' ). check under Wp Admin : Mails > Themes, that themes are located with the right path. define use of wp_enqueue_script for mailpress subscription form >> requires : wp_print_scripts(); in your wordpress theme footer !! . define log for debug purpose only, uncomment appropriate line. |
 | mp-load.php [source] [90 lines] | Bootstrap file for If the mailpress-config.php file is not found then default constant values apply. |
 | readme.html [source] [127 lines] | |
 | readme.txt [source] [79 lines] | |
 | uninstall.php [source] [53 lines] | |