I am using Joomla 1.5 . I have developed a custom component that's basically a product catalog but with many custom admin options for the product page and categories. I have also created a custom view. In the component, you can create categories and assign them to the products. After every category I add, I need to go to the Products menu in Joomla admin and add new item and assign the custom view, which is the category view. Basically I need some indications about how can I automate this process, I mean add a new category and on save to auto create the menu item, with the selected view, pass category name. Has anyone done this before ? Maybe some article you know about this...
Thanks.