Keyword

Extending K2-content is not working for Joomla3

  • Vidyasagar
  • Vidyasagar's Avatar Topic Author
  • Offline
  • New Member
More
10 years 10 months ago #121466 by Vidyasagar
Hello K2-team,

I have some custom parameters extending the item-content group which was working to Joomla 2.5.6

BUT is not working for Joomla 3.0.3 with K2 v2.6.7

For this i have added following lines in XML file.
<params group="item-content" addpath="/plugins/k2/qtc_k2/qtc_k2">
<param name="qtc_option" type="quick2cart" label="Quick2Cart Options" description="" />
</params>
Which is competently working with Joomla2.5.X as expectation.

Please review the following code which is using for Joomla 3.0. Also, please check the position of group="item-content" which is referred by K2 to extend content.

<!-- Fields for Joomla 3.X and onwards -->
<config name="params">
<fields name="params" >
<!-- PLEASE CHECK position of group="item-content" IS CORRECT ? -->
<fieldset name="basic" group="item-content" addpath="/plugins/k2/qtc_k2/qtc_k2">
<field name="qtc_option" type="quick2cart" label="Qtc Options" description="" />
</fieldset>
</fields>
</config>


I have attached installable plugin which extend k2_content for Joomla 2.5 but not on Joomla 3.0.
K2 version on my site - K2 v2.6.7

Please help me, stuck in development.

or

Can you give me sample plugin code or sample code or any trigger or any documentation which extend K2-content.
Or any where you guys have used.

Please connect to the developer ?

Thank you in advance. :) :) :) :)
Waiting for your response B) B) B) B)
Attachments:

Please Log in or Create an account to join the conversation.


Powered by Kunena Forum