By masanori oyama on Tuesday, 20 May 2014
Posted in General Issues
Likes 0
Views 501
Votes 0
Hi,

I may be doing wrong but I do not see EasySocial stream items created when a user made a comment on EasyBlog.
I appreciate you advice. Site info attached.
Hello Masanori,

I am sorry for the late reply.
I have put a fix in your site. Dir: \administrator\components\com_easyblog\tables\subscription.php .

public function store($updateNulls = false)
{
$isNew = ( empty( $this->id ) ) ? true : false;
$state = parent::store($updateNulls);
...

This fix will be included in the next release.

Can you check for me is this issue has resolved?
Please be advise.
Thanks.
·
Wednesday, 21 May 2014 23:21
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello,

Please set the user with super administrator privilege so that I can login to the back end of the site
·
Tuesday, 20 May 2014 23:22
·
0 Likes
·
0 Votes
·
0 Comments
·
Mark,

Thank you.
I did.
please try login to backend.
·
Tuesday, 20 May 2014 23:39
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello,

Ah, it looks like you are using EasySocial comments. EasySocial comments on EasyBlog does not regenerate a stream because it will be quite silly to have another stream and another set of comments that are not linked to the blog post

If you use the comment in EasyBlog, posting a new comment in EasyBlog should automatically generate a new stream item in EasySocial.
·
Wednesday, 21 May 2014 03:26
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Mark,

Thank you.
OK.
The system generates a stream item when a user post a blog.
Other users can post a comment to that stream item. Then the system creates a stream item to notice a comment posted.

Some other users may post a comment to the blog on the blog page. This case the stream item is not created.

I think this is a little complicated to the users....
Do you recommend EasyBlog comment system?
·
Wednesday, 21 May 2014 08:40
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello,

Hm, sorry but I don't really understand you here. When you use the built in comment system in EasyBlog, what actually happens is that posting a new comment in the blog would generate a new stream activity in EasySocial.
·
Wednesday, 21 May 2014 11:53
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Mark,

Yeah I understand and I'll use built-in comment system.
But...
Although this is the another issue, it seems I have js conflict on my site.
When I post a comment via built in system, the status bar keep running....

I appreciate it if you could help me:)
·
Wednesday, 21 May 2014 13:49
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Masanori,

I am sorry for the late reply.
I have fix this issue on your site. I put some code in this file: \components\com_easyblog\views\entry\view.ejax.php . Line 381.

if( $config->get( 'comment_captcha_registered' ) )
{
EasyBlogHelper::getHelper( 'Captcha' )->reload( $ajax , $post );
}

Please do backup if you want to update Easyblog, since this file is a core file and it will be overriden by the new one.

Hope this will help.
Thanks.
·
Wednesday, 21 May 2014 17:04
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Mohd,

Thank you very much for your help:)
Hacked file allows comment ajax work for some users but not for all users.... Why?

Please login to my site by the username I've provided before. This user can comment well.
Then please login by the xxx. This user can not comment well. (ajax does not work).
(Browser says
Uncaught TypeError: Cannot read property 'length' of undefined easyblog-3.9.15790.optimized.min.js:2)

The xxx is as same as the one I've provided.
·
Wednesday, 21 May 2014 21:50
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Mohd,

Thank you for your help!
It works perfect on my site:D
·
Wednesday, 21 May 2014 23:56
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Masanori,

You're welcome. Glad to hear your issue have been resolved.
If you have anymore question, please don't hesitate to ask us and please create a new ticket. I will mark this ticket as resolved.

Thanks again and have a wonderful day.
·
Thursday, 22 May 2014 00:01
·
0 Likes
·
0 Votes
·
0 Comments
·
Mohd,

OK!
Thank you.
You have a nice day too.
·
Thursday, 22 May 2014 00:14
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks for updating, glad that your issues are resolved now.
·
Monday, 26 May 2014 11:23
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post