1
Extensions and jDiction / Re: jDiction and K2
« on: November 04, 2013, 01:19:41 pm »
Ahh my bad. I used a "jdiction.xml" file from administrator/components/com_jdiction folder. Now I fix it. Big thanks Harald.
jDiction 2.2.0 released. http://jdiction.org/downloads
<?xml version="1.0" encoding="UTF-8"?>
<extension type="component" version="2.5" method="upgrade">
<name>com_jdiction</name>
<description>COM_JDICTION_XML_DESCRIPTION</description>
<creationDate>March 2011</creationDate>
<author>ITronic Harald Leithner</author>
<authorEmail>joomla@itronic.at</authorEmail>
<authorUrl>http://joomla.itronic.at</authorUrl>
<copyright>(C) 2012 Harald Leithner All rights reserved.</copyright>
<license>GNU General Public License Version 3.</license>
<version>0.9.9.11</version>
<install>
<sql>
<file driver="mysql" charset="utf8">sql/install.mysql.utf8.sql</file>
</sql>
</install>
<uninstall>
<sql>
<file driver="mysql" charset="utf8">sql/uninstall.mysql.utf8.sql</file>
</sql>
</uninstall>
<update>
<schemas>
<schemapath type="mysql">sql/mysql</schemapath>
</schemas>
</update>
<media destination="com_jdiction" folder="media/com_jdiction">
<folder>css</folder>
<folder>images</folder>
<folder>js</folder>
<filename>index.html</filename>
</media>
<administration>
<menu img="components/com_jdiction/assets/icon-16-translate.png">COM_JDICTION</menu>
<files folder="administrator/components/com_jdiction">
<folder>assets</folder>
<folder>controllers</folder>
<folder>helpers</folder>
<folder>language</folder>
<folder>models</folder>
<folder>sql</folder>
<folder>tables</folder>
<folder>views</folder>
<filename>access.xml</filename>
<filename>config.xml</filename>
<filename>controller.php</filename>
<filename>index.html</filename>
<filename>jdiction.php</filename>
</files>
</administration>
</extension>
Attached is the Firstversion of the xml file
Download it to the administrator\components\com_k2\ folder.
There is no multilingual search support atm.
Also its not possible to translate users and attachments.