Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Problem with HTML tables in Discussions.
I wanted to post a table in one of the discussions in my vanilla 2.0.16 Forum and i got the following problem.
table code typed in the discussion box:
and the resulting output in html code:
How can I get the table code working properly? Code like
table code typed in the discussion box:
<table style="border: 1px solid #000000;">
<tbody>
<tr>
<td>Cell 1.1</td>
<td>Cell 2.1</td>
</tr>
<tr>
<td>Cell 1.2</td>
<td>Cell 2.2</td>
</tr>
</tbody>
</table>
and the resulting output in html code:
<br>
<br> Cell 1.1 Cell 2.1 Cell 1.2 Cell 2.2 <table><tbody> <tr></tr><tr></tr></tbody></table>
How can I get the table code working properly? Code like
<img>
or <ul>
works fine.
Tagged:
0
Comments
It would really help if you could take a look here and provide more details about your platform.
/cd
The plugins I have activated on my forum are "Emotify ", "Last Edited" and "Poll". Strangely it says, there are 4 plugins activated. Applications are "Vanilla" and "Conversations".
I think the problem is that the Vanilla formatter does not allow tables in the document, rather just a, img and others. You don't have HtmLawed installed, so I assume that the default Html formatter of Vanilla kicks in. I'm trying to look up where that comes in, but @Lincoln might help more.
/cd
/cd
Vanilla Forums COO [GitHub, Twitter, About.me]
is not working.
You can find it here: http://vanillaforums.org/addon/htmlpurifier-plugin
Make sure you disable Htmlawed and enable Html Purifier.