Some forum updates!!

I misspoke. There is table support via a VERY common plugin. The problem is that it uses more common table syntax:
Code:
[table]
[tr]
[td]Cell 1[/td][td]Cell 2[/td]
[/tr]
[/table]

I'm working on building one that works with our OLD table syntax so that old posts work correctly:
Code:
[table=2]Row 1, Cell 1[c]Row 1, Cell 2[c]Row 2, Cell 1[c]Row 2, Cell 2[/table]

Ah, gotcha, that works, take your time. I'd rather have all the old posts fixed at a later date (along with old code format) than have a different table function implemented now-ish.
 
I guess the edits weren't lit up well enough. :p The tag is now 'YOU'.

Darcness

Code:
[YOU]Darcness[/YOU]

The @ tag still does what it used to (and reuses the USER tag): @Darcness
 
Does the YOU tag also "ping" or notify the person you tag?
 
Does the YOU tag also "ping" or notify the person you tag?
It does not. Mostly, this is designed to facilitate the old 'ME' tag, which we have used to sign petitions and the like.
 
SO... Tables.

Code:
There's some options that have to be filled in.
[table=<numberOfColumns>,<title>,<hasHeaderRow>]Cell Data 1[c]Cell Data 2[c]Cell Data 3[c]Cell Data 4[/table]

<numberOfColumns> is required, and must be a positive number.
<title> is not required, and assumes no text by default.
<hasHeaderRow> is either 1 or 0, and assumes 0 (no header row).

The following table would look like this:
[table=2,People who can suck it,1]Who[c]Why[c]JayDee[c]We[c]Sopo[c]Have[c]Olde Delaware[c]Tables[/table]

People who can suck it
WhoWhy
JayDeeWe
SopoHave
Olde DelawareTables


@JayDee @Olde Delaware @Sopo
 
wow, im so offended to not be included in the sucking of it.
 
People Who Don't Know How to Use Tables
WhoWhyRating
DarcnessPuts words in second column instead of proper explantion of why1
SopoPuts words in second column instead of proper explantion of why3
JayDeePuts words in second column instead of proper explantion of why5
 
Last edited:
People who can't spell my name right
WhoWhy
BowzinThe "D"
Bowzinis
Bowzincapitalized
 
Back
Top