piwigo.org automatic links

We have created a syntax for creating automatic links between sections of the website

  • svn:123 will produce a link to changeset 123 in Subversion browser
  • topic:123 will produce a link to topic 123 with its title
  • post:123 will produce a link to post 123 with the related topic title and the poster username
  • bug:123 will produce a link to bug 123 with its summary, current resolution ("real time" refresh)
  • feature:123 will produce a link to feature 123 with its summary, current resolution ("real time" refresh)
  • extension:123 will produce a link to extension 123 with its name and the author username

BBCode

BBCode is a collection of formatting tags that are used to change the look of text in this forum. BBCode is based on the same principal as, and is very similar to, HTML. Below is a list of all the available BBCodes and instructions on how to use them.


Administrators have the ability to enable or disable BBCode. You can tell if BBCode is enabled or disabled out in the left margin whenever you post a message or edit your signature.

Text style

The following tags change the appearance of text:


[b]Bold text[/b] produces Bold text
[u]Underlined text[/u] produces Underlined text
[i]Italic text[/i] produces Italic text

Links and images

You can create links to other documents or to e-mail addresses using the following tags:


[url=https://piwigo.org/forum/]Piwigo.org[/url] produces Piwigo.org
[url]https://piwigo.org/forum/[/url] produces https://piwigo.org/forum/
[email]myname@mydomain.com[/email] produces myname@mydomain.com
[email=myname@mydomain.com]My e-mail address[/email] produces My e-mail address

If you want to display an image you can use the img tag.

[img]http://www.punbb.org/img/small_logo.png[/img] produces http://www.punbb.org/img/small_logo.png

Quotes

If you want to quote someone, you should use the quote tag.

    [quote=James]This is the text i want to quote.[/quote]

produces a quote box like this:

James wrote:

This is the text i want to quote.


If you don't want to quote anyone in particular, you can use the quote tag without specifying a name.

    [quote]This is the text i want to quote.[/quote]

produces a quote box like this:

This is the text i want to quote.

Code

When displaying source code you should make sure that you use the code tag. Text displayed with the code tag will use a monospaced font and will not be affected by other tags.

    [code]This is some code.[/code]

produces a code box like this:

Code:

This is some code.

Nested tags

BBCode can be nested to create more advanced formatting. For example:

    [b][u]Bold, underlined text[/u][/b] produces Bold, underlined text

Smilies

If you like (and if it is enabled), the forum can convert a series of smilies to images representations of that smiley. This forum recognizes the following smilies and replaces them with images:

    :) and =) produces :)
    :| and =| produces :|
    :( and =( produces :(
    :D and =D produces :D
    :o and :O produces :o
    ;) produces ;)
    :/ produces :/
    :P produces :P
    :lol: produces :lol:
    :mad: produces :mad:
    :rolleyes: produces :rolleyes:
    :cool: produces :cool: