Developing Component, Want to Have no Front End View

For Joomla! 1.5 Coding related discussions, please use: http://groups.google.com/group/joomla-dev-general
Locked
harpgraphics
Joomla! Fledgling
Joomla! Fledgling
Posts: 1
Joined: Thu Sep 27, 2012 6:04 pm

Developing Component, Want to Have no Front End View

Post by harpgraphics » Thu Sep 27, 2012 6:08 pm

I am developing a component that I want to only be used through the administrator interface. How can I eliminate the option to have a menu item type from the front end? I have looked through the documentation and searched and have not come up with an answer.

User avatar
shakur1911
Joomla! Enthusiast
Joomla! Enthusiast
Posts: 104
Joined: Tue May 06, 2008 12:28 pm

Re: Developing Component, Want to Have no Front End View

Post by shakur1911 » Wed Nov 07, 2012 7:17 am

Do you actually have files on your site folders?
In your view folder you should have a file metadata.xml
and it should look like this

Code: Select all

<?xml version="1.0" encoding="utf-8"?>
<metadata>
 <view title="viewname" hidden="true">
        <message><![CDATA[BARDESC]]></message>
    </view>
</metadata>


Locked

Return to “Joomla! 1.5 Coding”