I seem to be full of questions.
This one refers to table formatting. We've been running our forum since 2013 and its been XF 1.5 for all of that time. We just upgraded to XF 2.3.10, and the table structure that we've been using literally forever now doesnt work, leaving bbcodes in plain text everywhere.
Here's how our old table bbcode worked:
Is there any way to achieve this in XF 2.3? I'd love the same kind of functionality (back colors, width, alignment... basically all style optons) so I dont have to track down and change hundreds of posts.
Thoughts?
This one refers to table formatting. We've been running our forum since 2013 and its been XF 1.5 for all of that time. We just upgraded to XF 2.3.10, and the table structure that we've been using literally forever now doesnt work, leaving bbcodes in plain text everywhere.
Here's how our old table bbcode worked:
Code:
[TABLE="class: cms_table_grid, width: 700, align: center"]
[TR]
[TD="bgcolor: #0d4a70"]xxxxxxx[/TD]
[TD="bgcolor: #0d4a70"]zzz
[/TD]
[TD="bgcolor: #0d4a70"]zzz
[/TD]
[TD="bgcolor: #0d4a70"]zzzz
[/TD]
[/TR]
[/TABLE]
Is there any way to achieve this in XF 2.3? I'd love the same kind of functionality (back colors, width, alignment... basically all style optons) so I dont have to track down and change hundreds of posts.
Thoughts?