I would really appreciate anyone’s help!!
Notice: Undefined index: action in c:\sites\Single20\pupilotboy\webroot\maillist\index.php on line 18
Notice: Undefined index: id in c:\sites\Single20\pupilotboy\webroot\maillist\index.php on line 19
Notice: Undefined index: addr in c:\sites\Single20\pupilotboy\webroot\maillist\index.php on line 20
Warning: mail(): “sendmail_from” not set in php.ini or custom “From:” header missing in c:\sites\Single20\pupilotboy\webroot\maillist\index.php on line 217
]]>Updates to this version:
* Blog names with commas now display correctly in the from field
* Changed the default location to look in the WP directory for the wpemn_config.php file
* Updates the sent flag before sending future dated posts in order to cut down on duplicate e-mails being sent
If you see anything that looks like a bug or the documentation needs corrected, please comment on the Watershed Studio blog.
]]>The db query looks like this (i’ve edited it a bit to pull the body of the post as well…
$get_posts_in_cat = “SELECT $wpdb->posts.ID, $wpdb->posts.post_title, $wpdb->posts.post_content, $wpdb->posts.post_date,”;
$get_posts_in_cat .= “$wpdb->post2cat.post_id, $wpdb->post2cat.category_id “;
$get_posts_in_cat .= “FROM $wpdb->posts, $wpdb->post2cat “;
$get_posts_in_cat .= “WHERE $wpdb->posts.ID = $wpdb->post2cat.post_ID “;
$get_posts_in_cat .= “AND $wpdb->post2cat.category_id = ‘$catID’ “;
$get_posts_in_cat .= “AND $wpdb->posts.post_status = ‘publish’ “;
$get_posts_in_cat .= “ORDER BY $wpdb->posts.post_date DESC”;
Thanks!!
Updates to this version:
If you see anything that looks like a bug or the documentation needs corrected, please let me know via blog comment.
]]>…/wp-admin/post.php
I want to set the “Notify Subscribers” default to “No”. All I need to do is change the order of the options in the pull-down menu so that no shows as the default option, but I can’t find where to edit that piece of code (i.e. what file that piece of code is in.
Can anyone help tell me what file to edit? Thanks!
]]>