Page 1 of 1

BBCode tables support?

Posted: 03 Aug 2014 10:43
by kamnet
Would you consider an update to BBCode to implement tables?
http://www.bbcode.org/examples/?id=14

Re: BBCode tables support?

Posted: 03 Aug 2014 14:12
by Chrill
Well, that can easily be done in Code

Code: Select all

Name    Age
John     65
Gitte    40
Sussie   19

Re: BBCode tables support?

Posted: 03 Aug 2014 15:39
by Transportman
Chrill wrote:Well, that can easily be done in Code

Code: Select all

Name    Age
John     65
Gitte    40
Sussie   19
But with Code you have to align it yourself, which can be cumbersome. On my screen, the 40 from your table seems to be 1 space to the left in my edit window, but in your reply it is perfectly in line with the other numbers.

Re: BBCode tables support?

Posted: 03 Aug 2014 22:22
by kamnet
Code should be for code or other fixed-width text formatting. It is quite insufficient for actual tabled information and layout, though. Code also doesn't allow you to use any type of mark-up including hyperlinking or imbedding images.

Re: BBCode tables support?

Posted: 04 Aug 2014 09:33
by orudge
It might be possible, I'd have to see if I could find a way of doing it that works nicely. It'd be very easy for people to potentially mess up the layout of the forum (or at least create some very ugly tables with things in the wrong place).

I'm getting married on Saturday though, so it probably won't happen in the next few weeks I'm afraid!

Re: BBCode tables support?

Posted: 04 Aug 2014 11:28
by Pingaware
orudge wrote:I'm getting married on Saturday though, so it probably won't happen in the next few weeks I'm afraid!
What? Personal life taking precedence over administration of a forum for a hobby? We're on the slippery slope now - soon, you'll be going to work rather than catering to our every need...

Joking of course :P Congratulations Owen! :)

Re: BBCode tables support?

Posted: 07 Sep 2014 12:12
by GunChleoc
As long as you only install css based layouts (i.e. no SubSilver2), bad tables shouldn't mess up the forums like they would have with phpBB2.

Re: BBCode tables support?

Posted: 08 Sep 2014 15:55
by orudge
Unfortunately, the default theme for TT-Forums is subSilver2-based, and will probably remain to be so for the foreseeable future unless anyone would care to rewrite it. ;)

Will have to see how phpBB 3.1 will fit into everything at some point, too...

Re: BBCode tables support?

Posted: 21 Feb 2016 13:09
by kamnet
Since we've made the jump to PHPBB 3.1, any chance of revisiting this suggestion?

Re: BBCode tables support?

Posted: 22 Feb 2016 10:40
by orudge
The TT theme is still table-based, so phpBB 3.1 doesn't make much difference in that sense. I'll put it on my todo list to try to look at this though, along with the spoiler tag requested in the other topic here.

Re: BBCode tables support?

Posted: 24 May 2016 15:15
by kamnet
Did you happen to take a look at bb-code table support?