http://www.sabresjunkie.com/forum/

bbcode test
http://www.sabresjunkie.com/forum/viewtopic.php?f=8&t=1907
Page 1 of 6

Author:  NYIntensity [ Wed Jan 27, 2010 10:02 am ]
Post subject:  bbcode test

[table]
[tr]
[th]New Jersey Devils[/th]
[th]@[/th]
[th]Buffalo Sabres[/th]
[/tr]
[tr]
[td]51[/td]
[td]GP[/td]
[td]51[/td]
[/tr]
[tr]
[td]34-16-1[/td]
[td]RECORD[/td]
[td]30-14-7[/td]
[/tr]
[tr]
[td]69[/td]
[td]P[/td]
[td]67[/td]
[/tr]
[tr]
[td].676[/td]
[td]P%[/td]
[td].657[/td]
[/tr]
[tr]
[td]2.59[/td]
[td]G/G[/td]
[td]2.8[/td]
[/tr]
[tr]
[td]2.2[/td]
[td]GA/G[/td]
[td]2.35[/td]
[/tr]
[tr]
[td]19.3[/td]
[td]PP%[/td]
[td]18.4[/td]
[/tr]
[tr]
[td]82.5[/td]
[td]PK%[/td]
[td]87[/td]
[/tr]
[tr]
[td]30[/td]
[td]S/G[/td]
[td]31.4[/td]
[/tr]
[tr]
[td]27.7[/td]
[td]SA/G[/td]
[td]31.5[/td]
[/tr]
[/table]

Author:  NYIntensity [ Wed Jan 27, 2010 10:02 am ]
Post subject:  Re: bbcode test

Why can't we create tables?!

Author:  PuckSniperPensel [ Wed Jan 27, 2010 11:13 am ]
Post subject:  Re: bbcode test

I've been trying to figure out how to resize photos too.

Author:  Squanto [ Wed Jan 27, 2010 12:11 pm ]
Post subject:  Re: bbcode test

There are custom BBCode tags for tables, but they're not enabled by default.

You can ask XC if he wants to turn them on or not.

Author:  Crosscheck [ Wed Jan 27, 2010 12:12 pm ]
Post subject:  Re: bbcode test

yeah, looking into that now....

Author:  Crosscheck [ Wed Jan 27, 2010 12:19 pm ]
Post subject:  Re: bbcode test

[corners=forumbg forumbg-table][table=tablebg table1][thead][tr=][th=2]This is a header[/th][/tr][/thead][tbody][tr=bg1][td=1,]This is the left cell[/td][td=1,]This is the right cell[/td][/tr][tr=bg2][td=1,]This is another row[/td][td=1,]This is the second cell[/td][/tr][/tbody][/table][/corners]

Code:
[corners=forumbg forumbg-table][table=tablebg table1][thead][tr=][th=2]This is a header[/th][/tr][/thead][tbody][tr=bg1][td=1,]This is the left cell[/td][td=1,]This is the right cell[/td][/tr][tr=bg2][td=1,]This is another row[/td][td=1,]This is the second cell[/td][/tr][/tbody][/table][/corners]


Looks like a different format than you tried, but there ya go...
code from here: http://www.phpbb3bbcodes.com/viewtopic.php?t=270

Author:  NYIntensity [ Wed Jan 27, 2010 12:39 pm ]
Post subject:  Re: bbcode test

Crosscheck wrote:
[table=][/table]Looks like a different format than you tried, but there ya go...
code from here: http://www.phpbb3bbcodes.com/viewtopic.php?t=270

that flavor of bbcode is gross :(


I wonder if there's a converter out there for excel spreadsheets... if not, it's time to dive back into vb :D

Author:  Crosscheck [ Wed Jan 27, 2010 12:47 pm ]
Post subject:  Re: bbcode test

NYIntensity wrote:
Crosscheck wrote:
[table=][/table]Looks like a different format than you tried, but there ya go...
code from here: http://www.phpbb3bbcodes.com/viewtopic.php?t=270

that flavor of bbcode is gross :(

If you can find me the code that does tables they way you like, just give me the link and I'll add the codes.

Basically, phpbb3 only comes with very basic bbcodes included. Anything else needs to be added by hand via mapping bbcode tags to html functions.

Author:  End The Curse [ Wed Jan 27, 2010 12:50 pm ]
Post subject:  Re: bbcode test

These code options make my head hurt...what do they even mean?

Author:  Crosscheck [ Wed Jan 27, 2010 12:52 pm ]
Post subject:  Re: bbcode test

End The Curse wrote:
These code options make my head hurt...what do they even mean?

table codes...table head, table row etc.

Ignore them ;)

Author:  Squanto [ Wed Jan 27, 2010 12:53 pm ]
Post subject:  Re: bbcode test

I'm a fan of head at the table.

Oh wait....

Author:  Crosscheck [ Wed Jan 27, 2010 1:03 pm ]
Post subject:  Re: bbcode test

Oh sweet...I just found a huge site of custom bbcodes for phpbb3 :)
Expect new bbcode options shortly.

Author:  Crosscheck [ Wed Jan 27, 2010 1:41 pm ]
Post subject:  Re: bbcode test

Added so far:
Spoiler bbcode
this text is some nasty shit you don't want everyone to see

Code:
[spoiler]this text is some nasty shit you don't want everyone to see[/spoiler]


youtube (no longer have to use flash and modify the URL)

Code:
[youtube]http://www.youtube.com/watch?v=YL6RRl6pV00&feature=rec-r2-2r-7-HM[/youtube]


Strikethrough
I want to strike out this text
Code:
[strike]I want to strike out this text[/strike]


I've added the best table format I can find and the image resize is trickier. I can easily set a resize code that'll set a max width and height, but I haven't found one where you can specify those values.

Author:  Squanto [ Wed Jan 27, 2010 1:55 pm ]
Post subject:  Re: bbcode test

I see your work productivity is on par with mine today. :)

Author:  Crosscheck [ Wed Jan 27, 2010 2:03 pm ]
Post subject:  Re: bbcode test

Squanto wrote:
I see your work productivity is on par with mine today. :)

I'm not lazy, I'm "efficient" :lol:

Author:  NYIntensity [ Wed Jan 27, 2010 2:06 pm ]
Post subject:  Re: bbcode test

I've got the 'coding bug'...unfortunately, it's in vb. Fortunately, the project I'm working on is easy, deemed difficult, and has great visibility.

Author:  Crosscheck [ Wed Jan 27, 2010 4:14 pm ]
Post subject:  Re: bbcode test

[smilie]any random text here...woohoo...blah blah blah[/smilie]

Code:
[smilie]any random text here...woohoo...blah blah blah[/smilie]


:lol:

Author:  Crosscheck [ Wed Jan 27, 2010 4:24 pm ]
Post subject:  Re: bbcode test

[snow]http://www.syracuse.com/images/impact/sabres_icon.gif,6[/snow]

Code:
[snow]http://www.syracuse.com/images/impact/sabres_icon.gif,6[/snow]


OK, now I'm just being silly....sorry :lol:

Author:  CriminallyVu1gar [ Wed Jan 27, 2010 4:28 pm ]
Post subject:  Re: bbcode test

Solid, I like this.

Author:  NYIntensity [ Wed Jan 27, 2010 4:29 pm ]
Post subject:  Re: bbcode test

[snow]http://www.syracuse.com/images/impact/sabres_icon.gif,6[/snow]

Page 1 of 6 All times are UTC - 5 hours [ DST ]
Powered by phpBB® Forum Software © phpBB Group
http://www.phpbb.com/