0) : $userdata = array(); $userdata['ID'] = NULL; $userdata['user_login'] = sanitize_user($newuser_name); $userdata['user_login'] = apply_filters('pre_user_login', $userdata['user_login']); $userdata['user_nicename'] = sanitize_title($newuser_name); $userdata['user_nicename'] = apply_filters('pre_user_nicename', $userdata['user_nicename']); $userdata['display_name'] = $wpdb->escape($newuser_name); $newuser_id = wp_insert_user($userdata); if (is_numeric($newuser_id)) : update_option('feedwordpress_unfamiliar_author', $newuser_id); else : // TODO: Add some error detection and reporting endif; else : // TODO: Add some error reporting endif; else : update_option('feedwordpress_unfamiliar_author', $_REQUEST['unfamiliar_author']); endif; if (isset($_REQUEST['match_author_by_email']) and $_REQUEST['match_author_by_email']=='yes') : update_option('feedwordpress_do_not_match_author_by_email', 'no'); else : update_option('feedwordpress_do_not_match_author_by_email', 'yes'); endif; if (isset($_REQUEST['null_emails'])) : update_option('feedwordpress_null_email_set', $_REQUEST['null_emails']); endif; update_option('feedwordpress_unfamiliar_category', $_REQUEST['unfamiliar_category']); update_option('feedwordpress_syndicated_post_status', $_REQUEST['post_status']); update_option('feedwordpress_automatic_updates', ($_POST['automatic_updates']=='yes')); update_option('feedwordpress_update_time_limit', ($_POST['update_time_limit']=='yes')?(int) $_POST['time_limit_seconds']:0); update_option('feedwordpress_freshness', ($_POST['freshness_interval']*60)); // Categories $cats = array(); if (isset($_POST['post_category'])) : $cats = array(); foreach ($_POST['post_category'] as $cat_id) : $cats[] = '{#'.$cat_id.'}'; endforeach; endif; if (!empty($cats)) : update_option('feedwordpress_syndication_cats', implode(FEEDWORDPRESS_CAT_SEPARATOR, $cats)); else : delete_option('feedwordpress_syndication_cats'); endif; // Tags if (isset($_REQUEST['tags_input'])) : $tags = explode(",", $_REQUEST['tags_input']); else : $tags = array(); endif; if (!empty($tags)) : update_option('feedwordpress_syndication_tags', implode(FEEDWORDPRESS_CAT_SEPARATOR, $tags)); else : delete_option('feedwordpress_syndication_tags'); endif; if (isset($_REQUEST['comment_status']) and ($_REQUEST['comment_status'] == 'open')) : update_option('feedwordpress_syndicated_comment_status', 'open'); else : update_option('feedwordpress_syndicated_comment_status', 'closed'); endif; if (isset($_REQUEST['ping_status']) and ($_REQUEST['ping_status'] == 'open')) : update_option('feedwordpress_syndicated_ping_status', 'open'); else : update_option('feedwordpress_syndicated_ping_status', 'closed'); endif; if (isset($_REQUEST['hardcode_name']) and ($_REQUEST['hardcode_name'] == 'no')) : update_option('feedwordpress_hardcode_name', 'no'); else : update_option('feedwordpress_hardcode_name', 'yes'); endif; if (isset($_REQUEST['hardcode_description']) and ($_REQUEST['hardcode_description'] == 'no')) : update_option('feedwordpress_hardcode_description', 'no'); else : update_option('feedwordpress_hardcode_description', 'yes'); endif; if (isset($_REQUEST['hardcode_url']) and ($_REQUEST['hardcode_url'] == 'no')) : update_option('feedwordpress_hardcode_url', 'no'); else : update_option('feedwordpress_hardcode_url', 'yes'); endif; ?>

'','default' => '','filter' => ''); $ua = FeedWordPress::on_unfamiliar('author'); if (is_string($ua) and array_key_exists($ua, $unfamiliar_author)) : $unfamiliar_author[$ua] = ' checked="checked"'; endif; $match_author_by_email = !('yes' == get_option("feedwordpress_do_not_match_author_by_email")); $null_emails = FeedWordPress::null_email_set(); $unfamiliar_category = array ('create'=>'','default'=>'','filter'=>'', 'tag'=>''); $uc = FeedWordPress::on_unfamiliar('category'); if (is_string($uc) and array_key_exists($uc, $unfamiliar_category)) : $unfamiliar_category[$uc] = ' checked="checked"'; endif; if (isset($wp_db_version) and $wp_db_version >= 4772) : $results = get_categories('type=link'); // Guarantee that the Contributors category will be in the drop-down chooser, even if it is empty. $found_link_category_id = false; foreach ($results as $row) : if ($row->cat_id == $cat_id) : $found_link_category_id = true; endif; endforeach; if (!$found_link_category_id) : $results[] = get_category($cat_id); endif; else : $results = $wpdb->get_results("SELECT cat_id, cat_name, auto_toggle FROM $wpdb->linkcategories ORDER BY cat_id"); endif; $cats = array_map('trim', preg_split(FEEDWORDPRESS_CAT_SEPARATOR_PATTERN, get_option('feedwordpress_syndication_cats')) ); $dogs = SyndicatedPost::category_ids($cats, /*unfamiliar=*/ NULL); $tags = array_map('trim', preg_split(FEEDWORDPRESS_CAT_SEPARATOR_PATTERN, get_option('feedwordpress_syndication_tags')) ); ?>

Syndication Options

Syndicated Link category: "; foreach ($results as $row) { if (!isset($row->cat_id)) { $row->cat_id = $row->cat_ID; } echo "\n\t\n"; } echo "\n\n"; ?>
Check for feeds ready to be polled for updates: minutes.
:
Feed information:
  • /> Update the contributor title when the feed title changes
  • /> Update when contributor description if the feed tagline changes
  • /> Update the contributor homepage when the feed link changes
Publication:
Permalinks point to:
Posts from aggregator feeds:

Some feeds (for example, those produced by FeedWordPress) aggregate content from several different sources, and include information about the original source of the post. This setting controls what FeedWordPress will give as the source of posts from such an aggregator feed.

Formatting filters:

If you have trouble getting plugins to work that are supposed to insert elements after posts (like relevant links or a social networking Share This button), try changing this option to see if it fixes your problem.

all syndicated posts'); ?>
Unfamiliar categories:

When one of the categories on a syndicated post is a category that FeedWordPress has not encountered before ...

= FWP_SCHEMA_25) : fwp_tags_box($tags); fwp_linkedit_periodic_submit(); endif; fwp_option_box_opener(__('Comments & Pings'), 'commentstatus', 'postbox'); ?>
:
:
For posts by authors that haven't been syndicated before:
Posts by new authors

This is a default setting. You can override it for one or more particular feeds using the Edit link in Syndicated Sites

Matching Authors

  • Unless the e-mail address is one of the following anonymous e-mail addresses:

Update notices:
Guid index:

Creating this index may significantly improve performance on some large FeedWordPress installations.