Hi.
I found a compatibility issue with the Joomla component named "Crowdfunding Platform" from
http://itprism.com
This extension allows me to create crowdfunding campaigns in my website.
If I enable the EasyDiscuss Content plugin I get an error when I try to create a new campaign.
I temporary solved this issue by editing easydiscuss.php found in the directory of the ED Content plugin.
at line 73, I entered this code:
if ($this->extension == 'com_crowdfunding') {
return;
}
It is useful for me to avoid the loading of ED plugin in the Crowdfunding Platform views.
What do you think about?
Thank you and have a nice day!