extending com_category/com_section

Locked
bugger999
Joomla! Apprentice
Joomla! Apprentice
Posts: 17
Joined: Tue May 13, 2008 8:59 pm

extending com_category/com_section

Post by bugger999 » Thu Jul 17, 2008 3:55 pm

I am running J! 1.5.3 and am writing a component that is a VERY basic version of com_content (no search, no pagination...etc.)
Problem
i have been trying to find a solution for putting my "articles" in seperate sections and categories, and have recently read that i can use com_categories and com_sections, but after pouring over the com_content and com_newsfeeds code and these forums i am unable to find where they actually connect to each other.
Help
1. show me where in the code it connects
2. how do i add this to a backend form
3.how do i make the address (option=com_golfcourses?.......)link to the sections and categories.
Thanks
in advance.

bugger999
Joomla! Apprentice
Joomla! Apprentice
Posts: 17
Joined: Tue May 13, 2008 8:59 pm

Re: extending com_category/com_section

Post by bugger999 » Wed Aug 20, 2008 8:44 pm

The answer is this--
in the 'install.xml'
<administration>
<!-- Administration Menu Section -->
<menu>my component</menu>
<submenu>
<menu >My Component Form</menu>
<menu link="option=com_categories&section=COM_MYCOMPONENT">Categories</menu>
</submenu>

From here, when you upload your component, it will automatically create a section, and the categories page...


Locked

Return to “Joombie Coding Q/A”