By Steven M on Thursday, 03 July 2014
Posted in Technical Issues
Replies 7
Likes 0
Views 652
Votes 0
Hi

My "Recent Discussions" module is displaying <p> at the beginning of the text of each article.

I think it is linked to JCE Editor which is my preferred editor. Problem isn't occurring with the recent Articles Module of EasyBlog (also using JCE Editor).

I would prefer to continue using JCE Editor, is there a fix for this? Or do I need to use an alternative editor?

Many thanks

Steve
Hello Steven,

Is it possible for you to provide us with the back end and FTP access to your site to check on this issue?
·
Thursday, 03 July 2014 23:36
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Mark

Thank you for this. I have provided FTP access

thanks

Steve
·
Friday, 04 July 2014 07:17
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Steven,

I am sorry for the late reply.
It seems like you didn't give the correct access to your site. Screenshot: http://screencast.com/t/8YUHagnt6k . Can you provide us with the correct access to your backend and FTP so that we can helps you check on this issue and fix it for you.

Please be advise.
Thanks.
·
Friday, 04 July 2014 11:08
·
0 Likes
·
0 Votes
·
0 Comments
·
My apologies

I have just reset passwords etc, so all should now be ok. I have provided the details again.

Thanks for your support.
·
Friday, 04 July 2014 11:30
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Steven,

I have fixed this issue on your site. Here my screenshot: http://screencast.com/t/Ka6n5BnRPR . Can you check it for me is this issue is resolved? If you have anymore question, please don't hesitate to ask us.

Hope this will help.
Thanks.
·
Friday, 04 July 2014 11:54
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi

All looks good and working ........ thank you

I am wondering if this will occur again after future updates?

Are you able to tell me the fix, just in case it occurs again?

thanks

Steve
·
Friday, 04 July 2014 12:44
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Steven,

Thanks for your update.
I have put this code in this file: \modules\mod_recentdiscussions\helper.php in line: 141
What I done was replacing this code

$row->content = DiscussHelper::wordFilter( $row->content );

with this code

$row->content = strip_tags( html_entity_decode( DiscussHelper::wordFilter( $row->content) ) );

If you have anymore question, please don't hesitate to ask us.
Hope this will help.
Thanks.
·
Friday, 04 July 2014 15:24
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post