I'm trying to get my head around Joomla 3.2's new framework and develop a capability/feature in a custom component (lets call it com_custom
) that can load com_content's category blog view within com_custom's view, using the category blog's menu item id!
There are quite a few codes that I saw here and around the web that only load the default view of the 'imported' component, rather than the view specified in the imported component's assigned menu parameters. Also, most of these codes use deprecated functions, so I'm quite lost now.
So what I need to be able to add is:
- Include a category blog view (say from menu item id 223) within com_custom's current view.
- It should import all of the parameter setting of the category blog's menu item.
- It should not be in an iFrame
Any help is much appreciated!!!