Pages:
Author

Topic: Instructions on how to use BBCode - page 3. (Read 2402 times)

full member
Activity: 196
Merit: 172
July 24, 2018, 03:33:33 PM
#11

Left, Center and Right Text Alignment

Code:
[LEFT]Left-Aligned Text[/LEFT]
[CENTER]Center-Aligned Text[/CENTER]
[RIGHT]Right-Aligned Text[/RIGHT]

Left-Aligned Text
Center-Aligned Text
Right-aligned text


1. Get the Youtube video link e.g. https://www.youtube.com/watch?v=Gc2en3nHxA4 (Remember this id Gc2en3nHxA4)
2. There are 4 a default thumbnail images to each video the, URL to these images will be like

Code:
https://img.youtube.com/vi//0.jpg
https://img.youtube.com/vi//1.jpg
https://img.youtube.com/vi//2.jpg
https://img.youtube.com/vi//3.jpg

3. Now to add or embed youtube video, add img tag and replace Youtube Video id

Code:
[img]https://img.youtube.com/vi/Gc2en3nHxA4/0.jpg[/img]

4. Now add URL tag and point URL to actual youtube video

Code:
[url=https://www.youtube.com/watch?v=Gc2en3nHxA4][img]https://img.youtube.com/vi/Gc2en3nHxA4/0.jpg[/img][/url]

5. Final result, Youtube video, click to play Smiley





Edited - Added "Insert Vedio" and thanks to shahzadafzal
donator
Activity: 4732
Merit: 4240
Leading Crypto Sports Betting & Casino Platform
July 24, 2018, 02:42:33 PM
#10
http:// nobody seems to be able to get flash to work
Code:
[flash=200,200][/flash]
Flash does not appear to work

This functionality was likely removed to prevent a security liability.
full member
Activity: 196
Merit: 172
July 24, 2018, 01:36:44 PM
#9
Actually I have already created a thread regarding [Tips] Bulletin Board Codes(BB Codes)(more than what help menu offers), but I didn't get any pleasant comments ( I think I'm a newbie in that time) rather getting a blame from a member for creating a thread(but I didn't get demotivated and move on). So if you have time can you look at my thread and you can add more functions from it.

The thing I want to highlight is some of the senior members(most of them are very helpful including you too) demotivate the Juniors(unless they are spamming) when they trying to help other newcomers to the forum. I can see the clear difference in the way expressing other members thoughts in this thread. Actually you have done a great job "xtraelv"
legendary
Activity: 1274
Merit: 1924
฿ear ride on the rainbow slide
July 24, 2018, 10:50:44 AM
#8
There are always a lot of threads about how to use @xtraelv

I looked for them and couldn't find the threads. There were good threads with just some of the features but none with all of it explained.

It was only after I posted it that I found out from Steamtyme that it is all in the site instructions - never mind - it exists now. (I Could have spent that time finishing another project)
legendary
Activity: 2940
Merit: 3030
July 24, 2018, 10:08:36 AM
#7
All of this is actually covered in the help button on the top bar along with alternatives: https://bitcointalk.org/index.php?action=help;page=post
Edit: Steamtyme beat me to it. Great.  Undecided

THX pugman just was on the way to post it, because I have done a research a few years ago as I was created a few signatures!





https://bitcointalk.org/index.php?action=help;page=post
legendary
Activity: 2383
Merit: 1551
dogs are cute.
July 24, 2018, 09:57:43 AM
#6
All of this is actually covered in the help button on the top bar along with alternatives: https://bitcointalk.org/index.php?action=help;page=post
Edit: Steamtyme beat me to it. Great.  Undecided
legendary
Activity: 2940
Merit: 3030
July 24, 2018, 09:55:17 AM
#5
There are always a lot of threads about how to use @xtraelv
legendary
Activity: 1274
Merit: 1924
฿ear ride on the rainbow slide
July 24, 2018, 09:34:27 AM
#4
Nicely laid out.

Would be good to include a link to the Forum help section that covers some of this. It will help people learn to navigate and realize the forum does have most of the resources they need.

https://bitcointalk.org/index.php?action=help;page=post#bbcref

This is found under the help tab, in the top left corner of the screen, then the posting section, finally under references SMF Bulletin Board Code

I did learn something new here though about making different list formats, and tables.

Good suggestion - Done !
legendary
Activity: 1540
Merit: 2036
Betnomi.com Sportsbook, Casino and Poker
July 24, 2018, 09:19:52 AM
#3
Nicely laid out.

Would be good to include a link to the Forum help section that covers some of this. It will help people learn to navigate and realize the forum does have most of the resources they need.

https://bitcointalk.org/index.php?action=help;page=post#bbcref

This is found under the help tab, in the top left corner of the screen, then the posting section, finally under references SMF Bulletin Board Code

I did learn something new here though about making different list formats, and tables.
member
Activity: 266
Merit: 50
July 24, 2018, 09:13:07 AM
#2
@Making a list

Decimal
  • one
  • two
  • three

Code:
[list type=decimal]
[li]one[/li]
[li]two[/li]
[li]three[/li]
[/list]

lower-roman
  • one
  • two

Code:
[list type=lower-roman]
[li]one[/li]
[li]two[/li]
[/list]

upper-roman
  • one
  • two

Code:
[list type=upper-roman]
[li]one[/li]
[li]two[/li]
[/list]

katakana
  • one
  • two

Code:
[list type=katakana]
[li]one[/li]
[li]two[/li]
[/list]

circle
  • one
  • two

Code:
[list type=circle]
[li]one[/li]
[li]two[/li]
[/list]

disc
  • one
  • two

Code:
[list type=disc]
[li]one[/li]
[li]two[/li]
[/list]


hiragana
  • one
  • two

Code:
[list type=hiragana]
[li]one[/li]
[li]two[/li]
[/list]

armenian
  • one
  • two

Code:
[list type=armenian]
[li]one[/li]
[li]two[/li]
[/list]

upper-latin
  • one
  • two

Code:
[list type=upper-latin]
[li]one[/li]
[li]two[/li]
[/list]

lower-latin
  • one
  • two

Code:
[list type=lower-latin]
[li]one[/li]
[li]two[/li]
[/list]
legendary
Activity: 1274
Merit: 1924
฿ear ride on the rainbow slide
July 24, 2018, 08:47:54 AM
#1


How to use the BBCode of this forum

How to use the code in your posts:

how to use bold
Code:
[b]how to use bold[/b]
how to use italic
Code:
[i]how to use italic[/i]
how to underline
Code:
[u]how to underline[/u]
how to strike through
Code:
[s]how to strike through[/s]
BTC bitcoin symbol
Code:
[btc]
how to insert glow
Code:
[glow=red,2,300]how to insert glow[/glow]
how to insert a shadow
Code:
[shadow=red,left]how to insert a shadow[/shadow]
shadow does not appear to work

horizontal rule
Code:
[hr]
how to resize
Code:
[size=12pt]how to resize[/size]
change font style
Code:
[font=Verdana]change font style[/font]
change color
Code:
[color=green]change color[/color]

http:// nobody seems to be able to get flash to work
Code:
[flash=200,200][/flash]
Flash does not appear to work   This functionality was likely removed to prevent a security liability - OgNasty

Go to https://imgur.com and upload an image. Right click and copy image address. Insert that image address (e.g. https://i.imgur.com/AVHOK8i.png)
Code:
[img]https://i.imgur.com/AVHOK8i.png[/img]

Hyperlinks will work without the code but sometime they won't work properly.
https://bitcointalksearch.org/topic/the-most-iconic-bitcointalk-threads-history-on-bitcointalk-4322078 insert a hyperlink (web address)
Code:
[url]https://bitcointalksearch.org/topic/the-most-iconic-bitcointalk-threads-history-on-bitcointalk-4322078[/url]
name of link  
Code:
[url=https://bitcointalksearch.org/topic/the-most-iconic-bitcointalk-threads-history-on-bitcointalk-4322078]name of link[/url]

[email protected] insert email address
Code:
[email][email protected][/email]
ftp://ftp.otenet.gr/test10Mb.db insert an ftp download
Code:
[ftp=ftp://]ftp://ftp.otenet.gr/test10Mb.db[/ftp]
test ftp insert an ftp download
Code:
[ftp=ftp://ftp.otenet.gr/test10Mb.db]test ftp[/ftp

superscript in comparison to normal script
Code:
[sup]superscript[/sup]
subscript in comparison to normal script
Code:
[sub]subscript[/sub]

teletype in comparison to normal script
Code:
[tt]teletype[/tt]

You could make this up but you are better quoting what they actually said
Code:
[quote author=imaginary author link=topic=411532.msg4457140#msg4457140 date=1389485086]
You could make this up but you are better quoting what they actually said
[/quote]

Making a list
  • one
  • two
                   
Code:
[list]
[li]one[/li]
[li]two[/li]
[/list]

Code:
insert code
Code:
[ code]insert code[ /code] but do not have a space between [ and code

NameCountryAge
JohnUSA21
MaryCanada19

Code:
[table]
[tr]
[td]Name[/td]
[td]Country[/td]
[td]Age[/td]
[/tr]
[tr]
[td]John[/td]
[td]USA[/td]
[td]21[/td]
[/tr]
[tr]
[td]Mary[/td]
[td]Canada[/td]
[td]19[/td]
[/tr]
[/table]

Additional instructions regarding lists - edwardceng
Additional instructions regarding alignment and posting videos - vphasitha01

This forum has help guides and resources for users here: https://bitcointalk.org/index.php?action=help;page=post#bbcref
Another handy BBCode post with some more tips - vphasitha01
Pages:
Jump to: