• Poštovani posjetitelju, za korištenje svih mogućnosti koje Poljoprivredni Forum omogućuje, predlažemo ti da se registriraš. Besplatno je i tvoja privatnost je potpuno zaštićena. Registracija ti omogućuje pristup svim kategorijama i temama, mogućnost pristupa privicima u postovima (slike, video, tutorijali, uputstva itd), pristup malom oglasniku, direktnu komunikaciju s članovima putem privatnih poruka, automatsko praćenje tema od interesa i još mnogo toga. Veselimo se tvojoj prijavi! ❤️

BB kodovi

  • [B], [I], [U], [S] - Podebljano, nakrivljeno, podcrtano i precrtano

    Označen tekst podebljava, nakrivljuje ili podcrtava.
    Primjer:
    Ovo je [B]podebljani[/B] tekst.
    Ovo je [I]nakrivljeni[/I] tekst.
    Ovo je [U]podcrtani[/U] tekst.
    Ovo je [S]precrtani[/S] tekst.
    Izlaz:
    Ovo je podebljani tekst.
    Ovo je nakrivljeni tekst.
    Ovo je podcrtani tekst.
    Ovo je precrtani tekst.
  • [COLOR=boja], [FONT=ime], [SIZE=veličina] - Boja teksta, font i veličina

    Mijenja boju, font ili veličinu označenog teksta.
    Primjer:
    Ovo je [COLOR=red]crveni[/COLOR] i [COLOR=#0000cc]plavi[/COLOR] tekst.
    Ovo je [FONT=Courier New]Courier New[/FONT] font.
    Ovo je [SIZE=1]mali[/SIZE] i [SIZE=7]veliki[/SIZE] tekst.
    Izlaz:
    Ovo je crveni i plavi tekst.
    Ovo je Courier New font.
    Ovo je mali i veliki tekst.
  • [URL], [EMAIL] - Linking

    Creates a link using the wrapped text as the target.
    Primjer:
    [URL]http://www.example.com[/URL]
    [EMAIL]example@example.com[/EMAIL]
    Izlaz:
  • [URL=link], [EMAIL=address] - Linking (Advanced)

    Links the wrapped text to the specified web page or email address.
    Primjer:
    [URL=http://www.example.com]Go to example.com[/URL]
    [EMAIL=example@example.com]Email me[/EMAIL]
    Izlaz:
  • [USER=ID] - Profile Linking

    Links to a user's profile. This is generally inserted automatically when tagging a user.
    Primjer:
    [USER=1]Korisničko ime[/USER]
    Izlaz:
  • [IMG] - Image

    Display an image, using the wrapped text as the URL.
    Primjer:
    [IMG]https://poljoprivredni-forum.com/styles/default/xenforo/logo.png[/IMG]
    Izlaz:
    logo.png
  • [MEDIA=site] - Embedded Media

    Embeds media from approved sites into your message. It is recommended that you use the media button in the editor tool bar.
    Odobrena web mjesta: Apple Music, Dailymotion, Facebook, Flickr, Giphy, Imgur, Instagram, Pinterest, Reddit, SoundCloud, Spotify, TikTok, Tumblr, Twitch, Twitter, Vimeo, YouTube
    Primjer:
    [MEDIA=youtube]kQ0Eo1UccEE[/MEDIA]
    Izlaz:
    An embedded YouTube player would appear here.
  • [LIST] - Lists

    Displays a bulleted or numbered list.
    Primjer:
    [LIST]
    [*]Bullet 1
    [*]Bullet 2
    [/LIST]
    [LIST=1]
    [*]Entry 1
    [*]Entry 2
    [/LIST]
    Izlaz:
    • Bullet 1
    • Bullet 2
    1. Entry 1
    2. Entry 2
  • [LEFT], [CENTER], [RIGHT] - Text Alignment

    Changes the alignment of the wrapped text.
    Primjer:
    [LEFT]Left-aligned[/LEFT]
    [CENTER]Center-aligned[/CENTER]
    [RIGHT]Right-aligned[/RIGHT]
    Izlaz:
    Left-aligned​
    Center-aligned​
    Right-aligned​
  • [QUOTE] - Quoted Text

    Displays text that has been quoted from another source. You may also attribute the name of the source.
    Primjer:
    [QUOTE]Quoted text[/QUOTE]
    [QUOTE=A person]Something they said[/QUOTE]
    Izlaz:
    Quoted text
    A person kaže:
    Something they said
  • [SPOILER] - Text Containing Spoilers

    Hides text that may contain spoilers so that it must be clicked by the viewer to be seen.
    Primjer:
    [SPOILER]Jednostavni spoiler[/SPOILER]
    [SPOILER=Spoiler Title]Spoiler sa naslovom[/SPOILER]
    Izlaz:
    Jednostavni spoiler
    Spoiler sa naslovom
  • [ISPOILER] - Inline text containing spoilers

    Allows you to display text inline among normal content which hides text that may contain spoilers and must be clicked by the viewer to be seen.
    Primjer:
    You have to click the following [ISPOILER]word[/ISPOILER] to see the content.
    Izlaz:
    You have to click the following word to see the content.
  • [CODE], [PHP], [HTML] - Programming Code Display

    Displays text in one of several programming languages, highlighting the syntax where possible.
    Primjer:
    [CODE]General
    code[/CODE]
    [PHP]echo $hello . 'world';[/PHP]
    Izlaz:
    Kod:
    General
    code
    PHP:
    echo $hello . 'world';
  • [ICODE] - Inline programming code display

    Allows you to display code inline among normal post content. Syntax will not be highlighted.
    Primjer:
    Inline code blocks [ICODE]are a convenient way[/ICODE] of displaying code inline.
    Izlaz:
    Inline code blocks are a convenient way of displaying code inline.
  • [INDENT] - Text Indent

    Indents the wrapped text. This can be nested for larger indentings.
    Primjer:
    Regular text
    [INDENT]Indented text
    [INDENT]More indented[/INDENT]
    [/INDENT]
    Izlaz:
    Regular text
    Indented text
    More indented​
  • [TABLE] - Tables

    Special markup to display tables in your content.
    Primjer:
    [TABLE]
    [TR]
    [TH]Header 1[/TH]
    [TH]Header 2[/TH]
    [/TR]
    [TR]
    [TD]Content 1[/TD]
    [TD]Content 2[/TD]
    [/TR]
    [/TABLE]
    Izlaz:
    Header 1Header 2
    Content 1Content 2
  • [HEADING=level] - Headings levels 1 to 3

    Marks text as a structured heading to facilitate machine readability.
    Primjer:
    [HEADING=1]Major heading[/HEADING]
    This text comes under a major heading, used to separate the primary sections of an article.

    [HEADING=2]Minor heading[/HEADING]
    When you need to subdivide the primary sections of an article, use a level 2 minor heading.

    [HEADING=3]Subheading[/HEADING]
    If you require additional subdivision, you may drop to level 3.
    Izlaz:

    Major heading​

    This text comes under a major heading, used to separate the primary sections of an article.

    Minor heading​

    When you need to subdivide the primary sections of an article, use a level 2 minor heading.

    Subheading​

    If you require additional subdivision, you may drop to level 3.
  • [PLAIN] - Plain Text

    Disables BB code translation on the wrapped text.
    Primjer:
    [PLAIN]This is not [B]bold[/B] text.[/PLAIN]
    Izlaz:
    This is not [B]bold[/B] text.
  • [ATTACH] - Attachment Insertion

    Inserts an attachment at the specified point. If the attachment is an image, a thumbnail or full size version will be inserted. This will generally be inserted by clicking the appropriate button.
    Primjer:
    Sličica: [ATTACH]123[/ATTACH]
    Full Size: [ATTACH=full]123[/ATTACH]
    Izlaz:
    The contents of the attachments would appear here.
Na vrh