--- plugins/me_uid.inc Wed Jul 01 23:59:11 2009 +++ plugins/me_uid.inc Mon Oct 19 16:20:53 2009 @@ -23,6 +23,9 @@ '#type' => 'textfield', '#description' => t('Enter the user ID of a user for this argument or the %me alias.', array('%me' => _me_get_me_alias(TRUE))), ), + 'default' => array('to_arg' => TRUE), + 'path placeholder' => '%me_pm_uid_arg', // This is in pagemanager. + 'path placeholder to_arg' => TRUE, ); return $args; }