By Kenneth Alimba on Monday, 27 August 2018
Posted in General
Replies 5
Likes 0
Views 560
Votes 0
Why is it that the Conversations link from the EasyDiscuss does not open the ConverseKit chat ? I integrated EasySocial Inbox with EasyDiscuss, why isn't it working?
Hey there,

We can replicate this issue. We will issue a ticket for the developer to look into.
·
Tuesday, 28 August 2018 12:08
·
0 Likes
·
0 Votes
·
0 Comments
·
Are you telling me you will do this on your own or are you asking me how to replicate the issue? If you're asking how to do the second, then register an account on my website http://www.catholicgo.com and see. After you can delete the account. Use a test email or something.
·
Thursday, 30 August 2018 00:57
·
0 Likes
·
0 Votes
·
0 Comments
·
We are currently looking into the issue ourselves as it is a bug. Thanks for informing.
·
Thursday, 30 August 2018 10:41
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey there,

I've already consulted with the developer. That is how it should behave by default.

In order to have the Conversekit shows up after clicking conversation in EasyDiscuss, alter this file :

JoomlaFolder/components/com_easydiscuss/themes/wireframe/toolbar/defaults.js at line 5 insert


// If conversekit is installed, do not redirect the user
if (window.ck !== undefined) {
$('[data-ed-external-conversation]').on('click', function(event) {
event.preventDefault();
});
}


JoomlaFolder/components/com_easydiscuss/themes/wireframe/toolbar/default.php at line 206 insert


data-ck-chat data-ed-external-conversation
·
Tuesday, 04 September 2018 17:03
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post