How do I unpublish or remove categories view from the component section? It is showing on the home page when I upgraded to 2.6.
Do a template override for
views/virtuemart/tmpl/default.php
http://forum.virtuemart.net/index.php?topic=90935.0
Remove this code
# load categories from front_categories if exist
if ($this->categories) echo $this->loadTemplate('categories');
Thanks for the reply. That helped a lot.