|
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | | -<extension version="3.0" type="plugin" group="xmap" method="upgrade"> |
| 2 | +<extension version="2.5" type="plugin" group="xmap" method="upgrade"> |
3 | 3 | <name>PLG_XMAP_COM_KUNENA</name> |
4 | 4 | <author>Guillermo Vargas</author> |
5 | 5 | <creationDate>September 2007</creationDate> |
6 | | - <copyright>GNU GPL</copyright> |
7 | | - <license>GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html</license> |
| 6 | + <copyright>(c) 2005 - 2009 Joomla! Vargas. All rights reserved; (c) 2015 Branko Wilhelm. All rights reserved.</copyright> |
| 7 | + <license>GNU General Public License version 2 or later; see LICENSE.txt</license> |
8 | 8 | <authorEmail>guille@vargas.co.cr</authorEmail> |
9 | 9 | <authorUrl>joomla.vargas.co.cr</authorUrl> |
10 | 10 | <version>@REVISION@</version> |
|
17 | 17 | <language tag="en-GB">en-GB/en-GB.plg_xmap_com_kunena.sys.ini</language> |
18 | 18 | <language tag="fa-IR">fa-IR/fa-IR.plg_xmap_com_kunena.ini</language> |
19 | 19 | <language tag="fa-IR">fa-IR/fa-IR.plg_xmap_com_kunena.sys.ini</language> |
| 20 | + <language tag="fr-FR">fr-FR/fr-FR.plg_xmap_com_kunena.ini</language> |
| 21 | + <language tag="fr-FR">fr-FR/fr-FR.plg_xmap_com_kunena.sys.ini</language> |
20 | 22 | <language tag="cs-CZ">cs-CZ/cs-CZ.plg_xmap_com_kunena.ini</language> |
21 | 23 | <language tag="cs-CZ">cs-CZ/cs-CZ.plg_xmap_com_kunena.sys.ini</language> |
22 | 24 | <language tag="nl-NL">nl-NL/nl-NL.plg_xmap_com_kunena.ini</language> |
|
36 | 38 | <option value="2">PLG_XMAP_COM_KUNENA_OPTION_XML_ONLY</option> |
37 | 39 | <option value="3">PLG_XMAP_COM_KUNENA_OPTION_HTML_ONLY</option> |
38 | 40 | </field> |
39 | | - <field name="max_topics" type="text" default="" label="PLG_XMAP_COM_KUNENA_MAX_TOPICS_LABEL" description="PLG_XMAP_COM_KUNENA_MAX_TOPICS_DESC" /> |
40 | | - <field name="max_age" type="text" default="" label="PLG_XMAP_COM_KUNENA_NEWEST_THAN_LABEL" description="PLG_XMAP_COM_KUNENA_NEWEST_THAN_DESC" /> |
41 | | - </fieldset> |
42 | | - <fieldset name="xml" label="PLG_XMAP_COM_KUNENA_FIELDSET_XML_LABEL"> |
| 41 | + <field name="include_pagination" type="list" default="0" label="PLG_XMAP_COM_KUNENA_INCLUDE_PAGINATION_LABEL" description="PLG_XMAP_COM_KUNENA_INCLUDE_PAGINATION_DESC"> |
| 42 | + <option value="0">PLG_XMAP_COM_KUNENA_OPTION_NEVER</option> |
| 43 | + <option value="1">PLG_XMAP_COM_KUNENA_OPTION_ALWAYS</option> |
| 44 | + <option value="2">PLG_XMAP_COM_KUNENA_OPTION_XML_ONLY</option> |
| 45 | + <option value="3">PLG_XMAP_COM_KUNENA_OPTION_HTML_ONLY</option> |
| 46 | + </field> |
| 47 | + <field name="max_topics" type="text" default="0" filter="integer" label="PLG_XMAP_COM_KUNENA_MAX_TOPICS_LABEL" description="PLG_XMAP_COM_KUNENA_MAX_TOPICS_DESC" /> |
| 48 | + <field name="max_age" type="text" default="0" filter="integer" label="PLG_XMAP_COM_KUNENA_NEWEST_THAN_LABEL" description="PLG_XMAP_COM_KUNENA_NEWEST_THAN_DESC" /> |
43 | 49 | <field name="cat_priority" type="list" default="-1" label="PLG_XMAP_COM_KUNENA_CATEGORY_PRIORITY_LABEL" description="PLG_XMAP_COM_KUNENA_CATEGORY_PRIORITY_DESC"> |
44 | 50 | <option value="-1">PLG_XMAP_COM_KUNENA_OPTION_USE_PARENT_MENU</option> |
45 | 51 | <option value="0.0">0.0</option> |
|
0 commit comments