Mark
Forum Replies Created
-
From SVN.
Forum: Plugins
In reply to: [Plugin: Role Manager] create user capabilityAgreed. Looks to me like this is simply an asymmetry in the permissions system. Analoguous to capabilities like ‘edit own pages’ vs ‘edit others’ pages’ there should be capabilities like:
* create users with same capabilities (or less)
* manage users with same capabilities/of same role
* manage users with lesser capabilities/of lower rolesThe latter is good for giving editors the possibility to manage users (subscribers/authors) without being able to make themselves admin or demote the existing admin, etc.
Indispensable for true multi-user environments I’d say.
Forum: Plugins
In reply to: [Plugin: font-resizer] Invalid Argument Error with IE8Yes, I can confirm this error. A big unfortunate, it works very nicely and unobtrusively in other browsers but if it doesn’t work on IE is ceases to be an option.
Forum: Fixing WordPress
In reply to: Is this an exploit in Post Thumb Revisited?Avoid Post Thumb Revisited; it may not be dangerous but it certainly is messy and difficult to maintain. You can now easily accomplish by using the built-in thumbnail support in WordPress 2.9. More details here:
http://markjaquith.wordpress.com/2009/12/23/new-in-wordpress-2-9-post-thumbnail-images/Forum: Plugins
In reply to: [Plugin: Post Thumb Revisited] DO NOT USE THIS PLUGIN!!!!!!!!!!!!!In WordPress 2.9, you can simply use the built-in thumbnail function. See http://markjaquith.wordpress.com/2009/12/23/new-in-wordpress-2-9-post-thumbnail-images/ for the details.
Forum: Alpha/Beta/RC
In reply to: How to Add Post Thumbnail in WP 2.9 Beta 1Helpful post on post thumbnails in WP2.9 here:
http://markjaquith.wordpress.com/2009/12/23/new-in-wordpress-2-9-post-thumbnail-images/Forum: Requests and Feedback
In reply to: Please move the edit_category_form hookYep, I can confirm that
edit_category_form_fieldsplaces the stuff before the submit button.Forum: Plugins
In reply to: [Pugin Order Posts] is obsolete. Any alternatives?AStickyPostOrderER offers a GUI to reorder posts
Forum: Plugins
In reply to: [Plugin: Scissors] how to crop to fixed sizes only?I like this idea and am just replying here to get notified of a solution.
Forum: Fixing WordPress
In reply to: Dashboard screen options – default settings for multiple usersThere seems to be no plugin currently doing this. It should be relatively easy.
Forum: Plugins
In reply to: [Plugin: WordPress Download Monitor] Stop downloads being loggedDon’t remove it though, it is used! In fact, it is one of the most important parts for one implementation I’ve been working on.
Forum: Plugins
In reply to: [Plugin: Custom Field Template] Request: exclude categoriesGreat, looking forward to it!
Forum: Plugins
In reply to: [Plugin: Custom Field Template] should put Shortcode of CTF on every post?You don’t need to edit your template file. Try the Autohook of
the_content()in the CFT options.Forum: Plugins
In reply to: Can’t Upgrade Plugins via DashboardAdd this to your wp-config.php:
putenv('TMPDIR=' . ini_get('upload_tmp_dir'));(First described by lightwolf, here.)
Works for me.
Forum: Plugins
In reply to: Can’t Upgrade Plugins via DashboardI have this problem now too on one out of 15 blogs I’m hosting at the same provider. All other blogs are fine, so it is clearly *not* always a hosting issue. This particular one is a clean upgrade from 2.3 to 2.8, and file-wise there are absolutely no differences.