Migrating joomla 1.5 plugin to 2.5 - Joomla! Forum - community, help and support
hi, having 1 content plugin showing using field type show list of section user choice.
but section field type removed tried user category field type not working.
it not showing in fields in plugin manger. can please tell how fix problem?
code: select all
sectionbut section field type removed tried user category field type not working.
code: select all
<extension version="2.5" type="plugin" group="content">
<name>a</name>
<author>a</author>
<creationdate>a</creationdate>
<copyright>copyright (c) 2010 open source matters. rights reserved.</copyright>
<license>http://www.gnu.org/licenses/gpl-2.0.html gnu/gpl</license>
<authoremail></authoremail>
<authorurl></authorurl>
<version>1.0</version>
<description>a plugin</description>
<files>
<filename plugin="testplugin">testplugin.php</filename>
</files>
<config>
<fields name="params">
<field name="mycategory" type="category" extension="com_content" label="select category" description="" show_root="1" />
</fields>
</config>
</extension>it not showing in fields in plugin manger. can please tell how fix problem?
google friend, found in single search , first few entries matched.
http://docs.joomla.org/standard_form_field_types
so fields indeed still intact. blank? maybe there's markup errors, can display in plugin admin?
maybe xml structure has changed, reference or compare against joomla plugin works in joomla version...that too.
http://docs.joomla.org/standard_form_field_types
so fields indeed still intact. blank? maybe there's markup errors, can display in plugin admin?
maybe xml structure has changed, reference or compare against joomla plugin works in joomla version...that too.
Comments
Post a Comment