Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
In order to create new menu item types for your component, you have to create a new xml file. To put it simple, if you want to create a new menu item type for your view “myview” and the layout “default” in you component, usually you have to create a new xml file named “default.xml” inside the folder “/components/com_mycom/views/myview/tmpl” (note the xml file has to be created in the frontend part of the component, not in the administrator).
You can take a look at other xml files, for example com_content/views/article/tmpl
I hope it helps!