BB codes

  • [USER=ID] - Profile Linking

    Links to a user's profile. This is generally inserted automatically when mentioning a user.
    Example:
    [USER=1]Username[/USER]
    Output:
  • [PLAIN] - Plain text

    Disables BB code translation on the wrapped text.
    Example:
    [PLAIN]This is not [B]bold[/B] text.[/PLAIN]
    Output:
    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.
    Example:
    Thumbnail: [ATTACH]123[/ATTACH]
    Full size: [ATTACH=full]123[/ATTACH]
    Output:
    The contents of the attachments would appear here.
  • [HTML] - Parse HTML

    Parse raw HTML. Only usable by those with permissions.
    Example:
    [html]Test[/html]
    Output:
    This user does not have permission to use the HTML BB code.
  • [TTIPS=option] - ttips

    custom_bb_code_desc.ttips
    Example:
    [ttips=Tooltips post information]Insert title text[/ttips]
    Output:
    custom_bb_code_output.ttips
Back
Top