Archived talk

Developing a MVC Component/Developing a Basic Component: Difference between revisions

From Joomla! Documentation

Spgn (talk | contribs)
Removed my previous comment. Used a v1.6 tutorial with 1.5. My mistake, sorry.
Line 1: Line 1:
== Component name in manifestfile has to be conform ==


In Joomla 1.6 the component name specified in the manifest file has to follow the pattern 'com_componentname'. So here it should be
<name>com_helloworld</name>
It will matter at least in the menu manager, where I discovered this problem.

Revision as of 12:07, 21 December 2010

Component name in manifestfile has to be conform

In Joomla 1.6 the component name specified in the manifest file has to follow the pattern 'com_componentname'. So here it should be

<name>com_helloworld</name>

It will matter at least in the menu manager, where I discovered this problem.