Level: General
Shortcodes
Plugin registers 4 shortcodes that are always enabled, and can't be disabled. They are essential for use with various features....
Auto Close Topics
Auto Close Topic is a handy feature that will close any topic that has been without activity for an extended...
Content Editor
By default, bbPress has a basic textarea as a topic and reply forms. But, that is not really a user-friendly...
Shortcodes
This is an always on feature, and it is used to configure some aspects of the shortcodes. Best place to...
Report
Report feature implements simple method for users to report topics or replies for errors or inappropriate content. On frontend, Report...
Forum Index
Forum Index is the main bbPress forums page, usually listing all the available forums (forum index). With GD bbPress Toolbox...
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]...
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...
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...
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}:...
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}"...