By Nicole Bernd on Sunday, 21 October 2018
Posted in Technical Issues
Likes 0
Views 863
Votes 0
I use both easydiscuss and easyblog plugins for my easysocial groups. As long as my group is public user easyblog posts are visible on the main easyblog page listings. However, the same is not true for easydiscuss. How can I adjust this so discussions posted in public groups display on the main easydiscuss page?
You're most welcome, it seems like i missed out some of the code as what i provided in earlier, i already updated it and your site as well, can you check again this page is it show those discussion now?
·
Sunday, 21 October 2018 12:32
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey there,

I am really sorry for the delay of this reply as it is a weekend for us here.

Actually that is default behaviour, it will not show those Easysocial group discussion post on the listing page, but it will appear on the 'Group' menu link on the toolbar and this user have to be the group member in order to see it, you can check my attached screenshot below.

If you would like to show these discussion on the recent page, you have to modify some code under this file
JoomlaFolder/administrator/components/com_easydiscuss/models/posts.php


LINE 771 -773


if (!$includeCluster) {
$where[] = "a.`cluster_id` = " . $db->Quote(0);
}


Replace with


//if (!$includeCluster) {
// $where[] = "a.`cluster_id` = " . $db->Quote(0);
//}
·
Sunday, 21 October 2018 10:51
·
0 Likes
·
0 Votes
·
0 Comments
·
Thank you for your code and swift help! I really would like to have all the questions listed together like the blogs.

I have correctly replaced the code in /public_html/administrator/components/com_easydiscuss/models/posts.php located on lines 771-773. After refreshing my site and deleting cache the group questions still are not included. Any ideas?
·
Sunday, 21 October 2018 11:40
·
0 Likes
·
0 Votes
·
0 Comments
·
That did it! You are wonderful. Thank you for your help with this :-)
·
Sunday, 21 October 2018 12:36
·
0 Likes
·
0 Votes
·
0 Comments
·
You're most welcome.

Just for your information, I have locked and marked this thread as resolved to avoid confusions in the future. Please start a new thread if you have any other issue in the future so it will be easier for us to manage your inquiries.

Thanks for understanding
·
Monday, 22 October 2018 09:57
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post