English > Extensions and jDiction

jDiction and K2

<< < (4/7) > >>

kisobran007:
Hi,

Thanks for this @Harald Leithner. It's working except Metadata information, I have installed joomla 2.5 Library version 0.9.9.11 and when I want to translate some item in K2 component and insert Meta description and Meta keywords it's mixed. Where I should enter Meta description it writes Meta Keywords and vice versa. That makes me confused so where I can edit that? Thanks for helping!

--- Quote from: Harald Leithner on May 24, 2013, 06:57:01 pm ---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.

--- End quote ---

Harald Leithner:
in the xml file you uploaded to administrator\components\com_k2\.

Just change the label Tag.

kisobran007:

--- Code: ---<?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>
--- End code ---

I am sorry, but still I don't understand. What should I edit here? Thanks for answering!

Harald Leithner:
thats the wrong xml file ;-)

in the k2 folder is a jdiction.xml if not is in /libraries/jdiction/tables/com_k2.xml this file would be more self explaining.

kisobran007:
Ahh my bad. I used a "jdiction.xml" file from administrator/components/com_jdiction folder. Now I fix it. Big thanks Harald.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version