Resolved Tables in posts are broken

indy91

Addon Developer
Addon Developer
Joined
Oct 26, 2011
Messages
1,262
Reaction score
727
Points
128
When I add a table to a post, using the "Insert Table" button, then instead of the table the post just shows "No code has to be inserted here.". Let me post an example:

Test1Test2
Test3Test4

When I edit the post it does show the "source code" of the table though:

Code:
[TABLE]

[TR]

[TD]Test1[/TD]

[TD]Test2[/TD]

[/TR]

[TR]

[TD]Test3[/TD]

[TD]Test4[/TD]

[/TR]

[/TABLE]
 
tablesseemtowork
fineformehere
 
Interesting, I'll dig into that
 
Solved - we had some leftover custom BB code from running vBulletin that was overriding the XenForo built-in Table BB-code. Disabling that fixes the issue.
 
Awesome, thank you!
 
Back
Top