benchun
Forum Replies Created
-
Forum: Plugins
In reply to: unique permalinks and reusing slugsit used to be the case that this plugin fixed that behavior
http://ww.wp.xz.cn/extend/plugins/singular/
now it doesn’t seem to work
Forum: Everything else WordPress
In reply to: “Avatar” on WP forumSuggestion: in the WordPress Support forum profile editor (where people seem to have encountered this question), it probably makes sense to have a link to gravatar.com for people without gravatars. Then instead of clicking around and wondering if they are too dense to find the right link, they just get directed to the place where the deed is done. Yeah?
Forum: Plugins
In reply to: Angsuman’s Authenticated Plugin and WordPress 2.5Registered Only is working for me:
http://dev.wp-plugins.org/browser/registered-only/However, there are reports that it breaks the flash uploader. You can fix that by hacking wp-admin/includes/media.php like this:
— media.php~ Mon Mar 31 17:05:06 2008
+++ media.php Mon Mar 31 17:51:26 2008
@@ -767,7 +767,7 @@
$flash_action_url = get_option(‘siteurl’) . “/wp-admin/async-upload.php”;// If Mac and mod_security, no Flash. 🙁
– $flash = true;
+ $flash = false;
if ( false !== strpos(strtolower($_SERVER[‘HTTP_USER_AGENT’]), ‘mac’) && apache_mod_loaded(‘mod_security’) )
$flash = false;