Page 1 of 1

Table functionality?

Posted: 07 May 2024, 18:43
by masamunemaniac
If it is simple enough to get tables enabled or added in via an extension or whatever, that would be useful. I currently mainly use this in the oc directory, but it's the sort of thing I'd probably use more elsewhere.
(If it can be implemented but the bbcode isn't just the usual table/tr/td that's fine, it'd take me two minutes to update my existing stuff.)

Currently if I use the following code:

Code: Select all

[table]
[tr][td]A1[/td][td]A2[/td][/tr]
[tr][td]B1[/td][td]B2[/td][/tr]
[/table]
It just displays:
[table]
[tr][td]A1[/td][td]A2[/td][/tr]
[tr][td]B1[/td][td]B2[/td][/tr]
[/table]

Re: Table functionality?

Posted: 07 May 2024, 21:07
by ClefdeSoll
I've installed this extension, let me know how it goes!

Re: Table functionality?

Posted: 21 May 2024, 02:40
by masamunemaniac
Cisum OC Directory.

Spent a while trying to think of how to get it working with the 7 column/10 row limit, but apparently that isn't a real limit (condensed it down to 8 columns before thinking to test that, oops).

The post character limit means I need to split the tables across two posts differently. Upping that from 20k to 30k would be plenty for now, 40k would add some futureproofing.

The tables don't seem to support line breaks in them? Most noticeable with the Elements column being a mess now... not figured out a good workaround for that yet, so the tables are a little ugly until I do...