Page 1 of 1

added BBCodes

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

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

tyia, dbear

Re: BBCode column function

Posted: Fri Apr 02, 2021 8:40 pm
by M4N!4C
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.

Re: BBCode column function

Posted: Tue Apr 13, 2021 4:06 pm
by boehmi
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]

Re: BBCode column function

Posted: Tue Apr 13, 2021 5:09 pm
by boehmi
Spoiler: Title

Code: Select all

[spoiler title=Title]text[/spoiler]

Re: BBCode column function

Posted: Tue Apr 13, 2021 5:12 pm
by boehmi
text

Code: Select all

[center]text[/center]

Re: BBCode column function

Posted: Tue Apr 13, 2021 5:15 pm
by boehmi
strike out

Code: Select all

[s]strike out[/s]

Re: BBCode column function

Posted: Thu Apr 15, 2021 3:06 am
by dncnbear
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.