By Vincenzo on Monday, 12 February 2018
Posted in General Issues
Likes 0
Views 797
Votes 0
Hi guys,
Is it possible, as per title: to view ConverseKit ONLY in menu associated whit EasySocial?

Very Thanks
Hey Vincenzo,

This isn't really configurable out of the box but with a simple hack, you should be able to achieve this. Download the attached file and upload it into /plugins/system/conversekit/

The hack that I have added is at line 64, where I have added the following codes:

[gist]
// Only include in com_easysocial pages
if ($option != 'com_easysocial') {
return true;
}
[/gist]
·
Monday, 12 February 2018 23:11
·
0 Likes
·
0 Votes
·
0 Comments
·
Oooh
You are great!
·
Monday, 12 February 2018 23:34
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks, glad that your issue is resolved now
·
Monday, 12 February 2018 23:37
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post