By Ignacio on Saturday, 27 September 2014
Posted in General Issues
Replies 6
Likes 0
Views 1.4K
Votes 0
Hello,

I would like to integrte Komento with J-BusinessDirectory.

I have followed the instructions provided in http://stackideas.com/docs/komento/integrations/creating-your-own-integration-files but can't seem to load the data correctly, I keep getting the error:

Warning: array_key_exists() expects parameter 2 to be array, null given in ../public_html/components/com_komento/helpers/helper.php on line 638

The table name is: jbusinessdirectory_companies
And I'm using:

$query->select('a.id AS id_field, a.name AS title_field, a.typeId AS catid_field, a.viewCount AS hits_field, a.userId AS created_by_field');
$query->from($db->quoteName('#__jbusinessdirectory_companies').' AS a');


Could you please help me make this happen?

Kind Regards,
Ignacio
Hello Ignacio,

I am really sorry for the delay of this reply as it is a weekend for us here. You can create a ticket for customizations at https://crm.stackideas.com Adding the codes is not really a difficult process but ensuring that the data matches (which table to lookout for, which view should the comments appear on) is extremely tedious
·
Saturday, 27 September 2014 15:46
·
0 Likes
·
0 Votes
·
0 Comments
·
The table structure of the Companies where I would like Komento to appear is:

1 id Identifies the company by a number
2 name Identifies the company by name
3 comercialName Identifies the company by alias
18 typeId Identifies the company by category
26 userId Identifies the company this is the owner of the company, (should be able to delete coments)
29 viewCount Identifies the number of hits

Site details included in this post.
Thanks again!
·
Saturday, 27 September 2014 01:30
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Ignacio,

I am really sorry but unfortunately right now we do not have integrations with JBusiness currently
·
Saturday, 27 September 2014 01:59
·
0 Likes
·
0 Votes
·
0 Comments
·
Where is the appropriated forum to post a request?

I would willingly pay to get this done, I've been looking at the komento_plugins files and it doesn't seem very complicated.

I don't think it would take any of you masters, too much time =)

Thanks!
·
Saturday, 27 September 2014 03:17
·
0 Likes
·
0 Votes
·
0 Comments
·
thank you. keep up the excellent work
·
Sunday, 28 September 2014 13:37
·
0 Likes
·
0 Votes
·
0 Comments
·
You are most welcome
·
Sunday, 28 September 2014 15:42
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post