BBCodes and Shortcodes

BBCodes are one of the oldest methods to enhance content in the forums, without the use of HTML. BBCodes are rendered into HTML on the server side before display. BBCodes are the equivalent of Shortcodes. GD bbPress Toolbox Pro adds 30+ shortcodes, some basic, and some more advanced with multiple variants.
Attributes in BBCodes and Shortcodes
In the format for BBCodes, there are multiple replacement elements (or attributes) that are listed here:
{content}: content to wrap with the BBCode.{text}: single list of text to wrap with the BBCode.{title}: single list of text to wrap with the BBCode.{color}: hexadecimal color value.{url}: URL for the link.{width}/{x}: Width in pixels{height}/{y}: Height in pixels
Available BBCodes and Shortcodes
Shortcodes
Plugin registers 4 shortcodes that are always enabled, and can't be disabled. They are essential for use with various features....
Source Code
This shortcode will syntax highlight the source code with the language you set in the lang attribute. [scode]{content}[/scode] [scode lang="{language}"...
Basic BBCodes
Line Break [br] Horizontal Line [hr] Bold [b]{content}[/b] Italic [i]{content}[/i] Underline [u]{content}[/u] Strikethrough [s]{content}[/s] Heading [heading]{content}[/heading] [heading size={size}]{content}[/heading] {size}:...
Special BBCodes
Forum [forum]{id}[/forum] [forum forum={id}]{title}[/forum] Topic [topic]{id}[/topic] [topic topic={id}]{title}[/topic] Reply [reply]{id}[/reply] [reply topic={id}]{title}[/reply] Google Search URL [google]{search}[/google] {search}: Search string...
Lists BBCodes
To create lists with BBCodes you have few BBCodes. You can't create nested lists, because the WordPress shortcodes processor...
BBCodes and Shortcodes related features
To configure Shortcodes and BBCodes, you have dedicated features. Shortcodes are always active, and can’t be disabled.
Shortcodes
This is an always on feature, and it is used to configure some aspects of the shortcodes. Best place to...
BBCodes
With BBCodes feature, plugin implements standard and expanded set of BBCodes with additional settings related to some of the BBCodes....
You can alo use BBCodes toolbar added to Textarea editor.
Content Editor
By default, bbPress has a basic textarea as a topic and reply forms. But, that is not really a user-friendly...