Page 4 of 4

Re: Add BBCode support for [table][/table]

PostPosted: Fri Aug 03, 2012 9:02 am
by Campin_Killer
Would definately help for tournaments, and avoid having to take Excel screenshots

Re: Add BBCode support for [table][/table]

PostPosted: Fri Aug 03, 2012 9:27 am
by isaiah40
AndyDufresne wrote:The table support is nice, but it has a lot of other features that looks like it'd get in the way. While investigating it, did you see if we could disable some functions?


--Andy

Yes! Here's a screen shot.
Click image to enlarge.
image

Re: Add BBCode support for [table][/table]

PostPosted: Sat Nov 24, 2012 4:25 am
by greenoaks
AndyDufresne wrote:The table support is nice, but it has a lot of other features that looks like it'd get in the way. While investigating it, did you see if we could disable some functions?


--Andy

isaiah40 answered your question 4 1/2 months ago.

when will this be implemented ?

Re: [Forum] Add BBCode support for [table][/table]

PostPosted: Mon Sep 02, 2013 7:59 am
by DaveH
I wrote about the use of these codes for making tables in Issue #94 http://www.conquerclub.com/forum/viewtopic.php?f=89&t=178308.

In this I wrote a simple Excel macro for forming a table of any numbers of rows and columns - I can see an update coming on!

Re: Add BBCode support for [table][/table]

PostPosted: Mon Sep 02, 2013 9:39 am
by DaveH
AndyDufresne wrote:The reason why is because they aren't as functional as we would like them to be. They add unnecessary space at the beginning of any post with a table.

Click image to enlarge.
image


And it gets worse as you add more lines to your table, with the code blakebowling has submitted so far.

--Andy


You can get rid of the space by excluding carriage returns. i.e. create just one line of code. For instance:
Round:Table:Ante:Stake:Game:
41100400Game 13132839
Players..Chips..Less Ante..Bids..Stake..After
StubbsKVM500400Fold0400
Leverpuller17001600Call4001200
wombat4200100All In1000
TX AG 90500400All In4000
blindman30300200All In2000
GioDuce28002700Fold02700
------------------
Total Before:6000Total:1100Total:4300
Total Ante:600Winner:1700Check:6000
------------------
Map:Kings Court IIEscChainedYesNo


Anyway; back to the suggestion - I would certainly support it. The more you can integrate Excell into CC the better from my point of view.

Re: [Forum] Add BBCode support for [table][/table]

PostPosted: Mon Sep 02, 2013 8:56 pm
by isaiah40
I believe, and still do, that installing the upgraded phpBB BBCode is the better way to go.

Re: [Forum] Add BBCode support for [table][/table]

PostPosted: Fri Sep 06, 2013 8:18 pm
by greenoaks
I found a site that shows an example of how you can get a table rendered via bbcode using the {table}, {tr}, {td} and {th} tags. It came from BBcode.org.

http://www.bbcode.org/examples/?id=14

Re: [Forum] Add BBCode support for [table][/table]

PostPosted: Tue Sep 10, 2013 2:50 pm
by ender516
greenoaks wrote:I found a site that shows an example of how you can get a table rendered via bbcode using the {table}, {tr}, {td} and {th} tags. It came from BBcode.org.

http://www.bbcode.org/examples/?id=14
Yes, that is the syntax that we want, I think, but those codes are not implemented in the version of phpBB that Conquer Club uses. I agree with isaiah40.
isaiah40 wrote:I believe, and still do, that installing the upgraded phpBB BBCode is the better way to go.

There may be some hiccups in behaviour when catching up to current versions of software, but generally things improve overall.

Re: [Forum] Add BBCode support for [table][/table]

PostPosted: Tue Sep 10, 2013 5:05 pm
by greenoaks
are we going to update sometime soon?

Re: [Forum] Add BBCode support for [table][/table]

PostPosted: Sun Aug 28, 2016 11:16 am
by grt
Anyone know if we can do this yet?

I would really like to create a table in the forums but haven't found a way to do this yet

Re: [Forum] Add BBCode support for [table][/table]

PostPosted: Tue Sep 06, 2016 6:46 pm
by Dukasaur
grt wrote:Anyone know if we can do this yet?

I would really like to create a table in the forums but haven't found a way to do this yet


Table tags do work in the forums now.


long headline...long headline...long headline...
[center]Sinatra[/center][center]Martin[/center][center]Bishop[/center]
[center]1[/center][center]2[/center][center]3[/center]


There's no automation. You have to enter your tr, td, etc., tags manually. Speak to Ch0rn if you need advice.

Re: [Forum] Add BBCode support for [table][/table]

PostPosted: Wed Sep 07, 2016 12:58 am
by grt
Thanks - I worked it out.