Forum Replies Created
-
In reply to: HTML tags appear in the forum posts
@robkk You’re the best 🙂 I haven’t noticed this actually o_O Everything is working fine now after disabling the plugin..
Many thanks
HopeIn reply to: HTML tags appear in the forum postsTrue, there’s a couple of mess ups in the code o_O but I’m writing directly into the forum using the full editor, not copying and pasting the text! Changing the text style using the editor generated this code! Strange! Could this be an issue from the editor itself? Have you tried the “bbPress Enable TinyMCE Visual Tab” plugin?
Thanks for your help and time
HopeIn reply to: HTML tags appear in the forum postsThanks Robkk for your reply! Actually I’m using the “bbPress Enable TinyMCE Visual Tab” plugin, I had to disable the full editor.. Isn’t there any solution for this?
Thanks
In reply to: HTML tags appear in the forum postsActually I already added ‘style’ to ‘span’, I added the paragraph ‘p’ as you mentioned but still the same issue!
Here’s the part of the HTML page that is treated in the function but still HTML tags appear in the post:
<p> <span style="text-decoration: underline; color: <a class="hashtag" rel="nofollow" href="http://localhost/wordpress/forums/search/?bbp_search=%23000080">#000080</a> ;”> <em> <strong> <span style="font-size: 12pt;font-family: arial,helvetica,sans-serif">test</span> </strong> </em> </p>
Again, have I missed something?
Thanks for your help
HopeIn reply to: HTML tags appear in the forum postsThanks Robkk for your help! I tried the mentioned code but apparently it’s not working properly, I don’t know why! For example, I’m still having:
<span style=”text-decoration: underline; color: #ff0000;”>test
Although “span” is supposed to be treated in the code.Have I missed something?
Thanks for your help
HopeIn reply to: HTML tags appear in the forum posts