Novidades

Seja bem-vindo ao fórum 👋, Visitante

Para acessar o conteúdo do fórum e todos os nossos serviços, você precisa se registrar ou entrar no fórum. Tornar-se membro é totalmente gratuito.

BB codes

  • [B], [I], [U], [S] - Negrito, itálico, sublinhado e tachado

    Deixa o texto envolvido em negrito, itálico, sublinhado ou tachado.
    Exemplo:
    Este é um texto em [B]negrito[/B].
    Este é um texto em [I]itálico[/I].
    Este é um texto [U]sublinhado[/U].
    Este é um texto [S]tachado[/S].
    Output:
    Este é um texto em negrito.
    Este é um texto em itálico.
    Este é um texto sublinhado.
    Este é um texto tachado.
  • [COLOR=cor], [FONT=nome], [SIZE=tamanho] - Cor, fonte e tamanho do texto

    Altera a cor, fonte ou tamanho do texto envolvido.
    Exemplo:
    Este é um texto em [COLOR=red]vermelho[/COLOR] e [COLOR=#0000cc]azul[/COLOR].
    Este é um texto em [FONT=Courier New]Courier New[/FONT].
    Este é um texto [SIZE=1]pequeno[/SIZE] e [SIZE=7]grande[/SIZE].
    Output:
    Este é um texto em vermelho e azul.
    Este é um texto em Courier New.
    Este é um texto pequeno e grande.
  • [URL], [EMAIL] - Links

    Cria um link usando o texto envolvido como destino.
  • [URL=link], [EMAIL=endereço] - Links avançados

    Cria um link do texto envolvido para a página web ou endereço de email especificado.
    Exemplo:
    [URL=https://www.exemplo.com]Ir para exemplo.com[/URL]
    [EMAIL=exemplo@exemplo.com]Enviar email[/EMAIL]
    Output:
    Please, Entrar or Register to view URLs content!

    Enviar email
  • [USER=ID] - Vincular perfil

    Cria um link para o perfil de um usuário. Normalmente é inserido automaticamente ao mencionar um usuário.
    Exemplo:
    [USER=1]Username[/USER]
    Output:
  • [IMG] - Imagem

    Exibe uma imagem, usando o texto envolvido como URL.
    Exemplo:
    [IMG]https://hubduh.com/var(--xf-publicLogoUrl)[/IMG]
    Output:
    var(--xf-publicLogoUrl)
  • [MEDIA=site] - Mídia incorporada

    Incorpora mídia de sites aprovados na sua mensagem. Recomenda-se usar o botão de mídia na barra de ferramentas do editor.
    Sites aprovados: Apple Music, Bluesky, Dailymotion, Facebook, Flickr, Giphy, Imgur, Instagram, Pinterest, Reddit, SoundCloud, Spotify, TikTok, Tumblr, Twitch, X, Vimeo, YouTube
    Exemplo:
    [MEDIA=youtube]kQ0Eo1UccEE[/MEDIA]
    Output:
    An embedded YouTube player would appear here.
  • [LIST] - Listas

    Exibe uma lista com marcadores ou numerada.
    Exemplo:
    [LIST]
    [*]Marcador 1
    [*]Marcador 2
    [/LIST]
    [LIST=1]
    [*]Item 1
    [*]Item 2
    [/LIST]
    Output:
    • Marcador 1
    • Marcador 2
    1. Item 1
    2. Item 2
  • [LEFT], [CENTER], [RIGHT] - Alinhamento do texto

    Altera o alinhamento do texto envolvido.
    Exemplo:
    [LEFT]Alinhado à esquerda[/LEFT]
    [CENTER]Alinhado ao centro[/CENTER]
    [RIGHT]Alinhado à direita[/RIGHT]
    Output:
    Alinhado à esquerda​
    Alinhado ao centro​
    Alinhado à direita​
  • [QUOTE] - Texto citado

    Exibe texto citado de outra fonte. Você também pode atribuir o nome da fonte.
    Exemplo:
    [QUOTE]Texto citado[/QUOTE]
    [QUOTE=Uma pessoa]Algo que disseram[/QUOTE]
    Output:
    Please, Entrar or Register to view quote content!
    Uma pessoa said:
    Please, Entrar or Register to view quote content!
  • [SPOILER] - Texto contendo spoilers

    Oculta texto que pode conter spoilers, exigindo que o usuário clique para visualizá-lo.
    Exemplo:
    [SPOILER]Spoiler simples[/SPOILER]
    [SPOILER=Título do spoiler]Spoiler com título[/SPOILER]
    Output:

    Please, Entrar or Register to view spoiler content!

    Please, Entrar or Register to view spoiler content!
  • [ISPOILER] - Texto inline contendo spoilers

    Permite exibir texto inline entre o conteúdo normal que oculta spoilers. O conteúdo deve ser clicado pelo usuário para ser visto.
    Exemplo:
    Você precisa clicar na seguinte [ISPOILER]palavra[/ISPOILER] para ver o conteúdo.
    Output:
    Você precisa clicar na seguinte palavra para ver o conteúdo.
  • [CODE] - Exibição de código de programação

    Exibe o texto em uma das várias linguagens de programação, destacando a sintaxe quando possível.
    Exemplo:
    Código geral:
    [CODE]Código
    geral[/CODE]

    Código enriquecido:
    [CODE=rich][COLOR=red]Enriquecido[/COLOR]
    código[/CODE]

    Código PHP:
    [CODE=php]echo $hello . ' world';[/CODE]

    Código JS:
    [CODE=javascript]var hello = 'world';[/CODE]
    Output:
    Código geral:
    Código:
    Please, Entrar or Register to view codes content!

    Código enriquecido:
    Rich (BB code):
    Please, Entrar or Register to view codes content!

    Código PHP:
    PHP:
    Please, Entrar or Register to view codes content!

    Código JS:
    JavaScript:
    Please, Entrar or Register to view codes content!
  • [ICODE] - Exibição de código inline

    Permite exibir código inline no conteúdo normal do post. A sintaxe não será destacada.
    Exemplo:
    Seções de código inline [ICODE]são uma forma conveniente[/ICODE] de exibir código inline.

    Formatação avançada dentro de seções de código inline [ICODE=rich]também é [COLOR=red]suportada[/COLOR] [U]aqui[/U][/ICODE].
    Output:
    Seções de código inline são uma forma conveniente de exibir código inline.

    Formatação avançada dentro de seções de código inline também é suportada aqui.
  • [INDENT] - Recuo de texto

    Indentação do texto envolvido. Pode ser aninhada para maiores níveis de recuo.
    Exemplo:
    Texto normal
    [INDENT]Texto indentado[/INDENT]
    [INDENT=2]Mais indentado[/INDENT]
    Output:
    Texto normal
    Texto indentado​
    Mais indentado​
  • [TABLE] - Tabelas

    Marcação especial para exibir tabelas no conteúdo.
    Exemplo:
    [TABLE]
    [TR]
    [TH]Cabeçalho 1[/TH]
    [TH]Cabeçalho 2[/TH]
    [/TR]
    [TR]
    [TD]Conteúdo 1[/TD]
    [TD]Conteúdo 2[/TD]
    [/TR]
    [/TABLE]
    Output:
    Cabeçalho 1Cabeçalho 2
    Conteúdo 1Conteúdo 2
  • [PLAIN] - Texto simples

    Desativa a tradução de BB code no texto envolvido.
    Exemplo:
    [PLAIN]Este não é um texto em [B]negrito[/B].[/PLAIN]
    Output:
    Este não é um texto em [B]negrito[/B].
  • [ATTACH] - Inserção de anexo

    Insere um anexo no ponto especificado. Se o anexo for uma imagem, será inserida uma miniatura ou a versão em tamanho completo. Normalmente, isso será feito clicando no botão apropriado.
    Exemplo:
    Thumbnail: [ATTACH]123[/ATTACH]
    Tamanho completo: [ATTACH=full]123[/ATTACH]
    Output:
    O conteúdo dos anexos aparecerá aqui.
  • [ABBR] [ABBR=option] - Abbreviation

    An abbreviation, with mouse-over expansion
    Exemplo:
    [abbr="on hover text"]text[/abbr]
    Output:
    text
  • [ACCORDION] [ACCORDION=option] - Accordion

    A customizable interactive accordion
    Exemplo:
    [ACCORDION width=200]
    [SLIDE_HEADER]First Slide[/SLIDE_HEADER]
    [SLIDE]First slide content[/SLIDE]
    [SLIDE title="Second Slide"]Second slide content[/SLIDE]
    [/ACCORDION]
    Output:
    First Slide
    First slide content
    Second Slide
    Second slide content
  • [AD=option] - Gerenciador de anúncios: Anúncios

    Código BB para exibir anúncios em postagens.
    Exemplo:
    [AD=ID][/AD]
    Output:
    [AD=ID][/AD]
  • [ADP=option] - Gerenciador de anúncios: Pacote

    Código BB para exibir pacotes de anúncios em postagens.
    Exemplo:
    [ADP=ID][/ADP]
    Output:
    [ADP=ID][/ADP]
  • [ANCHOR] [ANCHOR=option] - Anchor

    Generate a HTML anchor tag
    Exemplo:
    Generate an anchor point;
    [anchor]introduction[/anchor]

    Goto an anchor point
    [anchor=#introduction]Click here to go to introduction[/anchor]
    Output:
    Generate an anchor point;


    Goto an anchor point
    Click here to go to introduction
  • [ARTICLE] [ARTICLE=option] - Article

    Displays an article with an optional source attribution.
    Exemplo:
    [ARTICLE=https://en.wikipedia.org/wiki/Article_(publishing)]
    A news article discusses current or recent news of either general interest (i.e. daily newspapers) or of a specific topic (i.e. political or trade news magazines, club newsletters, or technology news websites).

    A news article can include accounts of eyewitnesses to the happening event. It can contain photographs, accounts, statistics, graphs, recollections, interviews, polls, debates on the topic, etc. Headlines can be used to focus the reader’s attention on a particular (or main) part of the article. The writer can also give facts and detailed information following answers to general questions like who, what, when, where, why and how.
    [/ARTICLE]
    Output:
    Article:
    A news article discusses current or recent news of either general interest (i.e. daily newspapers) or of a specific topic (i.e. political or trade news magazines, club newsletters, or technology news websites).

    A news article can include accounts of eyewitnesses to the happening event. It can contain photographs, accounts, statistics, graphs, recollections, interviews, polls, debates on the topic, etc. Headlines can be used to focus the reader's attention on a particular (or main) part of the article. The writer can also give facts and detailed information following answers to general questions like who, what, when, where, why and how.
  • [BIMG] [BIMG=option] - Block image

    Displays an image, allowing it to be resized, aligned or floated, and compared with another image.
    Exemplo:
    [bimg]http://www.google.com/images/srpr/logo3w.png[/bimg]
    [bimg width=100px]http://www.google.com/images/srpr/logo3w.png[/bimg]
    Output:

  • [CHARGE=option] - Charge

    Charging users to view your content.
    Exemplo:
    [CHARGE=5]It costs 5 credits to see this text.[/CHARGE]
    Output:
    It costs 5 credits to see this text.
  • [ENCADRE] [ENCADRE=option] - Encadre

    This BB Code inserts a text box to the right of a text (absolute position). It has to be inserted just before the content. (width customizable in %)
    Exemplo:
    [ENCADRE]This is a text box with a long text. Can be used with an article for example.[/ENCADRE]Content
    [ENCADRE width=30]This is a text box with a long text. Can be used with an article for example.[/ENCADRE]Content
    Output:
    Content
    Content
  • [FIELDSET] [FIELDSET=option] - Fieldset

    This BB Code inserts a fieldset
    Exemplo:
    [fieldset]This is a fieldset[/fieldset]
    [fieldset title="Title"]This is a fieldset[/fieldset]
    [fieldset title="Title" width=80]This is a fieldset[/fieldset]
    Output:
    Fieldset:
    This is a fieldset

    Title
    This is a fieldset

    Title
    This is a fieldset
  • [FLEFT] - Float left

    Make a block float on the left
    Exemplo:
    [fleft]Make me float on the left[/fleft]
    Output:
    Make me float on the left
  • [FRIGHT] - Float right

    Make a block float on the right
    Exemplo:
    [FRIGHT]Make me float on the right[/FRIGHT]
    Output:
    Make me float on the right
  • [GVIEW] [GVIEW=option] - GVIEW

    This BB Code displays documents using the "Google Docs - Viewer" (supports many different file types:pdf,ppt,doc,xls...).
    Exemplo:
    [GVIEW width=100% height=800px]http://research.google.com/archive/bigtable-osdi06.pdf[/GVIEW]
    Output:
  • [H1] - h1

    Exemplo:
    [h1]Example[/h1]
    Normal text
    Output:

    Example

    Normal text
  • [H2] - h2

    Exemplo:
    [h2]Example[/h2]
    Normal text
    Output:

    Example

    Normal text
  • [H3] - h3

    Exemplo:
    [h3]Example[/h3]
    Normal text
    Output:

    Example

    Normal text
  • [H4] - h4

    Exemplo:
    [h4]Example[/h4]
    Normal text
    Output:

    Example

    Normal text
  • [HR] [HR=option] - Horizontal line

    Exemplo:
    Default line:
    [hr]
    Unformatted line:
    [hr=0]
    Solid line:
    [hr=1]
    Lightly faded on both sides:
    [hr=2]
    Significantly faded on both sides:
    [hr=3]
    Faded to left:
    [hr=4]
    Faded from right:
    [hr=5]
    Output:
    Default line:

    Unformatted line:

    Solid line:

    Lightly faded on both sides:

    Significantly faded on both sides:

    Faded to left:

    Faded from right:

  • [LATEX] [LATEX=option] - LaTeX

    Renders LaTeX markup.
    Exemplo:
    [LATEX]c=\sqrt{a^2+b^2}[/LATEX]
    Output:
    LaTeX:
    \[c=\sqrt{a^2+b^2}\]
  • [ALERT] [ALERT=option] - Mod:Alert

    Moderator only Alert banner
    Exemplo:
    [alert=Title]Alert[/alert]
    Output:
    title Alert
  • [INFORMATION] [INFORMATION=option] - Mod:Info

    Moderator only Information banner
    Exemplo:
    [information=Title]Information[/information]
    Output:
    title Information
  • [STOP] [STOP=option] - Mod:Stop

    Moderator only Stop banner
    Exemplo:
    [stop=Title]Stop[/stop]
    Output:
    title Stop
  • [WARNING] [WARNING=option] - Mod:Warning

    Moderator only Warning banner
    Exemplo:
    [warning=Title]Warning[/warning]
    Output:
    title Warning
  • [RUBY=option] - Ruby text

    Adds annotation above a given block of text
    Exemplo:
    [ruby="Ruby Text"]Normal Text[/ruby]
    Output:
    Normal Text(Ruby Text)
  • [SLIDER] [SLIDER=option] - Slider

    Cycles through slides in a slide-show format.
    Exemplo:
    [SLIDER]
    [SLIDE_HEADER]Title 1[/SLIDE_HEADER]
    [SLIDE align=center]Content 1[/SLIDE]
    [SLIDE]Content 2[/SLIDE]
    [SLIDE]Content 3[/SLIDE]
    [SLIDE open=1]Content 4[/SLIDE]
    [/SLIDER]
    Output:
    Title 1
    Content 1
    Content 2
    Content 3
    Content 4
  • [SUB] - Subscript

    Exemplo:
    10[sub]1[/sub]!
    Output:
    101​!
  • [SUP] - Superscript

    Exemplo:
    10[sup]1[/sup]!
    Output:
    101​!
  • [TABS] [TABS=option] - Tabs

    Render Tabs into a post
    Exemplo:
    [TABS]
    [SLIDE_HEADER]Title 1[/SLIDE_HEADER]
    [SLIDE]Content 1 - [tab=2]Link to tab 2[/tab][/SLIDE]
    [SLIDE title="Title 2"]Content 2[/SLIDE]
    [/TABS]
    [TABS width=200]
    [SLIDE_HEADER]First Slide[/slide_header]
    [SLIDE]First tab content - [tab=2]Link to tab 2[/tab][/SLIDE]
    [SLIDE title="Second Slide"]Second tab content[/SLIDE]
    [/TABS]
    Output:

  • [TIME] [TIME=option] - Time

    Displays a time or date based on a member's timezone preference.
    Exemplo:
    [TIME=datetime]2050-12-12T03:12:46+0000[/TIME]
    Output:
    Adjusted Time

Sistema de personalização de tema

Neste menu você pode personalizar algumas áreas do tema do fórum de acordo com suas preferências

Escolha a cor que reflete seu estilo

Visualização ampla/estreita

Você pode usar o tema em modo amplo ou estreito conforme sua preferência.

Listagem de fóruns em grade

Você pode controlar o layout da lista de fóruns entre visualização em grade ou lista simples.

Modo grade com imagens

Vocẽ pode ativar/desativar imagens na visualização em grade da lista de fóruns.

Fechar barra lateral

Vocẽ pode fechar a barra lateral para deixar o fórum com aparência mais limpa.

Barra lateral fixa

Mantenha a barra lateral fixa para tornar o uso mais prático e acessível.

Desativar cantos arredondados

Você pode ativar/desativar os cantos arredondados dos blocos conforme sua preferência.

Voltar
Cart