Code: Select all
[s]{TEXT}[/s]
Code: Select all
<span style="text-decoration: line-through;">{TEXT}</span>
Code: Select all
[s]strikethrough text[/s]
Code: Select all
[sub]{TEXT}[/sub]
Code: Select all
<span style="vertical-align: sub;">{TEXT}</span>
Code: Select all
H[sub]2[/sub]O
Code: Select all
[super]{TEXT}[/super]
Code: Select all
<span style="vertical-align: super;">{TEXT}</span>
Code: Select all
x[super]3[/super]
This works:zeno wrote:I'd like to know how to do this as well - I'd like to add en and em dashes, which are standard HTML codes: – and —.Kamali wrote:Me, please. How I would add BB code to enable use of ? The code works on IPB and UBB forums, but it doesn't work in PHPBB3. (Nor does the other version of it,  )Brian_RTL wrote:Does anyone else need a non-breaking space ( )? That's the only other BBCode I've added.
Code: Select all
[--][/--]
Code: Select all
[endash][/endash]
Code: Select all
–
Code: Select all
en dash
Code: Select all
[---][/---]
Code: Select all
[emdash][/emdash]
Code: Select all
—
Code: Select all
em dash
Yep! Someone did post an answer to your question.crackerboy wrote:No one knows how to add Pornotubes?
Yes i see but i must get it in with teaspoon as i cant figure out how to do itPaph wrote:Yep! Someone did post an answer to your question.crackerboy wrote:No one knows how to add Pornotubes?
I replied how to do it before but again Ill reply as I try my best to help even though im no pro.crackerboy wrote:Yes i see but i must get it in with teaspoon as i cant figure out how to do itPaph wrote:Yep! Someone did post an answer to your question.crackerboy wrote:No one knows how to add Pornotubes?
Code: Select all
[flash width=400 height=400]http://pornotube.com/player/v.swf?v=bT0xNTM0MTgzJmFtcDtsb2NhbD1mYWxzZSZhbXA7dT00Mw==[/flash]
Kinkycrackerboy wrote:Yes i see but i must get it in with teaspoon as i cant figure out how to do itPaph wrote:Yep! Someone did post an answer to your question.crackerboy wrote:No one knows how to add Pornotubes?
Thanks Zeno, it DOES work for zeno wrote:This works: <snip> This could be used for any other similar HTML character (including non-breaking space, ) .Kamali wrote:Me, please. How I would add BB code to enable use of ?Brian_RTL wrote:Does anyone else need a non-breaking space ( )? That's the only other BBCode I've added.
crackerboy wrote:The BBCode tag name that you selected already exists. so where can i edit the flash BBCode?
Code: Select all
<embed src="http://pornotube.com/player/v.swf?v=bT0xNTM0MjAyJmFtcDtsb2NhbD1mYWxzZSZhbXA7dT00NA==" loop="false" quality="high" width="480" height="400" name="pornoPlayer" allowfullscreen="true" allowScriptAccess="always" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
Code: Select all
[flash width=400 height=400]http://pornotube.com/player/v.swf?v=bT0xNTM0MjAyJmFtcDtsb2NhbD1mYWxzZSZhbXA7dT00NA==[/flash]
Code: Select all
[anchor]mymenutop[/anchor] <==이 표시를 준곳은 안보이지만 링크를 누르면 이쪽으로 이동
[goto=mymenutop]^back to top.[/goto] <==이걸 누르면 위에 안보이는 미리 입력된 곳으로 이동
Code: Select all
[list][*]Test Section
[list][*]Test Sub-Section
[list][*]Test Section
[list][*]Test Sub-Section[/list][/list][/list][/list]