By Santi Pink on Friday, 25 October 2013
Posted in General Issues
Replies 0
Likes 0
Views 634
Votes 0
Hi: I want to integrate Komento with EasyBlog - and this works fine.

I turned off the integration with EasyBlog and EasyDiscuss so that a discussion forum is not generated each time a blog is created. The only thing integrated with EasyDiscuss comments is K2 and Joomla Contents.

However, it continues to generate a discussion whenever an EasyBlog blog posting is created.

I checked the settings on ED, EB and the EasyDiscuss plugin, and I don't see a switch that I might have missed.

Can you help me troubleshoot, any ideas?

Thanks
Thanks Adelene! For future reference, can you share what the hack was so that I can transfer it over to the next version of ED? Thanks again!

·
Wednesday, 30 October 2013 09:46
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello,

Sorry for the late reply. I modified like 95 from
	if( $this->extension == 'com_easydiscuss' || $this->loaded || ( isset( $article->easydiscuss ) && $article->easydiscuss == true ) || ( $this->extension == 'com_content' && !$article->state ) )

to
	if( $this->extension == 'com_easydiscuss' || $this->loaded || ( isset( $article->easydiscuss ) && $article->easydiscuss == true ) || ( $this->extension == 'com_content' && !$article->state ) && $this->extension == 'com_easyblog' )

Hope this helps.

Thanks!
·
Wednesday, 30 October 2013 10:35
·
0 Likes
·
0 Votes
·
0 Comments
·
Many thanks!
·
Wednesday, 30 October 2013 11:03
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello,

You are most welcome. Glad that your issue is solved.

Thanks!
·
Wednesday, 30 October 2013 11:11
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post