By Fiorino De Santo on Tuesday, 24 March 2015
Posted in Technical Issues
Replies 9
Likes 0
Views 545
Votes 0
Hi,
I can't add HTML code into post or replies, it is not shown after update!!!

please help me, I have a support forum and now it's not possible to send code.
Hello Fiorino,

Sorry but I don't really understand your issue here. Can you please elaborate more on this please? Is it possible for you to provide us with the back end and FTP access to your site to check on this issue?
·
Wednesday, 25 March 2015 00:28
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi,
I will explain with some image (my english is bad )

I can't use any html tag in EasyDiscuss. It's important for me write HTML/PHP code in my forum.
·
Wednesday, 25 March 2015 00:37
·
0 Likes
·
0 Votes
·
0 Comments
·
This happens even on your site

<p>Hello World</p>


I recently upgraded EasyDiscuss to latest version, with old version it worked well
·
Wednesday, 25 March 2015 00:43
·
0 Likes
·
0 Votes
·
0 Comments
·
Sorry on your site works
·
Wednesday, 25 March 2015 00:43
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello,

Is it possible for you to provide us with the back end and FTP access to your site to check on this issue?
·
Wednesday, 25 March 2015 00:48
·
0 Likes
·
0 Votes
·
0 Comments
·
Is it possible for you to provide us with the back end and FTP access to your site to check on this issue?
unfortunately I can't.

I found this solution:
in file /components/com_easydiscuss/helpers/helper.php I have commented line 4179
//$content = strip_tags(html_entity_decode($content));

in file /components/com_easydiscuss/helpers/parser.php I have commented line 289
//$code 	= html_entity_decode( $code );
·
Wednesday, 25 March 2015 01:32
·
0 Likes
·
0 Votes
·
0 Comments
·
Hm, does this work for you?
·
Wednesday, 25 March 2015 01:39
·
0 Likes
·
0 Votes
·
0 Comments
·
Yes, see screenshot
·
Wednesday, 25 March 2015 01:47
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks for the input on this. I will take a look at this issue.
·
Wednesday, 25 March 2015 02:49
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post