By TOM on Sunday, 12 January 2014
Posted in Technical Issues
Replies 9
Likes 0
Views 871
Votes 0
i am running joomla 3.2.1
easyblog 3.9.15155
jomsocial 3.1.0.1

Easyblog posts will not show up in the jomsocial activity stream.
I have easy blog set to integrate with jomsocial properly in the backend - all activity stream activity integrations set to 'yes'.
Can you please assist,
Hello Tom,

I am really sorry for the delay of this reply as it is a weekend for us here. Can you please provide us with the FTP access to the site?
·
Sunday, 12 January 2014 01:38
·
0 Likes
·
0 Votes
·
0 Comments
·
hi mark, yes here you go:
TOM
·
Sunday, 12 January 2014 02:17
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Tom,

Ah, it looks like all your categories are actually private . In order for the stream to be generated, the category needs to be public. Please take a look at my screen shot here, http://screencast.com/t/VngYESZi

If you want I could customize it so that all blog entries get's pushed to the stream regardless of the privacy. You can edit the file /administrator/components/com_easyblog/tables/blog.php and at line 925 locate the codes below:


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


Replace it with,


EasyBlogHelper::addJomSocialActivityBlog( $this, $isNew );
·
Sunday, 12 January 2014 14:11
·
0 Likes
·
0 Votes
·
0 Comments
·
thanks mark ill give this a try and let you know how i get on,
Tom.
TOM
·
Sunday, 12 January 2014 21:35
·
0 Likes
·
0 Votes
·
0 Comments
·
No problem Let me know if you still need help here.
·
Sunday, 12 January 2014 21:49
·
0 Likes
·
0 Votes
·
0 Comments
·
hi mark, thanks for the quick replies.
I've added that line of code to the blog.php file.
but I still have a problem - I now cannot post a blog.
Whenever i try to write a blog post - as soon as i press to publish the post i receive a blank browser page with the word 'debug' (i have attached a screenshot)

I hope you can assist,

regards,
tom.
TOM
·
Sunday, 12 January 2014 21:58
·
0 Likes
·
0 Votes
·
0 Comments
·
Oh dear, my bad. I was debugging jomsocial but if you hit this message means that it would be successful. I have removed it now
·
Sunday, 12 January 2014 22:10
·
0 Likes
·
0 Votes
·
0 Comments
·
great stuff its working now,

brilliant support mark, thank you,
tom
TOM
·
Sunday, 12 January 2014 22:29
·
0 Likes
·
0 Votes
·
0 Comments
·
You are most welcome Tom Glad that your issues are resolved now.
·
Monday, 13 January 2014 01:33
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post