demo
templates
install
contact
Home Help BBcode

BBCode

You can use BB Code, a simplified version of HTML, on your pages to create certain effects.

Bold icon Bold Text
[b]Text here[/b]
Text here
italics icon Italicized Text
[i]Text here[/i]
Text here
... or nest them to combine the effects:
[b][i]Text here[/i][/b]
Text here
 Horizonal Line Inserts a [h] tag for horizonal line
  right align icon [r]   center icon [c]   [j]
right - center - justify  
URL link icon URL Links - opens page in new browser window - details
[url]http://www.php.net[/url]   (without link validation)
http://www.php.net
[url=http://www.php.net] PHP Home[/url]
PHP Home   (with link validation)
page link icon Page Links - open page in same window - details
[page]/help[/page]
/help
[page=/help]Help page[/page]
Help page
e-mail icon E-mail Links
[email]testdomain.com[/email] (Exposed 'mailto:')
test@domain.com
[email=test@domain.com]E-mail Me![/email]
E-mail Me!   (Obfuscated)
Include details

[include]http://page/file.to.include[/include]
Retrieves the specified page and places it at the top of the current section. This may include local or remote files. If the file cannot be retrieved, the part of the section is left empty.
list List
[list]
[*]List Item 1
[*]List Item 2
[*]List Item 3
[/list]
  • List Item 1
  • List Item 2
  • List Item 3

ordered list Ordered lists can include the following:
[list=1] - numbered list (default)
[list=a] - lowercase letters a. b. c...
[list=A] - uppercase letters A.B.C...
[list=i] - lowercase Roman i. ii. iii. iv...
[list=I] - Roman I. II. III. IV. V...

An ordered list can be nested inside a bulleted list, but not the reverse.
insert image icon Inserting images  and other files

image [img border="0" align="right" alt="image" height="15" width="15"]picture.gif[/img]

If the Insert image routine is used with files other than images, the system will use the 'embed' tag instead of the 'img' tag. Possible uses include sound, music, Adobe .pdf files, etc.

[embed border="0" align="left" alt="chimes" height="26" width="72"]CHIMES.WAV[/embed]

The type of files that can be embedded is determined by the browser and server configurations.

Events details
Display a list of upcoming events, as sepcified in the section 'event' date entry.

[events]6[/events]
The next 6 events (or '-6' to show previous)

[events=/page/list]6[/events]
shows events on page named "/page/list"

[events]2004-07-04[/events]
Show events on July 4, 2004

[events]2002-01-01 to 2002-01-31[/events]
Show all events that occurred in January, 2002

[events]+1 month[/events]
Show events over the next month
Examples of other valid entries:
  +12 days -2 weeks +1 year -60 hours
or any combination of these, negative or positive.

Folder details

[folder=/documents]*.doc[/folder]
-or- [folder]/documents[/folder] (deprecated)
Show a listing of files store within the specified folders on the web server. If a file called 'index*' (with any extension) is found, that index page will be loaded instead of the listing of files. This is similar to the action of the Apache Web Server in that an index.htm is loaded if it is found in the folder. The file specification ("*.doc" in the example) can be used to filter the file listing. A comma-separated list of file specifications is supported.

NOTE: This tag allows the listing of file names in any folder and any sub-folders within, without regard to any .htaccess restriction (such as password-protected folders). The viewing of the contents of any file is still subject to password restrictions, so the contents of password-protected files is still protected. Do not use this tag on folders where the file names themselves should not be revealed.

Recently added BBCode tags

In version 0.955 (now in beta test) the following tags are added:

[form=FormName]SELECT * FROM `table` WHERE `field` = 'value'[/form]

[members=orderby]`field` = 'value'[/members]

[folder=FolderName]*.txt[/folder] (new syntax)