Resolved Tables in posts are broken

indy91

Addon Developer
Addon Developer
Joined
Oct 26, 2011
Messages
1,226
Reaction score
588
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]
 

Xyon

Puts the Fun in Dysfunctional
Administrator
Moderator
Orbiter Contributor
Addon Developer
Webmaster
GFX Staff
Beta Tester
Joined
Aug 9, 2009
Messages
6,926
Reaction score
793
Points
203
Location
10.0.0.1
Website
www.orbiter-radio.co.uk
Preferred Pronouns
she/her
tablesseemtowork
fineformehere
 

Xyon

Puts the Fun in Dysfunctional
Administrator
Moderator
Orbiter Contributor
Addon Developer
Webmaster
GFX Staff
Beta Tester
Joined
Aug 9, 2009
Messages
6,926
Reaction score
793
Points
203
Location
10.0.0.1
Website
www.orbiter-radio.co.uk
Preferred Pronouns
she/her
Interesting, I'll dig into that
 

Xyon

Puts the Fun in Dysfunctional
Administrator
Moderator
Orbiter Contributor
Addon Developer
Webmaster
GFX Staff
Beta Tester
Joined
Aug 9, 2009
Messages
6,926
Reaction score
793
Points
203
Location
10.0.0.1
Website
www.orbiter-radio.co.uk
Preferred Pronouns
she/her
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.
 

indy91

Addon Developer
Addon Developer
Joined
Oct 26, 2011
Messages
1,226
Reaction score
588
Points
128
Awesome, thank you!
 
Top