By muhanad on Monday, 31 March 2014
Posted in General Issues
Replies 7
Likes 0
Views 651
Votes 0
Hello,

I have jomsocial actvitiy stream integration "on" and posting a blog doesn't generate a stream still. I've seen a nother post from another user and you have asked him to edit his blog.php and remove some code where it prevents posted to show in the activity stream when the category set to private. i did comment the codes but still didn't help.


Regards,
Hello Muhanad,

May I know which post you are referring to? I want to take a look on the modification. Please advise.
·
Monday, 31 March 2014 10:34
·
0 Likes
·
0 Votes
·
0 Comments
·
·
Monday, 31 March 2014 16:16
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Muhanad,

I've fixed it for you. Please have a look.
·
Monday, 31 March 2014 16:46
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello,

Thanks what was the issue? so i may need to save your modified file


Regards,
·
Monday, 31 March 2014 16:55
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Muhanad,

Seems like the line you have edited is not following the modification mentioned in the other post. It is still on the same line (925), I've added the missing code:

EasyBlogHelper::addJomSocialActivityBlog( $this, $isNew );


Hope this helps.
·
Monday, 31 March 2014 17:07
·
0 Likes
·
0 Votes
·
0 Comments
·
I am having similar issue.
I upgraded Jomsocial and Easyblog, but now easyblog posts are not showing up in jomsocial activity stream.
·
Monday, 12 May 2014 17:36
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Brian,

I am sorry for the late reply. Can you try put the below code in your site?
DIR: administrator\components\com_easyblog\tables\blog.php
Line: 933


if( $category->private == 0 )
{
// @rule: Add new stream item in jomsocial
EasyBlogHelper::addJomSocialActivityBlog( $this, $isNew );
}

Replace with

// Add new stream item in jomsocial
EasyBlogHelper::addJomSocialActivityBlog( $this, $isNew );


I am very sorry, we should remove that category private checking from the code, so everything is fine now, please have a check.
Hope this will help.
Thanks.
·
Thursday, 15 May 2014 13:13
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post