Is it possible?
]]>I’m getting a message now that I can’t fix. It’s this:
Notice: Trying to get property of non-object in ~/wp-content/plugins/order-categories/category-order.php on line 86 Notice: Trying to get property of non-object in ~/wp-content/plugins/order-categories/category-order.php on line 86 Notice: Trying to get property of non-object in ~/wp-content/plugins/order-categories/category-order.php on line 88 Notice: Trying to get property of non-object in ~/wp-content/plugins/order-categories/category-order.php on line 88
Has anyone any ideas?
]]>In debug mode, I get an unresolved index warning for line 20. This can be fixed by changing it from:
if($_GET['page'] == "wpguy_category_order_options"){
to:
if(isset($_GET['page']) == "wpguy_category_order_options"){
Change line.
Line 15:
add_submenu_page('edit.php', 'Category Order', 'Category Order', 4, 'wpguy_category_order_options', 'wpguy_category_order_options');
to
add_submenu_page('edit.php', 'Category Order', 'Category Order', 'manage_categories', 'wpguy_category_order_options', 'wpguy_category_order_options');
Good plugin.
]]>This plugin doesn’t work. Any other suggestions?
“The package could not be installed. PCLZIP_ERR_BAD_FORMAT (-10) : Unable to find End of Central Dir Record signature”
]]>There is no manage pane to manage the plugins.
]]>Installed it via WP control panel – no errors.
Went to “Category Order” under Posts tab.
The order of my main categories did not match the actual order on my site, my first clue that something was wrong.
I went into some sub-categories and reordered them.
Saved.
Went to my blog, but nothing had changed.
]]>I have made the changes in WP, and when I refresh my browser “no change takes place?” Someone had mentioned to check (wp_list_categories(‘orderby=count’);), but where do I locate this text?
Can anyone please help me?
Thanks,
Clifton
another user said it has been since the update – I just installed it so I can’t confirm that. I can confirm that it does not work though.
Instead of allowing the blocks to move, it selects the text. It has the “move” mouse pointer, but it acts as though it is just plain text, and not a moveable object.
]]>Order Categories stopped working recently, and the only event I can tie it to is the WP 3.1.1 upgrade. Is there a quick fix for this?
The error is that my categories have started ordering themselves the default WP way.
Thanks,
Kristin
Is it possible to make this work for custom taxonomies as well? I have a pile I need to reorder.
]]>This plugin relies on Prototype/Scriptaculous for drag and drop sorting. For some reason those aren’t being loaded or executed properly.
I get the following error:
Sortable is undefined
Is there any way to drag and drop categories into each other as to make a category a sub-category? I tried dragging though it doesn’t seem to allow hierarchy changes of sub-categories. Thanks.
]]>Hi,
I added few lines to add WPML support to the plugin.
Sorry for my english… I wrote a mail to the author to propose him to integrate this few lines, hope it can help other people.
BB
]]>