Keyword

Extending K2-content is not working

  • Vidyasagar
  • Vidyasagar's Avatar Topic Author
  • Offline
  • New Member
More
11 years 6 months ago #121313 by Vidyasagar
Extending K2-content is not working was created by Vidyasagar
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.5.

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>

Please help! I need this to work.

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

  • Yiota
  • Yiota's Avatar
  • Visitor
11 years 6 months ago #121314 by Yiota
Replied by Yiota on topic Re: Extending K2-content is not working
This is not a default K2 plugin. Maybe this plugin is not compatible with joomla! 3 version. You need to contact the plugin's support team and ask them to help you with this.

Also you need to update to the latest K2 version along with your Joomla! version.

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

  • Vidyasagar
  • Vidyasagar's Avatar Topic Author
  • Offline
  • New Member
More
11 years 6 months ago #121315 by Vidyasagar
Replied by Vidyasagar on topic Re: Extending K2-content is not working
First of all Thanks for your reply :) :) :) :)

This is code witch allow to extend in K2 Content in Joomla 2.5.

<params group="item-content" addpath="/plugins/k2/qtc_k2/qtc_k2">
<param name="qtc_option" type="quick2cart" label="Qtc Options" description="" />
</params>

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. ;
Attachments:

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

  • Yiota
  • Yiota's Avatar
  • Visitor
11 years 6 months ago #121316 by Yiota
Replied by Yiota on topic Re: Extending K2-content is not working
I'm afraid I can't help you with that since it is a custom plugin and I am not a programmer.

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

  • Vidyasagar
  • Vidyasagar's Avatar Topic Author
  • Offline
  • New Member
More
11 years 6 months ago #121317 by Vidyasagar
Replied by Vidyasagar on topic Re: Extending K2-content is not working
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 Log in or Create an account to join the conversation.


Powered by Kunena Forum