syfr12
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: Post Notification] – Send from post author email?@morty : Thanks, i have added these patches to the file-section at pn.xn--strbe-mva.de
Forum: Plugins
In reply to: [Plugin: Post Notification] – Send from post author email?@morty : I have registed a new user “syfr12” on your site; please give me “New Post” Privilege. Thanks!
Forum: Plugins
In reply to: [Plugin: Post Notification] – Send from post author email?it’s a greate plugin , the author is preparing for version 2 ;
I hope the functions above will be added by author in version2 ;
Forum: Plugins
In reply to: [Plugin: Post Notification] – Send from post author email?you may also download version 1.2.27.2 , this version add option for admin , which can control whether Auto subscribe when new user registing;
1.2.27.2 https://blog.retailsolution.cn/wp-content/uploads/2009/01/post-notification12272.zipForum: Plugins
In reply to: [Plugin: Post Notification] – Send from post author email?// Release 1.2.27.1
// 30.12.08
change1: add option post_notification_max_exe
reason : default max_execution_time is 30 seconds at most server site,
it’s too short,will caulse query sql be executed too much times
For perfmonce ,give you a chance to add the max_execution_time to greater number termporily;change2: In sendmail.php->post_notification_create_email()
find “$subject = get_option(‘post_notification_subject’);”
add new line: $subject = str_replace(‘@@author’, $post_author, $subject);
reason : add author in Email Subjectchange3: Add choice to blog Admin, who can make the “reply to” to Post’s Author’s Email
Admin Should set Sender-Email: as @@author_email
detail : In sendmail.php->post_notification_create_email()
Add $header = str_replace(‘@@author_email’,$post_author_email,$header);you may download the branch version here:
https://blog.retailsolution.cn/wp-content/uploads/2008/12/post-notification122712.zip