It can be used in general.
1. Language Settings
$language _module = "Tchinese.inc";
$default _system_language = ' ZH_CN ';
2. SMTP Sending Settings
Add the following information in "config/config.php"
Define ("Phpmailerhost", ' mail.mail.com ');
$phpmailer _smtpuser = ' [email protected] ';
$phpmailer _smtppassword = ' password ';
3. Cancel the copyright at the bottom of the mail
Disable 214-224 lines in admin/connect.php
4, the subscription page changes in the index.php 318 rows or so
5. User Subscription page changes in admin/subscribelib2.php and index.php
6. User Profile page admin/?page=user&id=1996 add user tag in admin/commonlib/pages/user.php 555 line
7, navigation menu management in admin/connect.php, translation in admin/locale/zh_cn/pagetitles.php
8. User record (unsubscribe reason page) admin/?page=userhistory&id=1998
240 lines in admin/commonlib/lib/interfacelib.php
144 lines in admin/commonlib/pages/userhistory.php
9. Send mail page admin/?page=send&id=7&tab=lists user tag
1170 lines in admin/connect.php 1200 rows
Related "admin/send.php" "admin/send_core.php" "admin/lib.php"
10, the configuration page in "admin/defaultconfig.php" need to manually add the menu
11, send mail, filter label users in admin/actions/processqueue.php 882 lines
12, add "Send newsletter" to the database in admin/sendprepared.php
13, replace the content (user label) in admin/sendemaillib.php 270 line
14, change the system default language in admin/index.php 80 lines
15, import users, eliminate the repetition function in admin/actions/import2.php 253 lines
admin/commonlib/pages/importcsv.php 143 Lines
It is best to automatically upgrade the system to shut down, or you will not be changed after the upgrade.
Language automatically translated into Chinese, very practical, first click on each page to let the system automatically translated, and finally according to their needs in the database to be easily understood in the Chinese can, and finally shut down the system language update
Close language update in admin/languages.php "function gettranslation" 492 lines
Foreign mailing list system phplist two development summary