By Claudio Micci on Wednesday, 09 May 2018
Likes 0
Views 829
Votes 0
Hi there,

I've just installed you component but I'm experiencing some issues:

I want to integrate the component with joomrecipe but even if I've set the integration params (selected all categories) the Komento form to post a comment is not shown at all.

To test the component itself, I just wrote a Joomla article, set a menu item directly to the article, the form is shown but it doesn't work: I'm not able to post the comment.

Any hint?
I want to integrate the component with joomrecipe but even if I've set the integration params (selected all categories) the Komento form to post a comment is not shown at all.

Currently I am not really sure why it doesn't work with your custom code, but I would suggest you take a look this plugin file how it work in Joomla article page. JoomlaFolder/components/com_komento/komento_plugins/com_content.php

To test the component itself, I just wrote a Joomla article, set a menu item directly to the article, the form is shown but it doesn't work: I'm not able to post the comment.

It seems like there got some conflict jQuery version, I already help you enabled this Load Komento's jQuery Library setting from backend setting, it should work fine now.
·
Thursday, 10 May 2018 08:45
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Alex,

Thanks a lot for your reply.

Following your instructions I wrote a (very simple, just to test) component plugin. However, the script is not fired at all, even if it (seems to me) respects the instrucions.
The first thing I thought is to check the name of the file and class but other than this, what else should I check to get it fired?

Thanks in advance!
·
Thursday, 10 May 2018 23:20
·
0 Likes
·
0 Votes
·
0 Comments
·
You're most welcome, perhaps you can share with me which file you added and which file you modified so I can help you take a look and give you some hint.

By the way, it would be best if you can update your current FTP user to have permission to access your site Joomla root directory in case i need to do some debugging why you said it doesn't work.

And also provide us one of the page URL for this item page 'joomrecipe'.
·
Friday, 11 May 2018 15:00
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Arlex,
Thanks for your reply.

While I was writing this post I've found my fault... I was passing wrong parameter calling the plugin to action in

KT::commentify('com_egg', $option=array());

Now the plugin works fine!

Thanks a lot anyway!
·
Friday, 11 May 2018 15:47
·
0 Likes
·
0 Votes
·
0 Comments
·
You're most welcome, glad to heard your issue resolved.

Just for your information, I have locked and marked this thread as resolved to avoid confusions in the future. Please start a new thread if you have any other issue in the future so it will be easier for us to manage your inquiries.

Thanks for understanding
·
Monday, 14 May 2018 12:48
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post