By Le Giang Anh on Sunday, 06 August 2017
Posted in Technical Issues
Replies 3
Likes 0
Views 664
Votes 0
Hi,

Is there any way to auto post a post to predefined ED category if I publish a Joomla article in my site? The post should have the link to the article as well.
This feature is very good in Kunena and I don't know whether I can do that in ED.

Thanks,
Anh
- The discussion only shows the intro content. Is there any way to show full article here? It would be great if I can have both the read more and full article https://www.screencast.com/t/0BiyNJNK75z


To do this, you have to modify this file -> JoomlaFolder/plugins/content/easydiscuss/easydiscuss.php


// LINE 707
$text = $article->introtext;

// Replace with
$text = $article->introtext . $article->fulltext;


- Is there any way to set the match between Joomla category and ED category? Like article in Joomla Category A will go to ED category B while Article in Joomla category B will go to ED category D.

Unfortunately currently that was not possible to achieve this at this point of time.
·
Monday, 07 August 2017 16:53
·
0 Likes
·
0 Votes
·
0 Comments
·
You can enabled this Content - EasyDiscuss plugin from backend > extension > plugin , then configure which Joomla category article you want to fetch into Easydiscuss.

Hope this help.
·
Monday, 07 August 2017 10:50
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi,

I'm able to add the post in the forum. However, I have several questions:

- The discussion only shows the intro content. Is there any way to show full article here? It would be great if I can have both the read more and full article https://www.screencast.com/t/0BiyNJNK75z
- Is there any way to set the match between Joomla category and ED category? Like article in Joomla Category A will go to ED category B while Article in Joomla category B will go to ED category D.

Thanks,
Anh
·
Monday, 07 August 2017 15:51
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post