Tag: Bbcodes
BBCodes
With BBCodes feature, plugin implements standard and expanded set of BBCodes with additional settings related to some of the BBCodes....
Shortcodes
Plugin registers 4 shortcodes that are always enabled, and can't be disabled. They are essential for use with various features....
Shortcodes
This is an always on feature, and it is used to configure some aspects of the shortcodes. Best place to...
Advanced BBCodes
NFO [nfo]{content}[/nfo] [nfo title="{title}"]{content}[/nfo] Image [img]{image_url}[/img] [img img="{width}x{height}"]{image_url}[/img] [img width={x} height={y}]{image_url}[/img] {image_url}: URL to the image Webshot [webshot]{url}[/webshot]...
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}:...
Highlight, Spoiler and Hide BBCodes
Highlight Highlight BBCode is a BBCode that will display the content with highlight color combination. BBCode is very simple to...
Lists BBCodes
To create lists with BBCodes you have few BBCodes. You can't create nested lists, because the WordPress shortcodes processor...
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...
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}"...
BBCodes and Shortcodes
BBCodes are one of the oldest methods to enhance content in the forums, without the use of HTML. BBCodes are...