Table functionality?

This place is brand new so if there's anything you'd like to see, please let us know!

Moderator: Global Moderator

Post Reply
User avatar
masamunemaniac
Newbie
Posts: 26
Joined: 13 Jun 2023, 00:48
Location: Cisum
Contact:

Table functionality?

Post 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]
User avatar
ClefdeSoll
Administrator
Posts: 70
Joined: 13 Jun 2023, 00:45
Location: Clock Town, Termina
Contact:

Re: Table functionality?

Post by ClefdeSoll »

I've installed this extension, let me know how it goes!
User avatar
masamunemaniac
Newbie
Posts: 26
Joined: 13 Jun 2023, 00:48
Location: Cisum
Contact:

Re: Table functionality?

Post 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...
Post Reply