[ Moderator Note: Please post code or markup snippets between backticks or use the code button. Or better still - use the pastebin ]
true. the original poster got a corrupted .zip file. i downloaded the .zip and it extracted fine.
with respect to "the plugin works fine", you're right: the key change to make is this:
function wpguy_category_order_menu(){
if (function_exists('add_submenu_page')) {
- add_submenu_page("edit.php", 'Category Order', 'Category
Order', 4, "wpguy_category_order_options", 'wpguy_category_order_options');
+ add_submenu_page("edit.php", 'Category Order', 'Category
Order', 'manage_categories', "wpguy_category_order_options", 'wpguy_category_or
der_options');
}
- }
if you want the plugin to work with categories for things other than posts, then there is a little more work to do...