Ajutor

Bulletin Board Code

The buttons shown belong to the SMF default theme and may differ from forum to forum.

Tag Name Buton Cod Output Comentarii
Îngroşat Îngroşat [b]îngroşat[/b] îngroşat *
Înclinat Înclinat [i]înclinat[/i] înclinat *
Subliniere Subliniere [u]subliniere[/u] subliniere *
Tăiat Tăiat [s]tăiat[/s] tăiat *
Strălucire Strălucire [glow=red,2,50]glow[/glow]
strălucire
The three attributes (eg red, 2, 50) in the 'glow' tag are color, strength and width respectively.
Umbrit Umbrit [shadow=red,left]
umbrit
[/shadow]
umbrit
The two attributes (eg red, left) in the 'shadow' tag are color and direction respectively.
Baner Baner [move]se mișcă[/move] Not valid XHTML, but can also be used for images!
Text Preformatat Text Preformatat [pre]Simple
  Machines
    Forum[/pre]
Simple
  Machines
    Forum
Preserves critical text formatting, rendered in a monospace font.
Aliniere la Stânga Aliniere la Stânga [left]aliniere la stânga[/left]

aliniere la stânga

*
Centrat Centrat [center]centrat[/center] centrat *
Aliniere la Dreapta Aliniere la Dreapta [right]aliniere la dreapta[/right]

aliniere la dreapta

*
De la dreapta la stânga * [rtl]de la dreapta la stânga ![/rtl]
de la dreapta la stânga !
Typical usage would be to post Arabic or Hebrew in an English document.
De la Stânga la Dreapta * [ltr]de la stânga la dreapta ![/ltr]
de la stânga la dreapta
Typical usage would be to post English in an Arabic or Hebrew document.
Linie Orizontală Linie Orizontală [hr]
*
Dimensiune Font * [size=10pt]dimensiunea fontului[/size] dimensiune font *
Tip Font * [font=Verdana]tip font[/font] tip font Only fonts installed on the user's computer will be displayed, so use with caution!
Culoare Font [color=Red]roşu[/color] roşu Select the color from the drop-down.
Inserare Flash Inserare Flash [flash=200,200]
http://unsiteoarecare/unfișieroarecare.swf
[/flash]
http://unsiteoarecare/unfișieroarecare.swf Please note that, if embedded Flash has been disabled by the forum administrator(s), the Flash file will appear as a straight hyperlink as shown here. The two attributes in the 'flash' tag (where relevant) are width and height respectively.
Inserare Imagine Inserare Imagine [img]
http://unsiteoarecare/imagine.gif<
[/img]
Type the width and height attributes to resize the image.
[img width=48 height=48]
http://unsiteoarecare/imagine.gif
[/img]
Inserare Hyperlink Inserare Hyperlink [url]http://unsiteoarecare/[/url] http://unsiteoarecare/ NB the 'url' tag opens in a new window, but you can type 'iurl' tags to open in the same window.
[url=http://unsiteoarecare/]
link descriptiv
[/url]
link descriptiv
Inserare Adresă de E-mail Inserare Adresă de E-mail [email]
cineva@unsiteoarecare
[/email]
cineva@unsiteoarecare *
Introduceţi Link-ul FTP Introduceţi Link-ul FTP [ftp]
ftp://unsiteoarecare/unfișieroarecare
[/ftp]
ftp://unsiteoarecare/unfișieroarecare *
[ftp=ftp://unsiteoarecare/unfișieroarecare]
link descriptiv
[/ftp]
link descriptiv
Inserare Tabel Inserare Tabel [table][/table] * No meaningful output from the 'table' tags alone.
Inserare Rând de Tabel * [table][tr][/tr][/table] * No meaningful output from the 'table' and 'tr' tags alone.
Inserare coloană de tabel * [table][tr][td]
conţinut
[/td][/tr][/table]
conţinut
Note the correct nesting of the tags, so the 'table' tags contain the 'tr' tags, which each contain an equal number of 'td' tags!
[table][tr][td]SMF[/td]
[td]Bulletin[/td][/tr]
[tr][td]Board[/td]
[td]Code[/td][/tr][/table]
SMF Bulletin
Board Code
Indice sus Indice sus [sup]indice sus[/sup] indice sus *
Indice jos Indice jos [sub]indice jos[/sub] indice jos *
Teletype Teletype [tt]teletype[/tt] teletype Monospace font.
Introduceţi Codul Introduceţi Codul [code]<?php phpinfo(); ?>[/code]
Code:
<?php phpinfo(); ?>
Always use to preserve formatting of code and avoid parsing as BBC and/or smileys!
Introduceţi Citatul Introduceţi Citatul [quote]citat[/quote]
Quote
citat
De observat atributul opţional 'autor'.
[quote author=author]citat[/quote]
Quote from: author
citat
Introduceţi Lista Introduceţi Lista [list]
[li]SMF[/li]
[li]YaBB SE[/li]
[/list]
  • SMF
  • YaBB SE
While you can add as many items as you wish, each item must be contained by the correct opening and closing tags. You can also style your list item bullets with special opening tags and no closing tags, but this option doesn't currently output valid XHTML.
[list]
[o]cerc
[O]cerc
[0]cerc
[*]disc
[@]disc
[+]pătrat
[x]pătrat
[#]pătrat
[/list]
  • cerc
  • cerc
  • cerc
  • disc
  • disc
  • pătrat
  • pătrat
  • pătrat
Abreviere * [abbr=exempli gratia]eg[/abbr] eg Displays the full expression for the abbreviation on mouseover.
Acronim * [acronym=Simple Machines Forum]SMF[/acronym] SMF Displays the full expression for the acronym on mouseover.