Search found 4 matches
- Thu Dec 13, 2007 9:04 am
- Forum: Joomla! Coding 101
- Topic: Prevent menu link for certain layouts
- Replies: 4
- Views: 871
Re: Prevent menu link for certain layouts
Happy to be of service
- Tue Dec 11, 2007 2:34 pm
- Forum: Joomla! Coding 101
- Topic: Prevent menu link for certain layouts
- Replies: 4
- Views: 871
Re: Prevent menu link for certain layouts
Ok, guess I'll answer myself. So, to prevent a layout from automatically appearing as a menu target option, the xml file for this layout must include the tag: <layout hidden="true" /> This XML file is a file with the same name as the layout located with the layout file. So, assuming the layout will ...
- Wed Nov 14, 2007 10:11 am
- Forum: Joomla! Coding 101
- Topic: Prevent menu link for certain layouts
- Replies: 4
- Views: 871
Prevent menu link for certain layouts
Hi, I'm writing a component which has an advanced search page. So I created a 'search' view and model, and I figured the view will have two layouts: one for the search form and one for the search results. Problem is, when I want to add a menu item in the backend, I automatically have the option to a...
- Tue Oct 09, 2007 12:11 pm
- Forum: Joomla! Coding 101
- Topic: Using core components as a basis for new components
- Replies: 6
- Views: 1231
Using core components as a basis for new components
Hello all, I need to create a component which is similar in functionality to one of the core components, but I want it to have additional features. My idea was to take the corresponding core component and turn it into a new, installable component, by creating an installation xml file and changing cl...