added BBCodes

Tell us what do you like to have in PokerTH
Post Reply
User avatar
dncnbear
Posts: 392
Joined: Wed Nov 30, 2016 12:00 am
Been thanked: 2 times

[columns] [nextcol] [/columns]

example here : http://nbbc.sourceforge.net/readme.php?page=bbc_col

tyia, dbear
Have a grateful day.
M4N!4C
Posts: 261
Joined: Thu Apr 01, 2021 3:30 pm
Been thanked: 9 times

Hi all,

not all usual bb-codes are working here at the moment.

I was able to find a few

[hide]hidden text only visible for registered users[/hide]
[spoiler]hidden text that can be made visible[/spoiler]
[center]centered text[/center]
[s]strikeout text[/s]

tables work but I think they are a pain in the backside to work with.
boehmi
Posts: 806
Joined: Wed Mar 17, 2021 12:24 pm
Been thanked: 33 times

dncnbear wrote: Fri Apr 02, 2021 12:02 pm [columns] [nextcol] [/columns]

example here : http://nbbc.sourceforge.net/readme.php?page=bbc_col

tyia, dbear
Isn't this what

Code: Select all

[table][td] and [tr]
already does?

 cell1  cell2  cell3 
 cell4  cell5  cell6 

Code: Select all

[table][tr][td]cell1[/td][td]cell2[/td][td]cell3[/td][/tr][tr][td]cell4[/td][td]cell5[/td][td]cell6[/td][/tr][/table]
boehmi
Posts: 806
Joined: Wed Mar 17, 2021 12:24 pm
Been thanked: 33 times

Spoiler: Title

Code: Select all

[spoiler title=Title]text[/spoiler]
boehmi
Posts: 806
Joined: Wed Mar 17, 2021 12:24 pm
Been thanked: 33 times

text

Code: Select all

[center]text[/center]
boehmi
Posts: 806
Joined: Wed Mar 17, 2021 12:24 pm
Been thanked: 33 times

strike out

Code: Select all

[s]strike out[/s]
User avatar
dncnbear
Posts: 392
Joined: Wed Nov 30, 2016 12:00 am
Been thanked: 2 times

boehmi wrote: Tue Apr 13, 2021 4:06 pm
dncnbear wrote: Fri Apr 02, 2021 12:02 pm [columns] [nextcol] [/columns]

example here : http://nbbc.sourceforge.net/readme.php?page=bbc_col

tyia, dbear
Isn't this what

Code: Select all

[table][td] and [tr]
already does?

 cell1  cell2  cell3 
 cell4  cell5  cell6 

Code: Select all

[table][tr][td]cell1[/td][td]cell2[/td][td]cell3[/td][/tr][tr][td]cell4[/td][td]cell5[/td][td]cell6[/td][/tr][/table]
Yes, does the same.

https://idioms.thefreedictionary.com/potato+potato

just easier to paste columns of text for me, than rows. And that many tr's and td's, gives me a headache. when
[columns]
cell1
cell4
[nextcol]
cell2
cell5
[nextcol]
cell3
cell6
[/columns] should do same. no worries, bbc bbcode now functional.
Have a grateful day.
Post Reply