• The site has now migrated to Xenforo 2. If you see any issues with the forum operation, please post them in the feedback thread.
  • An addendum to Rule 3 regarding fan-translated works of things such as Web Novels has been made. Please see here for details.
  • The issue with logging in with email addresses has been resolved.
  • Due to issues with external spam filters, QQ is currently unable to send any mail to Microsoft E-mail addresses. This includes any account at live.com, hotmail.com or msn.com. Signing up to the forum with one of these addresses will result in your verification E-mail never arriving. For best results, please use a different E-mail provider for your QQ address.
  • For prospective new members, a word of warning: don't use common names like Dennis, Simon, or Kenny if you decide to create an account. Spammers have used them all before you and gotten those names flagged in the anti-spam databases. Your account registration will be rejected because of it.
  • Since it has happened MULTIPLE times now, I want to be very clear about this. You do not get to abandon an account and create a new one. You do not get to pass an account to someone else and create a new one. If you do so anyway, you will be banned for creating sockpuppets.
  • Due to the actions of particularly persistent spammers and trolls, we will be banning disposable email addresses from today onward.
  • The rules regarding NSFW links have been updated. See here for details.

Table Request

TheLastOne

A Personage of Impeccable Taste. For Destruction.
Joined
Jul 10, 2018
Messages
10,663
Likes received
81,359
I've been running into an issue for my story - and a reader suggested I make a feature request. It seems unlikely that it's worth it for one user, but I figure I might as well. Maybe other users will come out of the woodwork and want it? If not, feel free to ignore me.

Basically, I've been running into the issue that you can't merge or split cells in a table, which makes some things really hard to do. I've been getting by by having mulitple tables on top of each other, but it means columns don't match up cleanly, so it's a little bit of a mess.

I know some Xenforo form sites support it, and the user in question pointed out a github implantation -


Maybe I'm not the only one who wants it? If anyone does, speak up. Otherwise I guess it's no big deal.
 
Actually, I just noticed an old post in your thread that appears to pull that off:
For further condensation, you might merge together cells for the same achievement, like so:
Event Correction

General Weightlifting II: Corrects Physical Outcomes involving Weightlifting to a [Minor] extent.

Unlock Fitness on Luca/Doll/whatever Status.

Athletic Form II: Corrects Physical Outcomes involving Proper Form to a [Minor] extent.

+2 Vitality Recovery, + 1 Fitness Recovery
........
Fable: Initiate
The direction of your life has deviated from reality to a [Trivial] extent through Myths.
........

Myth: Prim and Proper
There is propriety, grace, and decorum.

Sorcery: Initiate
The Flow of Events has deviated from reality to a [Trivial] extent through Influences.

Influence: Everything in its Place
The design disallowed deviation or chaos.
Although you'd need to experiment to find out whether it actually handled a full table in a stable, sensible fashion or if it would do something like not line up borders across the merges, or pick awful column-widths because one segment didn't have much text even though that mangled an entry that was the other side of merged cells. Still, might be worth asking for a tutorial?
 
Actually, I just noticed an old post in your thread that appears to pull that off:

Although you'd need to experiment to find out whether it actually handled a full table in a stable, sensible fashion or if it would do something like not line up borders across the merges, or pick awful column-widths because one segment didn't have much text even though that mangled an entry that was the other side of merged cells. Still, might be worth asking for a tutorial?
It looks like you have to go back to raw BB code (or quote/copy from an old post) to do it. My old table and a new, blank one that I made just now don't even use the same BB code standard!
Code:
[TABLE]
[TR]
[TD][/TD]

[TD][/TD]
[/TR]
[TR]
[TD][/TD]

[TD][/TD]
[/TR]
[/TABLE]
Code:
[xtable=@x400]
{tbody}
{tr}
{td=colspan:9|border-color:#be8214|center}Event Correction{/td}
{/tr}
{tr}
{td=colspan:9|border-color:#be8214|center}
General Weightlifting II: Corrects Physical Outcomes involving Weightlifting to a [Minor] extent.
 
Unlock Fitness on Luca/Doll/whatever Status.{/td}
{/tr}
{tr}
{td=colspan:9|border-color:#be8214|center}
Athletic Form II: Corrects Physical Outcomes involving Proper Form to a [Minor] extent.

+2 Vitality Recovery, + 1 Fitness Recovery{/td}
{/tr}
{tr}
{td=colspan:3|rowspan:4|border-color:#be8214|center}........{/td}
{td=colspan:3|border-color:#be8214|center}
Fable: Initiate
The direction of your life has deviated from reality to a [Trivial] extent through Myths.{/td}

{td=colspan:3|rowspan:4|border-color:#be8214|center}........{/td}
{/tr}
{tr}
{td=colspan:3|border-color:#be8214|center}
Myth: Prim and Proper
There is propriety, grace, and decorum.{/td}
{/tr}
{tr}
{td=colspan:3|border-color:#be8214|center}
Sorcery: Initiate
The Flow of Events has deviated from reality to a [Trivial] extent through Influences.{/td}
{/tr}
{tr}
{td=colspan:3|border-color:#be8214|center}
Influence: Everything in its Place
The design disallowed deviation or chaos.{/td}
{/tr}
{/tbody}
[/xtable]
 
I'm guessing the older table was made prior to the XF2 changeover?
 

Users who are viewing this thread

Back
Top