Quote:
Originally Posted by Willygsm
hi andrewD, how to delete whole categories? any code to modify?
Cannot delete a category which still contains entries or subcategories.
|
Try the following.
Go to your vb admincp, products and plugins.
Add new plugin
product - Links and Downloads manager
hook - ldm_admin_start
code: @ini_set('max_execution_time', 300);
plugin is active: yes
Now you should be able to get at ldm/admin/categories and tidy up.
Remember to turn off/delete the plugin when you've finished.